I am told that the “for some” and “for some arbitrary” are different.
For example, when proving the statement “if n is odd, then $n^2$ is odd”, one of the steps includes writing $$\text{$n = 2k+1,\:\:$ where $k$ is some integer}.$$ I am told that writing “$k$ is some arbitrary integer” here is wrong?
On the other hand, in mathematical induction, when performing the inductive step, before writing the inductive hypothesis for $k,$ we write “for some arbitrary $k\text”$. I am then told that the “arbitrary” here is compulsory to write.
To me, they sound the same. Am I wrong? Are they different in terms of notation?
PS I’m relatively new to this stuff, maybe explain less using notation and appeal more to logical understanding.
In your first example, I would just write “where $k$ is an integer”. But “some” is okay. The point is, since $n$ is already known, $k$ is completely determined. Writing “where $k$ is some arbitrary integer” implies, or at least suggests, that $k$ can be any integer.
In an inductive proof on the other hand, we do mean that $k$ can be any positive integer. Writing “for some arbitrary positive integer $k$, $P(k)$ implies $P(k+1)$” means the same as “for all positive integers $k$, $P(k)$ implies $P(k+1)$.”