<?xml version="1.0" encoding="UTF-8"?>

<record version="12" id="484">
 <title>biconditional</title>
 <name>Biconditional</name>
 <created>2001-10-24 20:34:28</created>
 <modified>2006-10-01 23:16:56</modified>
 <type>Definition</type>
 <creator id="13753" name="Mathprof"/>
 <author id="13753" name="Mathprof"/>
 <author id="2" name="akrowne"/>
 <classification>
	<category scheme="msc" code="03-00"/>
 </classification>
 <synonyms>
	<synonym concept="biconditional" alias="iff"/>
 </synonyms>
 <related>
	<object name="PropositionalLogic"/>
	<object name="Equivalent3"/>
 </related>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{xypic}</preamble>
 <content>\section{Biconditional}

A \emph{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$$ 

with the latter being rare outside of formal logic.  The truth table for the biconditional is

\begin{center}
\begin{tabular}{ccc}
a &amp; b &amp; $a \Leftrightarrow b$ \\ 
\hline 
F &amp; F &amp; T \\
F &amp; T &amp; F \\
T &amp; F &amp; F \\ 
T &amp; T &amp; T 
\end{tabular}
\end{center}

The biconditional function is often written as ``iff,'' meaning ``if and only if.''  

It  gets its name from the fact that it is really two conditionals in conjunction, 

$$ (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.

\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.</content>
</record>
