I am new to Mathematics, reading books in my free time. I have recently learned about proving Mathematical propositions by induction. I am having a bit of trouble understanding the process and why it is logical.
I have learned that if you have a statement $A$, and you assume $A_{n}$ is true, then you can prove $A$ is true for all numbers greater than $n$ by showing that $A_{n+1}$. I don't understand this because from my point of view it looks like you only proved $A$ is true for $n$ and $n + 1$.
Maybe I am missing something, or maybe I need a formal introduction to logic. I never read anything about philosophy or logic before learning Mathematics, but if reading about logic would help me understand proofs better I would be glad to.
This is a duplicate of other threads on the topic on induction. However I will give you a short summary/intuitive answer:
The base case is important. We first show that $A_0$ hold, then assume that $A_n$ hold and show that this implies that $A_{n+1}$ hold.
Thus, since $n$ is any number, we may say $n=0$. We know that $A_n=A_0$ hold, but if $A_n$ hold, we have shown that A_{n+1} hold. Thus $A_{n+1}=A_{0+1}=A_1$ hold. Now do the same construction again but with $n=1$, we may now conclude that $A_{n+1}=A_2$ hold. Continue this and we will be able to show that $$A_0,A_1,A_2,A_3,A_4,\ldots$$ All hold i.e. the statement $A_n$ hold for any natural number (which I assume is the same as your statement $A$).