cours/principe de récurrence.md
oscar.plaisant@icloud.com a2ee0fa5ca from github to this gitea
2023-10-23 23:09:51 +02:00

594 B

up::axiomatique title::"$P(0) \wedge \forall n, P(n) \implies P(n+1)$" #maths


Si un propriété est vraie pour x_{0}, et si pour tout n > x_{0} on a P(n) \implies P(n+1), alors on à \forall n > x_{0}, P(n).

[!définition] \big( P(0) \wedge \forall n \in \mathbb{N}, P(n) \implies P(n+1) \big) \quad \implies \quad \forall n \in \mathbb{N}, P(n) ^definition

Propriétés