From my understanding of my topic, if a statement is true for $n=1$, and you assume a statement is true for arbitrary integer $k$ and show that the statement is also true for $k+1,$ then you prove that the statement's true for all $n\geq 1$. Makes sense.
However - why can't I do this backwards? If I show the statement is true for $k-1,$ aren't I showing that if the statement is true for $n=1,$ it's likewise true for $n=0,n=-1,n=-2,\ldots$?
Also, why can't I prove the statement is true for $k+0.1$, and prove the statement true for $n=1.1,1.2,1.3,\ldots$? Both of these scenarios, in my mind, seem to follow the same logic as the "proper" definition of mathematical induction - but apparently they're no-go. Can someone please explain why?
Thank you!
Edit: The consensus seems to be that yes, even though it's abnormal, induction as I've stated above it is logically sound. Which raises the question - why has my math teacher said this is wrong? Is it as I suspect, where she didn't want me straying from the proper definition of $k+1$ induction and possibly confusing myself (or losing points on the test), or is there something else that makes the above fundamentally flawed?
Thanks!
I'm going to be brave and disagree with most of the other answers. (Exception: I agree with, and have upvoted, Dan Piponi's answer; but I think that that answer buries the lede.)
You've been given a theorem in class, along these lines:
and your teacher wants you to write proofs using that theorem.
Using your mathematical intuition, you have correctly divined that there are many other, similar theorems, such as one theorem to cover "all integers $m \le 1$" by starting with $1$ and counting backward, and one theorem to cover "all numbers of the form $1+\frac{p}{10}, p \ge 0$". But those theorems aren't "givens"; they don't appear in your textbook, and your teacher hasn't taught them to you. When you're asked to write a proof for class, it is a tacit requirement that your proof depend only on a certain set of preexisting results that it's O.K. for you to use — the axioms and theorems you're given in class, plus (probably) mechanical algebra and arithmetic. Without that tacit requirement, you could "prove" everything by simply stating that it's a correct statement and therefore proven. So I think your teacher is right to expect you to use the canonical formulation of induction you've been given in class, rather than other similar theorems.
That said, your modified theorems can be proven fairly straightforwardly as corollaries of regular mathematical induction. Dan Piponi's answer shows how to do that for one of your theorems. So you can use your modified theorems, but only as an intermediate step: first you prove the modified theorem, then you use it to prove what you are actually asked to prove. But this is probably unnecessary busy-work; you might as well just combine the two steps, and write your proof directly in terms of the theorem you've been given.