Symbol or Macro | Meaning | Reading | Precedence | Restrictions |
---|---|---|---|---|
\c | Logical Implication | implies | 2 | |
\cond | Conditionally Existent Term | then | 3 | |
\els | Definitional Otherwise | else | 3 | |
\Iff | Logical Equivalence | if and only if | 4 | |
\And | Logical Conjunction | and | 5 | |
\Or | Logical Disjunction | or | 5 | |
\ident | Identity | is identical to | 6 | |
= | Equality | equals | 6 | |
\in | Elementhood | belongs to | 6 | |
\i | Inclusion | subset of | 6 | P |
\subset | Inclusion | subset of | 6 | L |
| Inequality | less than | 6 | |
| Inequality | greater than | 6 | |
\le | Inequality | less than or equal to | 6 | |
\ge | Inequality | greater than or equal to | 6 | |
\ne | Inequality | not equal to | 6 | |
\i \ne | Proper Inclusion | proper subset of | 6 | P |
\subset\ne | Proper Inclusion | proper subset of | 6 | L |
\notin | Non-membership | not an element of | 6 | |
\djn | Disjointness | does not intersect with | 6 | |
\orders | Order Relation | orders | 6 | |
, | Tuple Operator | comma | 6 | |
+ | Addition | plus | 9 | |
- | Subtraction | minus | 9 | |
\cdot | Multiplication | times | 13 | |
\cap | Set Intersection | intersect15 | ||
\cup | Set Union | union15 | ||
\dsj | Disjoint Union | disjoint union | 15 | |
\cmp | Functional Composition | composed with | 15 | |
\lilx | Cartesian Product | cross | 15 | |
\symdif | Symmetric Difference | symmetric difference17 | ||
\setdif | Set Difference | minus | 17 | |
\toThe | Exponentiation | to the power | 17 |