Equivalence of a statement without using the equivalence symbol

36 Views Asked by At

Is it possible to express $a \Leftrightarrow b$ using only ($\neg$) and ($\Rightarrow$)?

For example $ a \wedge b$ can be expressed as $\neg(a \Rightarrow \neg b)$. Both statements produce the same truth table.

1

There are 1 best solutions below

2
On BEST ANSWER

Hint

$A \Leftrightarrow B$ is $(A \Rightarrow B) \land (B \Rightarrow A)$ and you know how to express $\land$.