Suppose we have a statement concerning $x$, called statement 1.
Statement 2 states that statement 1 is true for all $x$ in $[a,b]$.
In general, is it always possible to prove statement 2 by induction, if statement 2 is true?
For instance, can we prove, by induction, that $x\ne 1\implies x+1\ne2$ for all $x$ in $[0,1]$?
I think it is difficult to prove these kind of ‘continuous statements’ by induction, as induction only proves countably many cases, but proving continuous statements requires proving uncountably many cases.
Any ideas?
Thanks in advance.
The following can be seen as a generalization of induction to real numbers, and may be along the lines of what you want.
Note that you need a continuum of base cases.
We can use this technique to prove that $\mathbb Q$ is dense in $\mathbb R^+$. Specifically, for $n\in \mathbb N$, let $P_n(x)$ be the proposition that there exists an integer $m$ for which $|{x}-\frac{m}n|\le \frac1n$. Note $P_n(x)$ is true for all $x\in [0,\frac1n)$; just pick $m=0$. Furthermore, if $|x-\frac{m}n|\le \frac1n$, then $|(x+\frac1n)-\frac{m+1}n|\le \frac1n$ as well, so $P(x)$ implies $P(x+\frac1n)$. Therefore, $P_n(x)$ is true for all $x\ge 0$, so any positive real number is within $\frac1n$ of a rational for all $n$.
There is a second concept of "proof by induction" for real numbers.
Here you need one base case, but two inductive steps. There are many applications of this concept; you can use it to prove the intermediate value theorem, the extreme value theorem, and that $[0,1]$ is compact. For a survey, see http://alpha.math.uga.edu/~pete/realinduction.pdf.