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

<record version="1" id="7311">
 <title>example of tautology</title>
 <name>ExampleOfTautology</name>
 <created>2005-08-11 19:43:54</created>
 <modified>2005-08-11 19:43:54</modified>
 <type>Example</type>
<parent id="7310">tautology</parent>
 <creator id="6104" name="bloftin"/>
 <author id="6104" name="bloftin"/>
 <classification>
	<category scheme="msc" code="03B05"/>
	<category scheme="msc" code="03B10"/>
 </classification>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>An example of a tautology and how to test it is given in the truth table below for the statement $(P \vee Q) \vee ( \neg P \wedge \neg Q) $


\begin{center}
\begin{tabular}{ccccc}
$P$ &amp; $Q$ &amp; $\neg P \wedge \neg Q$ &amp; $P \vee Q$ &amp; $(P \vee Q) \vee ( \neg P \wedge \neg Q)$ \\
\hline
F &amp; F &amp; T &amp; F &amp; T \\
F &amp; T &amp; F &amp; T &amp; T \\
T &amp; F &amp; F &amp; T &amp; T \\
T &amp; T &amp; F &amp; T &amp; T
\end{tabular}
\end{center}


Thus for whatever truth values P and Q take on, the statement always comes out true as shown in the last coloumn of the truth table.</content>
</record>
