By the way of Proving Theorems I have strong doubts about my in-depth knowledge of the Principle of Induction now. I clearly remember reading a reference in France about their use from $n$ to $n-1$ (to down) instead from $n$ to $n + 1$ (to up) as usual, illustrated with a practical (and correct, of course) example, but cannot locate at present such a reference I have read some time ago.
I would greatly appreciate any comment from connoisseurs to the two following points:
1) What conclusion can deduce whether to prove a property $\mathcal{R}$, induction applies as usual and only known, say that $\mathcal{R} $ is true for n = 93?
2) Suppose it is asked to prove $ 1 + 3 + 5 + \cdots + (2n-1) = n ^ 2 $ and accepting this is true for n it is shown to be true for n-1 as follows:
$$1 + 3 + 5 +....+\space (2n-1) = n ^ 2$$ means $$1 + 3 + \cdots + (2 (n-1) -1) + (2n-1) = n^2$$ which implies $$1 + 3 + \cdots + (2 (n-1) -1)=n^2-2n+1=(n-1)^2$$
What conclusión can be deduced from this? n is arbitrary; what is missing to complete the proof for all $n$?