Suppose we want to prove Euler's Formula with induction for all positive real numbers.
At first this seems baffling, but an idea struck my mind today.
Prove: $$e^{ix}=\cos x+i\sin x \ \ \ \forall \ \ x\geq0$$
For $x=0$, we have $$1=1$$
So the equality holds.
Now let us assume that the given equality holds for some $x=k$.
$$e^{ik}=\cos k+i\sin k$$
Now, this is where I added my "own" axiom. Please answer whether this "axiom" is true or not. Now this equality must hold for $x=k+\Delta k$ also, for some infinitely small positive change $\Delta k$ (infinitesimal).
So $e^{i(k+\Delta k)}=e^{ik}.e^{i\Delta k}=(\cos k+i\sin k)(\cos\Delta k+i\sin\Delta k)$
$$=\cos k\cos\Delta k-\sin k\sin\Delta k+i\sin k\cos\Delta k+i\cos k\sin \Delta k$$
$$=\cos(k+\Delta k)+i\sin(k+\Delta k)$$
So we proved it for $x=k+\Delta k$, and hence it must hold for all $x\geq0$.
So is this approach correct, and is this a new type of induction?
Most of the comments below are indicating that the proof above is wrong. But we see the Euler's Formula does hold for all $x\geq0$, so can someone give a good counter example where this proof doesn't work. Or in other words, these statements are used to prove a wrong equality.?
Update: Okay, some comments below are suggesting that Euler's Formula is definitely true. So if we prove somehow that $$e^{i\Delta k}=\cos\Delta k+i\sin\Delta k$$ then? But how can we prove it for infinitesimal? Will the concept of limits be used? Can someone solve this mystery?
Here is an example of your logic being used to prove a false statement. I am just basically going to take your exact proof, except replace the constant $e$ with the constant $2$. The logic is all the exact same, and you should notice that no where in your proof do you ever use any properties of the number $e$, so in theory any number could take its place.
For $x=0$, we have $$1=1$$ So the equality holds.
Now let us assume that the given equality holds for some $x=k$.
$$2^{ik}=\cos k+i\sin k$$ Now, this is where I added my "own" axiom. Please answer whether this "axiom" is true or not. Now this equality must hold for $x=k+\Delta k$ also, for some infinitely small positive change $\Delta k$ (infinitesimal).
So $2^{i(k+\Delta k)}=2^{ik}.2^{i\Delta k}=(\cos k+i\sin k)(\cos\Delta k+i\sin\Delta k)$
$$=\cos k\cos\Delta k-\sin k\sin\Delta k+i\sin k\cos\Delta k+i\cos k\sin \Delta k$$ $$=\cos(k+\Delta k)+i\sin(k+\Delta k)$$ So we proved it for $x=k+\Delta k$, and hence it must hold for all $x\geq0$.
But the statement that we have just "proved" is very clearly false.