How to define conjunction in terms of a conditional and biconditional?

649 Views Asked by At

I need help with defining conjunction while only using a conditional (implication) and a biconditional.

1

There are 1 best solutions below

3
On BEST ANSWER

Define $A \land B$ as $A \leftrightarrow (A \rightarrow B)$

We could make truth table assignment to check that the definition is valid.

$$ \begin{bmatrix} A & B & (A \rightarrow B) & A \leftrightarrow (A \rightarrow B)\\\hline T & T & T & T\\ T & F & F & F\\ F & T & T & F\\ F & F & T & F\\ \end{bmatrix} $$