Mathematical Proofs Without Words: What are they?

In  Proof of the Sum of Square Numbers, I have mentioned about proof without words. Some of you are probably wondering what they are, so I will discuss in detail.

Proof without words are diagrams or pictures that help readers see why a particular statement is true even without accompanying explanations.  One example is a classic proof of the Pythagorean theorem shown in the first figure.

In the example, we have two congruent squares. There are four congruent right triangles occupying portions of both squares. It is clear that the total area occupied by the triangles in the first diagram is equal to the total area occupied by the four triangles in the second diagram. If the occupied areas on both squares are equal, it follows that the unoccupied areas are also equal (Why?). Therefore, c^2 = a^2 + b^2. Now, that proves the Pythagorean theorem.

Proofs without words cannot always be considered as “proof” in the formal sense. For instance, the second figure cannot be considered as a proof since only four cases are shown. The generalization of the figure shows that the sum of the first n positive odd integers (group the numbers by colors) is a square of its nth term or

1 + 3 + 5 +\cdots + (2n - 1) = n^2.

The formal proof of the equation can be demonstrated using mathematical induction.

***

I am currently reading a collection of Proofs without Words by Roger Nelsen. You may want to check it out.

A Simple Proof of the Arithmetic Mean Geometric Mean Inequality

Last February, we have used area to prove the Arithmetic Mean – Geometric Mean Inequality (AM-GM Inequality). In this post, we show a simpler proof.

 

Click image view the GeoGebra applet demonstration

Recall that the AM-GM Inequality states that given two numbers, their geometric mean is always less than or equal to their arithmetic mean.  That is given two numbers a and b,

\displaystyle\sqrt{ab} \leq \frac{a+b}{2} . » Read more

Another Proof of the Sum of the First n Positive Integers

We have discussed how Gauss was able to devise  a clever way to add the first 100 positive integers at a very young age in a few minutes. We generalized his method and have also seen the link between the sum and the area of a triangle. In both discussions, we have shown that the sum of the first n positive integers is \frac{n(n+1)}{2}.

In this post, we discuss another geometric proof of the problem above.  We start with a specific case adding the first 6 positive integers, and the proceed to the general case.

We can add the first 6 positive integers manually or just by counting the number of unit squares in the figure above. The figure shows the geometric representation of the sum of the first 6 positive integers. Adding manually is not difficult if the given is small. However, we need a strategy for larger numbers. » Read more

1 2