Question: Carefully prove the Principle of Cauchy Induction: Suppose $P(n)$ is a property that a natural number $n$ may or may not have. Suppose that
- $P(2)$ holds,
- For every $n ≥ 2$, if $P(n)$ holds, then $P(2n)$ holds, and
- For every $n ≥ 3$, if $P(n)$ holds, then $P(n − 1)$ holds.
Then $P(n)$ holds for every natural number $n ≥ 2$.
Proof would be done by standard induction with help of a)b)c) then i think.
Since $P(2)$ holds according to a) first step of standard Induction argument is already given.
By b) we can deduce then from $P(2)$ that $P(4)$ also holds.
From P(4) we conclude by applying c) that P(3) holds.
Last step would be to derive the standard induction step $P(n)\Rightarrow P(n+1)$.
Suppose for $n\geq 3\ $ $P(n)$ holds ,then $P(2n)$ holds according to b).
Hence by succesivly applying c) ($P(k)\Rightarrow P(k-1)$) starting with $k=2n$ after finite number of $n-1$ steps we arrive at $n+1$ and conclude that $P(n+1)$ holds