Skip to main content

Direct proof

The term direct proof is often used to denote the strategy of proving the statement PQP\Rightarrow Q by first assuming that PP is true, then trying to derive the validity of QQ. Let us see a simple example. For integers a,bZa,b \in \mathbb{Z}, we use the notation aba \mid b to denote the fact that aa divides bb (which is the same as saying b=qab = q \cdot a for some qZq\in\mathbb{Z}). We remark that this definition only concerns divisibility between two integers.

Example 6

We will show that, for all integers a,b,ca, b, c, we have aba \mid b and aca \mid c implies a(b+c)a \mid (b + c). Notice here P(ab)(ac)P \equiv (a\mid b) \land (a \mid c) and Qa(b+c)Q \equiv a \mid (b + c). We first assume the validity of PP, which says that b=q1ab = q_1a and c=q2ac = q_2a. This would imply that b+c=(q1+q2)ab + c = (q1 + q2)a, or equivalently a(b+c)a \mid (b + c).

Example 7

For all integers x,x0x, x \mid 0. To prove this statement, we can simply write 0=0x0 = 0 \cdot x. According to this definition, we have 000 \mid 0 but no other integer is divisible by 00.

Example 8

For all integers x,y,(xy)x2y2x, y, (x − y) \mid x^2 - y^2 . This can also be done via a direct proof. We can write (x2y2)=(xy)(x+y)(x^2 - y^2) = (x - y)(x + y). Notice that (x+y)Z(x + y) \in \mathbb{Z}, so we have that (xy)(x2y2)(x - y) | (x^2 - y^2) by definition.

In the above three examples, one can see that the statements we prove actually contain quantifiers. But in our proofs, we do not seem to be dealing with them at all. Do you know why? Try to convince yourself of this point before reading forward.