Induction is usually used for statements like this:
$\forall n \in \mathbb{N}:~P(n)$
In the inductive step we assume that $P$ is true for some "arbitrary but fixed" $n$ or $k$. Is there a good and hopefully short mathematical notation for "Let $n$ or $k$ be an arbitrary but fixed integer"? I thought writing
$\forall n \in \mathbb{N}:~P(n)$ or
$\forall k \in \mathbb{N}:~P(k)$
in the induction hypothesis means "arbitrary but fixed" but that is the same statement we are trying to proof. So we were told in class writing this is incorrect.
Maybe my understanding of "forall" and "arbitrary but fixed" is wrong but if they are the same then why can't we write $\forall n \in \mathbb{N}:~P(n)$? And if "forall" and "arbitrary but fixed" aren't the same why can we just redefine n (I read switching the variable is just for clarity but you could use n twice Why do we use another variable in the inductive step of mathematical induction?)?
Thanks.