| symbol | write | ||
|---|---|---|---|
| ∧ | /\ | ||
| ∨ | \/ | ||
| ¬ | ! | ||
| F | FF | ||
| T | TT | ||
| ⇒ | ==> | ||
| ⇐ | <== | ||
| ⇔ | <=> | ||
| → | --> | ||
| ↔ | <-> | ||
| ∀ | AA | ||
| ∃ | EE | ||
| ≤ | <= | ||
| ≥ | >= | ||
| ≠ | != | ||
| + | + | ||
| − | - | ||
| xy | x y | ||
|
(x+1)/y |
Two propositional operators look like reasoning operators.
symbol read write as → if then (implication) --> ↔ if and only if (biconditional) <->
Express the following claims.
The differences between ⇔ and ↔, or between ⇒ and →, are a long story. Let us just show with an example one difference. (You may modify the example and try again, but please be aware that here the tool computes everything modulo 21. This is yet another imperfection.)