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 'transfinite induction'
[ view 'transfinite induction' | back to history ]

Title of object: transfinite induction
Canonical Name: TransfiniteInduction
Type: Theorem

Created on: 2002-02-25 18:55:24-05
Modified on: 2002-02-25 19:35:40-05

Creator: jihemme
Modifier: jihemme
Author: quadrate

Classification: msc:03F07, msc:03B48
Keywords: well ordered set, well-ordering principle
Synonyms: transfinite induction=principle of transfinite induction

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

Given a well ordered set $A$ and a proposition $P(a)$ formulated for every $a \in A$, the principle of \emph{transfinite induction} states that $P(a)$ is true for all $a \in A$ if the following criteria are met:
\begin{enumerate}
\item $P(a)$ is true for the least element of $A$.
\item If $P(a)$ is true for all $a < b$, then $P(b)$ is true.
\end{enumerate}
The principle of transfinite induction is very similar to the principle of finite induction, except that the set of natural numbers has been replaced with an arbitrary well ordered set. Note that since any set can be well ordered (by the well-ordering principle), it is possible to apply transfinite induction to any set whatsoever.