I have to show that if $y \in \mathbb{Z}$ $\Rightarrow$ $\dfrac{2y+3}{4y-2} \notin \mathbb{Z}$. I tried using proof by contradiction but I got stuck:
Assume $y \in \mathbb{Z}$ and $\dfrac{2y+3}{4y-2} \in \mathbb{Z}$.
We have:
$$\dfrac{2y+3}{4y-2} = \dfrac{2y-1+1+3}{4y-2} = \dfrac{2y-1+4}{2(2y-1)}= \dfrac{2y-1}{2(2y-1)} + \dfrac{4}{2(2y-1)} = \dfrac{1}{2} + \dfrac{2}{2y-1}$$
I don't see any way of reaching an obvious contradiction. Is there any other way of doing this. Or how should I continue, reaching a contradiction?
$2y+3$ is odd, $4y-2$ is even. So the denominator is divisible by 2, while the numerator is not. You can get an integer only if the $\gcd$ is equal in absolute value to the denominator.