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

<record version="2" id="3503">
 <title>natural deduction</title>
 <name>NaturalDeduction</name>
 <created>2002-10-02 01:55:29</created>
 <modified>2004-04-11 21:53:51</modified>
 <type>Definition</type>
 <creator id="455" name="Henry"/>
 <author id="455" name="Henry"/>
 <classification>
	<category scheme="msc" code="03F03"/>
 </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
%\PMlinkescapeword{theory}</preamble>
 <content>Natural deduction refers to related proof systems for several different kinds of logic, intended to be similar to the way people actually reason. Unlike many other proof systems, it has many rules and few axioms.  Sequents in natural deduction have only one formula on the right side.

Typically the rules consist of one pair for each connective, one of which allows the introduction of that symbol and the other its elimination.

To give one example, the proof rules $\rightarrow I$ and $\rightarrow E$ are:

$$\frac{\Gamma,\alpha\Rightarrow\beta}{\Gamma\Rightarrow\alpha\rightarrow\beta}
(\rightarrow I)$$

and $$\frac{\begin{array}{cc}\Gamma\Rightarrow\alpha\rightarrow\beta &amp;\Sigma\Rightarrow\alpha\end{array}}{[\Gamma,\Sigma]\Rightarrow\beta}
(\rightarrow E)$$</content>
</record>
