3

I know this is Nth duplicate of this question, as I've seen it before, and I've been reading some of the answers as well. However, being really a total beginning with proofs, I'd appreciate if someone could comment on the following.

The task is to prove that there are distinct integers $m$ and $n$ such that $$\frac{1}{m} + \frac{1}{n}$$ is an integer.

I tried to approach this from different angles. First I came up with a proof by contradiction (I think this is what it is) and then by a direct example. I'm not sure if either is actually correct and if one should be preferred over the other (I think proof by a direct example is preferable when an existential quantifier is involved).

So my question is are either of the following attempts correct? And in case both are, which one is preferable?

Claim: T there are two distinct integers $m$,$n$ such that $1/m+1/n$ is an integer.

Proof: By contradiction.

  1. Write out the original claim: $$(\exists{m,n} \in \mathbb{Z})(m \ne n \wedge \frac{1}{m} + \frac{1}{n} \in \mathbb{Z})$$
  2. Assume the original claim is false, so its negation $$(\forall{m,n} \in \mathbb{Z})(m = n \vee \frac{1}{m} + \frac{1}{n} \notin \mathbb{Z})$$ must be true.
  3. Let m = 1 and n = -1, then $$\frac{1}{m} + \frac{1}{n} = \frac{1}{1} + \left(-\frac{1}{1}\right) = 1 - 1 = 0$$
  4. But now we shown that (2) which we assumed to be true is false.

Conclusion: Assuming the negation of the original claim to be true we have derived a contradiction, so the original claim must be true.

Proof: By an example.

  1. Let m = 2 and n = -2;
  2. Then $$\frac{1}{m} + \frac{1}{m} = \frac{1}{2} + \left(-\frac{1}{2}\right) = 0$$

Conclusion: There are two distinct integers m and n, namely m=1 and n=-1, such that 1/m+1/n is an integer.

Thomas Russell
  • 10,425
  • 5
  • 38
  • 66
  • Just give the example. Your proof by contradiction uses this and is an unnecessary detour. – David Mitra Mar 16 '14 at 12:29
  • The second one is preferable. Look at what you have done in your first attempt: You claimed “(1) is true, because (2) is false, because (1) holds as you can see by this example.” There’s a lot of redundancy. But not only that, you actually did go about this by saying: “Suppose (1) is false. Then (2) must be true. But (2) is false, because (1) holds as you can see by this example. And since (2) is false, (1) is true.” Just write: “(1) is true as you can see by this example.” – k.stm Mar 16 '14 at 12:29

0 Answers0