PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 3 of 'induction axiom'
[ view 'induction axiom' | back to history ]

Title of object: induction axiom
Canonical Name: InductionAxiom
Type: Definition

Created on: 2002-08-17 23:17:17.016888-04
Modified on: 2002-08-17 23:35:53.032126-04

Creator: Henry
Modifier: Henry
Author: Henry

Classification: msc:03F35
Synonyms: induction axiom=IND
induction axiom=-IND

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}
Content:

An induction axiom specifies that a theory includes induction, possibly restricted to specific formulas. IND is the general axiom of induction:
$$\phi(0)\wedge\forall x(\phi(x)\rightarrow\phi(x+1))\rightarrow \forall x\phi(x)\text{ for any formula }\phi$$
If $\phi$ is restricted to some family of formulas $F$ then the axiom is called F-IND, or F induction. For example the axiom $\Sigma^0_1$-IND is:
$$\phi(0)\wedge\forall x(\phi(x)\rightarrow\phi(x+1))\rightarrow \forall x\phi(x)\text{ where }\phi\text{ is }\Sigma^0_1$$