If $p\in\mathbb{Z}$ is a prime, let $\mathbb{Z}_p$ represents all rational numbers of the form $a/b$ where $p\nmid b$; $\mathbb{Z}_p$ is a ring. $a/b$ is a unit of $\mathbb{Z}_p$ if there is some element $c/d\in\mathbb{Z}_p$ so that $a/b\cdot c/d=1$.
I want to show if $a/b$ isn't a unit of $\mathbb{Z}_p$, then $a/b+1$ is a unit of $\mathbb{Z}_p$. This explains why Euclid's proof of the infinitude of primes breaks down in general for an integral domain.
This is a partial follow-up question from a previous question I submitted.
I tried to show this by proving the contrapositive:
To do this, I need to justify that if $a/b+1$ is not a unit of $\mathbb{Z}_p$, then $a/b$ is a unit.
If $a/b+1$ is not a unit, then $\nexists$ some $c/d\in\mathbb{Z}_p$ so that $(a/b+1)\cdot c/d=1$. I think I want to eventually use $a/b\cdot c/d=1\Rightarrow a/b+1=a/b+ac/bd\Rightarrow1=ac/bd=a/b\cdot c/d$, which would mean that $a/b$ is a unit.
I'm not totally sure about the breakdown for general integral domains. Obviously an integral domain is a nonzero commutative ring with no zero divisors. I think the issue in $\mathbb{Z}_p$ falls from that since we constructed a ring that essentially has "one" prime, all other primes are expressed as a unit times some power of p. If we do the Euclid trick of "add one and find a contradiction," then we end up with an element $a^*/b^*+1$ that isn't a unit in $\mathbb{Z}_p$. If this is the case, how would I be able to state this in general?