Algèbre/Démontrer le théorème de récurrence

Un livre de Wikibooks.

[modifier] Enoncé

Soit P une proposition dans \N. On a :


 \begin{matrix}  P(0) &&\\
\forall{n} \in \N \ P(n) &\Rightarrow &P(n^+) 
\end{matrix} \Bigg]

\Rightarrow
 \forall{n} \in \N on a P(n)

[modifier] Démonstration

Soit P une proposition et un ensemble \mathcal{P} = \lbrace n \in \N / P(n) \rbrace

On a :  P(0) \Rightarrow  0 \in \mathcal{P}

et \forall n \in \mathcal{P} \Rightarrow  P(n) \Rightarrow P(n^+) \Rightarrow  n^+ \in \mathcal{P} On peut dire que \mathcal{P} vérifie l'axiome de récurrence et que \mathcal{P} = \N .

On a donc démontré que :

\forall{n} \in \N, P(n) est vrai

Ce théorème est le théorème de récurrence