In most books,the principle of strong induction is stated as follows:
Let $X$ be a well ordered set with an ordering relation $\leq$,and let $P(n)$ be a property pertaining to an element $n\in X$.Let $x_0$ be the smallest element in $X$.$p(x_0)$ is true,and
$$\forall m<n,P(m) \text{ is true}\Rightarrow P(n)\text{ is true}$$ Then we can say that $\forall x\in X$,$P(x)$ is true.
I wonder whether the principle of strong induction can be stated as such:
Let $X$ be a well ordered set with an ordering relation $\leq$,and let $P(n)$ be a property pertaining to an element $n\in X$.Let $x_0$ be the smallest element in $X$.$p(x_0)$ is true,and
$$P(y)\text{ is true} \Rightarrow P(\min (X\backslash\{x\in X:x\leq y \}))\text{ is true}$$Then we can say that $\forall x\in X$,$P(x)$ is true.
