Where is the mistake?
Statement: For $n\in \mathbb{N}_{0}$ is $2n=0$.
Bais: Show that the basis holds for $n=0$ : $2*0=0$.
Assumption: The statement is valid for all $k\leq n$ : $2*k=0$ for all $k \leq n$
Inductive Step: For $k = n+1$ is $k=a+b$ for two natural numbers $a,b \leq n$. It is $2(n+1) = 2a + 2b = 0+0=0$.
It is obviously wrong. I have a few ideas but I would like to be sure where the exact mistake is.
The first thing I noticed was that in this equoation $2(n+1) = 2a + 2b = 0+0=0$ the left side $2(n+1)$ is always positive but the right side isn't.
I cant find a mathematical mistake here so I thought the Assumption is wrong. I always thought the Assumption is valid for a specific n. It is is indeed freely selectable but specific. Is that right and is that the problem with this induction?
If it isn't - maybe it might be the fact that there aren't two natural numbers below 1 that $ a+ b =k$ and thet you cant use the assumption two times?