So I've been playing around with some mathematical induction proofs and I usually open with a statement similar to: (example below)
Denote the statement involving $n$ for $n\in\mathbb{Z}^+,n\ge 4$ $$S(n): 2^n<n!$$
Notice you could also write $n\ge 4$ as $n>3$ because we're playing in the positive integers. Though they have a no real difference between the two, they appear differently. Now, why is it okay to write...
for $n\in\mathbb{Z}^+,n\ge 3.5$
when 3.5 does NOT exist in the universe in which $n$ is in? It seems like 3.5 is sort of undefined.
Question: Why is it okay to write..."for $n\in\mathbb{Z}^+,n\ge 3.5$"?
There is a canonical way to embed the integers into the rationals that preserves ordering.
That makes it okay to write $n \ge 3.5$. It can be interpreted as $f(n) \ge 3.5$ where $f : \mathbb Z \to \mathbb Q$ is the canonical embedding.
Of course it's a little unusual to write that, it would be much clearer and more kind to your readers to write $n \ge 4$.