Help on writing symbols
symbol write
/\
\/
¬ !
F FF
T TT
==>
<==
<=>
-->
<->
AA
EE
<=
>=
!=
+ +
-
xy x y
x+1
y
(x+1)/y

Implication and logical equivalence

Two propositional operators look like reasoning operators.

symbol read write as
if then (implication) -->
if and only if (biconditional) <->

Express the following claims.

If Bern is nice, then also Zürich is nice.

Exactly one of Bern and Geneva is nice.

Zürich is nice but Bern is not. (Now you must use → or ↔ or both.)

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.)

The issue mentioned in the previous feedback can also be seen from expression trees.

back