
Some Common Errors in Proving (∀x∈Ux)P(x):
Error 1: Putting additional constraints on xbeyond the assumption that x∈Ux.This
proves only (∃x∈Ux)P(x).
Illustration: Prove that for every positive real number x,x+4
x≥4.
Proof:Letx=1. Thenx+4
x=1+4
1=5>4.
Comment: The “proof” above showed only that 1 is in the truth set. Since the set of
positive reals is an infinite set, we can never try them all.
Error 2: Assuming P(x) and then concluding something that is obviously true.
Illustration: Prove that for every positive real number x,x+4
x≥4.
Proof:Letxbe a positive real number and suppose x+4
x≥4. Multiplying by xgives
x2+x≥4x. Now subtracting 4xfrom both sides we get x2−4x+4≥0whichisthesame
as (x−2)2≥0, which is always true.
Comment: What was proved above is that for all positive real numbers x,ifx+4
x≥4,
then (x−2)2≥0, a conclusion that is true in any case. In essence, this is the proof done
backwards.
But the above “proof” does help us to construct a valid proof. In the presentation, we just
need to reverse the steps so we begin with that which is obviously true and conclude with
P(x).
Illustration of a Valid Proof : Prove that for every positive real number x,x+4
x≥4.
Proof:Letxbe a positive real number. Then clearly (x−2)2≥0sincethesquareofa
real number is never negative. Expanding gives x2−4x+4≥0. By assumption xis
positive, so dividing by xpreserves the inequality and gives x−4+4
x≥0. Finally, adding
4tobothsidesgivesx+4
x≥4.
Exercise 2: Prove that the sum of any two rational numbers is again rational.
NOTE: The statement to be proved can be stated symbolically as follows, where Q
denotes the set of all rational numbers:
(∀r, s ∈Q),r+s∈Q.
“For All” Proofs; Division into Cases
Sometimes in proving (∀x∈Ux)P(x) we cannot find a proof that applies at once to all the
elements in Ux. In such instances, it is often convenient to divide the proof into cases.
That means that we partition Uxinto subsets and give a separate proof for each subset.
3