mafagafo
- 188
- 12
Homework Statement
This is a problem I had as a margin note in an old notebook that I will recycle. I want write it using LaTeX. Problem is that I also want to write it using "proper" math notation instead of English words.
Firstly, I got this:
\textrm{Proof that }\nexists x, y \in \mathbb{N}^* | x + y + xy = 36
Which seems to be correct. (Should 'x, y' be between parentheses?)
Homework Equations
None.
The Attempt at a Solution
\begin{gather}<br /> \begin{aligned}<br /> x + y + xy<br /> &= x + xy + y \\<br /> &= (x + 1) (y + 1) - 1 \\<br /> &\therefore (x + 1) (y + 1) = 37 \\<br /> &\therefore x = 0 \lor y = 0<br /> \notag<br /> \end{aligned}<br /> \end{gather}
Now the question: how to finish this? Obviously x = 0 or y = 0 is false as neither x nor y can be 0 as the set of all N but 0 does not include 0. How do I write this?