I want to know why $p \leftrightarrow q$ is equivalent to $(p \wedge q) \vee (\neg p \wedge \neg q)$? Without using the truth table.
Thanks all
I want to know why $p \leftrightarrow q$ is equivalent to $(p \wedge q) \vee (\neg p \wedge \neg q)$? Without using the truth table.
Thanks all
If $p$ is true then $p\iff q$ tells us that $q$ is true as well. Also if $q$ is true then $p\iff q$ tells us that $p$ is true as well. So it cannot be that exactly one of them is true. They are both true or both not true.
Just think about the statement.
$p \leftrightarrow q$: This says that $p$ occurs only if $q$ occurs and that $q$ happens only if $p$ does. Meaning, that either they both happen or nothing happens at all.
But look at my last sentence. They BOTH happen OR NEITHER happens. They both happen is $p \wedge q$. They both DON'T happen is $\neg p \wedge \neg q$. So either they both happen or they both don't is $$(p \wedge q) \vee (\neg p \wedge \neg q)$$