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 $$
Let $\tilde p(n):=p(2^n)$. Then $\tilde p(1)=p(2)$ is true, and from $2^{n+1}=2\cdot 2^n$ it follows from your axiom $(3)$ by ordinary induction that $\tilde p(n)$ is true for all $n\geq 1$.
Let an $n\geq1$ be given. It is a fundamental principle of mathematics that $n<2^n$, i.e., $n=2^n-j$ for some $j\geq1$. Let $p'(k):=p(2^n-k)$ when $k<2^n$ and $:={\tt true}$ when $k\geq2^n$. Then $p'(0)=p(2^n)=\tilde p(n)$ is true, hence $p'(k)$ is true for all $k\geq0$ by your axiom $(2)$, in particular for $k=j$.