| Version 10 |
Version 9 |
| \section{Biconditional} |
A biconditional is a truth function that is true only in the case that both parameters are true or both are false. For example, ``a only if b'', ``a just in case b'', as well as ``b implies a and a implies b'' are all ways of stating a biconditional in english. Symbolically the biconditional is written as |
|
|
| A biconditional is a truth function that is true only in the case that both parameters are true or both are false. |
|
|
|
| Symbolically, the biconditional is written as |
|
|
|
| $$ a \Leftrightarrow b$$ |
|
| or |
|
| $$ a \leftrightarrow b$$ |
$$ a \leftrightarrow b$$ |
|
$$ a \Leftrightarrow b$$ |
| with the latter being rare outside of formal logic. The truth table for the biconditional is |
Its truth table is |
|
|
| \begin{center} |
\begin{center} |
| \begin{tabular}{ccc} |
\begin{tabular}{ccc} |
|
a & b & $a \Leftrightarrow b$ \\
|
a & b & $a \leftrightarrow b$ \\
|
| \hline |
\hline |
| F & F & T \\ |
F & F & T \\ |
| F & T & F \\ |
F & T & F \\ |
| T & F & F \\ |
T & F & F \\ |
| T & T & T |
T & T & T |
| \end{tabular} |
\end{tabular} |
| \end{center} |
\end{center} |
|
In addition, the biconditional function is sometimes written as ``iff'', meaning ``if and only if''. |
| The biconditional function is often written as ``iff,'' meaning ``if and only if.'' |
The biconditional gets its name from the fact that it is really two conditionals in conjunction, |
|
|
| It gets its name from the fact that it is really two conditionals in conjunction, |
|
|
|
| $$ (a \rightarrow b) \land (b \rightarrow a) $$ |
$$ (a \rightarrow b) \land (b \rightarrow a) $$ |
|
|
| This fact is important to recognize when writing a mathematical proof, as both conditionals must be proven independently. |
This fact is important to recognize when writing a mathematical proof, as both conditionals must be proven independently. |
|
|
| \section{Colloquial Usage} |
|
|
|
| The only unambiguous way of stating a biconditional in plain English is of the form ``$b$ if $a$ and $a$ if $b$.'' Slightly more formal, one would say ``$b$ implies $a$ and $a$ implies $b$.'' The plain english ``if'' may sometimes be used as a biconditional. One must weigh context heavily. |
|
|
|
| For example, ``I'll buy you an ice cream if you pass the exam'' is meant as a biconditional, since the speaker doesn't intend a valid outcome to be buying the ice cream whether or not you pass the exam (as in a conditional). However, ``it is cloudy if it is raining'' is \emph{not} meant as a biconditional, since it can obviously be cloudy while not raining. |
|