Proving Non-Existence of Solutions to a Small Number Theory Problem

AI Thread Summary
The discussion revolves around proving the non-existence of positive integer solutions to the equation x + y + xy = 36. The proof begins by transforming the equation into (x + 1)(y + 1) = 37, highlighting that since 37 is prime, the only possible factors lead to contradictions where x or y would equal 0. Participants discuss the appropriate mathematical notation in LaTeX and symbols for indicating contradictions, with suggestions for using arrows or specific symbols. The conversation emphasizes the need for clarity in mathematical writing and the importance of proper notation. Overall, the thread serves as a collaborative effort to refine the proof and enhance mathematical communication.
mafagafo
Messages
188
Reaction score
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 /> &amp;= x + xy + y \\<br /> &amp;= (x + 1) (y + 1) - 1 \\<br /> &amp;\therefore (x + 1) (y + 1) = 37 \\<br /> &amp;\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?
 
Physics news on Phys.org
That's pretty good but you need to say a bit more about what you are doing. You should, for example, write
that since 37 is a prime number either x+ 1= 1 and y+ 1= 37 or x+ 1= 37 and y+ 1= 1.

Then look at the two cases: if x+ 1= 1 then x= 0. But that is a contradiction because x must be a positive integer
If y+ 1= 1 then y= 0. But that is a contradiction because y must be a positive integer.
 
All right, I will write more! But first you need to teach me how (or point me a not too long book / guide / tutorial).

Which symbols do I use? I remember some '#' for "absurd" or "impossible" on paper, but I have no idea on how to do it here. Neither if that was correct.
 
mafagafo said:

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 /> &amp;= x + xy + y \\<br /> &amp;= (x + 1) (y + 1) - 1 \\<br /> &amp;\therefore (x + 1) (y + 1) = 37 \\<br /> &amp;\therefore x = 0 \lor y = 0<br /> \notag<br /> \end{aligned}<br /> \end{gather}
What I would do is start by assuming that x + xy + y = 36.
Then x + xy + y + 1 - 1 = 36
##\Rightarrow## (x + 1)(y + 1) = 37
Since 37 is prime, its only factors are 1 and 37, so there's your contradiction.

As far as I can tell, there's no LaTeX symbol that specifically denotes "contradiction." Some people use # for this purpose. A symbol I've seen for a long time is two arrows with their heads touching, like this: ##\Rightarrow\Leftarrow##.
mafagafo said:
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?
 
Mark44 said:
What I would do is start by assuming that x + xy + y = 36.
Then x + xy + y + 1 - 1 = 36
##\Rightarrow## (x + 1)(y + 1) = 37
Since 37 is prime, its only factors are 1 and 37, so there's your contradiction.

As far as I can tell, there's no LaTeX symbol that specifically denotes "contradiction." Some people use # for this purpose. A symbol I've seen for a long time is two arrows with their heads touching, like this: ##\Rightarrow\Leftarrow##.
Were you going to comment something else then changed your mind?

It follows that x = 0 or y = 0 because either x + 1 = 1 or y + 1 = 1.

Will look up that symbol you wrote.
 
mafagafo said:
Were you going to comment something else then changed your mind?
At first I didn't understand how you arrived at x = 0 or y = 0, but saw you had explained it following your proof, so I removed my question.
mafagafo said:
It follows that x = 0 or y = 0 because either x + 1 = 1 or y + 1 = 1.

Will look up that symbol you wrote.
It's two symbols: # #\Rightarrow\Leftarrow # #
The spaces between the # characters is to keep the above from rendering...
 
I know how to make it, I just want to look it up in a book or Wikipedia to get some usage examples.

In fact, as you may know, unless you use an image with an obscure filename*, I just need to quote you in order to see your \LaTeX code.

* Even if it was an image, there are still ways to try to get LaTeX from it.
 
Mark44 said:
The best thing I got from this thread. Thanks.
It makes me sad that Q.E.A. is not widely used (what inclines me towards avoiding it).
Anyway, this is a picture of what I rendered. Suggestions wanted.
upload_2014-12-8_15-21-6.png

As Mark somehow suggested, I added one not-so-obvious extra step.
 
Back
Top