01 · Raisonnement et vocabulaire ensembliste
Négation d'un quantificateur :
$$\neg\big(\forall x\in E,\ P(x)\big)\iff \exists x\in E,\ \neg P(x) \qquad\qquad \neg\big(\exists x\in E,\ P(x)\big)\iff \forall x\in E,\ \neg P(x)$$Négation d'une implication, et contraposée :
$$\neg(P\Rightarrow Q)\iff (P \text{ et } \neg Q) \qquad\qquad (P\Rightarrow Q)\iff(\neg Q\Rightarrow \neg P)$$De Morgan :
$$\neg(P \text{ et } Q)\iff(\neg P \text{ ou } \neg Q) \qquad\qquad \neg(P \text{ ou } Q)\iff(\neg P \text{ et } \neg Q)$$Simple : $\big(P(n_0)\ \text{ et }\ \forall n\geqslant n_0,\ P(n)\Rightarrow P(n+1)\big)\ \Longrightarrow\ \forall n\geqslant n_0,\ P(n)$.
Double : deux initialisations, $P(n_0)$ et $P(n_0+1)$. Forte : l'hypothèse est « $P(k)$ pour tout $k$ entre $n_0$ et $n$ ».