Prove the following statement by contradiction:
For each two positive integers $x$ and $y$, $x^2-y^2 \neq 1$
Proof:
We use proof by contradiction.
1) Suppose $x^2-y^2 = 1$
2) Assuming $x,y\in\mathbb{Z^+}$, let $x = \frac { a }{ b }$ and let $y=\frac {c}{d}$ such that: $a,b,c,d \in\mathbb{Z}$ and $b \neq 0$, and $d \neq 0$
3) $$(\frac { a }{ b } )^{ 2 }-(\frac { c }{ d } )^{ 2 }=1\Rightarrow \frac { a^{ 2 } }{ b^{ 2 } } -\frac { c^{ 2 } }{ d^{ 2 } } =1\Rightarrow \frac { a^{ 2 }d^{ 2 }-b^{ 2 }c^{ 2 } }{ b^{ 2 }d^{ 2 } } =1$$
4) ...
I'm not sure if I approached this proof the right way, but I am not sure how to convince my reader that $\frac { a^{ 2 }d^{ 2 }-b^{ 2 }c^{ 2 } }{ b^{ 2 }d^{ 2 } } =1$ is a contradiction. I'm using MIT OCW to study discrete math and I read this in one of the chapters and am trying to adhere to some of the basic proof writing principles laid out in the text made available by MIT.
Here is what it said: "Most especially, don’t use phrases like “clearly” or “obviously” in an attempt to bully the reader into accepting something you’re having trouble proving. Also, go on the alert whenever you see one of these phrases in someone else’s proof."
How do I avoid this in this proof?