With "normal" induction you usually proof a statement for the natural numbers $\mathbb{N}$. But I think that you can extend this idea to any series/ordered set of numbers when using the natural numbers $\mathbb{N}$ as the index of the series elements. But I am still unsure how such a proof (over the integers $\mathbb{Z}$ for example) would look like.
Can you prove all of these example statements with induction?
(1): $\forall n \in \mathbb{N}: n+1>n$ (This is obviously possible)
(2): $\forall k \in \mathbb{Z}: k+1>k$
(3): $\forall x \in \mathbb{R^+}: x+1>x$
I think for (3) you could use the intervall ]0,1] as the base case and then the normal induction step. But would it still be possible with only one real number as the base case?
And I think all series/ordered set have cardinality $\aleph_0$ or lower. So can you generally say that induction only works for sets of cardinality $\aleph_0$?