Created
October 31, 2017 15:55
-
-
Save adolfont/0dcd7be07bdb21a429901ee372cb0e01 to your computer and use it in GitHub Desktop.
Logical Symbols that I use on my Latex documents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \newcommand{\NOT}{\neg} | |
| \newcommand{\IMPLIES}{\to} | |
| \newcommand{\AND}{\wedge} | |
| \newcommand{\OR}{\vee} | |
| \newcommand{\BIMPLI}{\leftrightarrow} | |
| \newcommand{\XOR}{\otimes} | |
| \newcommand{\T}{\begin{tt}T\end{tt}\, } | |
| \newcommand{\F}{\begin{tt}F\end{tt}\, } | |
| \newcommand{\x}{\ensuremath{\times}} | |
| \newcommand{\BIGOR}{\bigvee} | |
| \newcommand{\BIGAND}{\bigwedge} | |
| \newcommand{\CR}{\vdash} | |
| \newcommand{\SR}{\models} | |
| \newcommand{\EQUALDEF}{\stackrel{\mbox{\tiny def}}{=}} | |
| \newcommand{\TOP}{\top} | |
| \newcommand{\BOT}{\bot} | |
| \newcommand{\CONS}{\circ} | |
| \newcommand{\INCONS}{\bullet} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment