For Peano Axiom, mathematical induction is equivalent to well order property.
But in well order property, what is the definition of "order"?
In detail, if we define the "order" $b\le c$ as:
$b = c$ or exist a finite (may be zero) number of natural numbers $a_1,... ,a_n$ such that: $(s(b)=a_1)\ \wedge\ (s(a_1)=a_2)\ \wedge \ ...\ \wedge\ (s(a_n)=c)$
($s(i)=j$ means that, natural number $j$ is the successor of $i$.)
And the corollary:
$\forall i\in \mathbb N \setminus \{0\},\ \exists j\in \mathbb N$ such that $s(j)=i$
will be trivial, since $\mathbb N$ has minimum element $0$ and $\forall i\in \mathbb N$, $i\geq 0$ means that $i=0$ or $s(0)=a_1 ... s(a_n)=i$, so we can prove that exist $a_n$ such that $s(a_n)=i$.
It seems so wired. Because if we don't use well order property, we need to prove the corollary using induction(proof by induction that every non-zero natural number has a predecessor), and the proof steps for me is not trivial.
But in your proof, if I want to prove inductions, I will have 2 problems:
– HIGH QUALITY Male Human Being Jul 29 '21 at 13:49$$ z\in A\rightarrow z\ge y $$
is equivalent to: $$ (z<y\ \vee\ (z,y)\not\in\le)\rightarrow z\in A^c $$ but not equivalent to: $$ z<y\rightarrow z\in A^c $$
– HIGH QUALITY Male Human Being Jul 29 '21 at 13:50