As part of a proof I'm writing I want to prove that for any integer $n>0$, $\frac{2n+1}{n+1}$ is not an integer.
I'm stuck on how to go about proving this -- I understand why it's true in my head but struggle to put it into words. I'll give it a go, though:
$\frac{2n}{n}$ is clearly an integer, as any number $n$ doubled can obviously be divided by itself, always giving back $2$. If you look at the next $n$, this would be also true for $\frac{2(n+1)}{n+1}$ as the $+1$ part is also doubled and can therefore be divided safely. $\frac{2n+1}{n+1}$ gives you something in the middle of $1$ and $2$, and is therefore not an integer.
This seems clunky and badly formed. Also seems like possibly a proof by induction could be coming out of it? Although, that seems a little overkill.
Would greatly appreciate some pointers. Thanks.
As a side note: I know this may not be able to be answered generally as it probably depends on the context of the entire proof, but would something like this generally need to be proved? Or would it suffice to say "$\frac{2n+1}{n+1}$ is not an integer for any $n$" and leave it at that?