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.
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.
Copyright © 2021 JogjaFile Inc.
Hint
$A \Leftrightarrow B$ is $(A \Rightarrow B) \land (B \Rightarrow A)$ and you know how to express $\land$.