Cauchy's induction principle states that:
The set of propositions $p(1),...,p(n),...$ are all valid if:
- $p(2)$ is true.
- $p(n)$ implies $p(n-1)$ is true.
- $p(n)$ implies $p(2n)$ is true.
How to prove Cauchy's induction principle? Can we use it to prove what we can prove with weak and strong induction?
If yes how to prove using Cauchy's induction principle
$$ 1+2^1+2^2+...+2^n=2^{n+1}-1 $$