How to write the symbol for therefore in LaTeX?

How to write the symbol for therefore in LaTeX?

This post may contain affiliate links that allow us to earn a commission at no expense to you. Learn more

This article aims to show you the simplest and easiest way to write a symbol for therefore in LaTeX.

If you have worked with theorems in mathematics then you will know the therefore symbol and know how to use it. Today you will learn how to create it with LaTeX.

Therefore Symbol

Use in logical arguments and mathematical proofs, this symbol or sign is usually used before a logical consequence, that means the conclusion. The symbols consist of 3 dots placed in a triangle shape. 

Therefore In Latex : 3 dots in an upright triangle represent the logical operator. Images created with LaTeX by the author.
3 dots in an upright triangle represent the logical operator. Images created with LaTeX by the author.

Therefore in LaTeX

LaTeX this time does not include by default the therefore symbol, so we will need to load the amssymb package which includes many symbols and one of them is this symbol in particular. 

Once we have the package we will use the command \therefore inside math mode, to call the symbol. As you can see it does not require any argument or extra value of any kind.

For example

\documentclass{article}
\usepackage{amssymb} %we added the package to the document
\begin{document} 
1) If words + words = sentences\\
$\therefore$ more words = more sentences
\\
\\
\vspace{5cm}
%another example
2) Let's say $x>$ 0, $\therefore\,$ $x \in \mathbb{N}$
\end{document}
Therefore In Latex : Images created with LaTeX by the author.
Images created with LaTeX by the author.

The second example is one of the properties of the Natural numbers, the first example is a silly logical comment about words. Note: the “%” is used to comment inside the LaTeX code.

If you want to learn more about all the symbols the amssymb package can create, you can read the documentation as always. I hope this quick tutorial was helpful in guiding you using LaTeX, and as always keep writing in LaTeX.

All the images were created with LaTeX by the author.

Further Reading

LaTex Tutorial on Symbols

  1. How To Create A Cross Product Symbol In LaTeX
  2. How to create a hat symbol in LaTeX?
  3. How to create a prime symbol in LaTeX?
  4. How to create an absolute value symbol in LaTeX?
  5. How to create an approximate symbol in LaTeX?
  6. How to create an intersection symbol in LaTeX?
  7. How to create the empty set symbol in LaTeX?
  8. How to write a degree symbol in LaTeX?
  9. How to write a dot product in LaTeX?
  10. How to Write a Greater Than Symbol in LaTeX?
  11. How to write a norm symbol in LaTeX?
  12. How to write A Plus-Minus Symbol in LaTeX
  13. How to write a proportional to symbol in LaTeX?
  14. How to write a real number symbol in LaTeX?
  15. How to write a tilde symbol in LaTeX?
  16. How to write a union symbol in LaTeX?
  17. How to write a vector in LaTeX?
  18. How to write an infinity symbol in LaTeX?
  19. How to write bold text in LaTeX?
  20. How To Write Dots Symbols In LaTeX?
  21. How to write the arrow symbols in LaTeX
  22. How to write the Degree celsius symbol in LaTeX?
  23. How to write the equal or not equal symbol in LaTeX?
  24. How to write the Euro symbol in LaTeX?
  25. How to write the floor symbol in LaTeX?
  26. How to write the gradient operator symbol in LaTeX
  27. How To Write The Greater Than Or Equal To Symbol In LaTeX?
  28. How to write the integer number symbol in LaTeX?
  29. How to write the less than symbol in LaTeX?
  30. How to write the Natural numbers symbol in LaTeX?
  31. How to write the parallel symbol in LaTeX?
  32. How to write the percent symbol in LaTeX?
  33. How to write the square root symbol in LaTeX?
  34. How To Write The Symbol For A Subset In LaTeX?
  35. How to write with the mathbb in LaTeX?

Photo of author
Author
SJ Tsai
Chief Editor. Writer wrangler. Research guru. Three years at scijournal. Hails from a family with five PhDs. When not shaping content, creates art. Peek at the collection on Etsy. For thoughts and updates, hit up Twitter.

Leave a Comment