Geometry – Proof for SSS Congruence

axiomsgeometrytriangles

I'm hoping that someone can provide a method for deducing the commonly known SSS congruence postulate? The postulate states

If the three sides of one triangle are pair-wise congruent to the three sides of another triangle, then the two triangles must be congruent.

I am a middle school math teacher (teaching a HS Geometry course) and would like to be able to explain/justify the triangle congruence theorems that I expect students to apply with more clarity. I understand that the Law of Cosines could be used to justify the SSS triangle congruence theorem but I wonder if a proof can use more basic properties. My students are currently learning the congruence theorems and using constructions to justify their validity. I know two ways to demonstrate the validity of SSS congruence: constructions and the Law of Cosines. Is there another way?

I've researched this and have not seen another answer so far. The Law of Cosines is the accepted answer to Proof of ASA , SAS , RHS , SSS congruency theorem. I've also seen a few other questions hinting at this without a clear answer, see: Why is SSS criterion for congruence of triangles referred to as "SSS postulate" in textbooks?. Another question on math.SE asks what I'm asking (how can we derive the triangle congruence postulates from basic axioms?) Need for triangle congruency axioms and the accepted answer suggests only a quick visit to http://en.wikipedia.org/wiki/Taxicab_geometry but does not discuss whether or not the triangle congruence axioms follow from the basic axioms or are independent of them.

Best Answer

Cut-the-Knot's SSS proof page has a number of solutions, including Euclid's. As the author indicates, however, only Hadamard's proof "goes through without a hitch", with the important aside: "assuming of course that isosceles triangles have been fairly treated previously".

I'll give a full development of Hadamard's argument, including the necessary bits needed about isosceles triangles. I include a couple of "obvious" sub-proofs just to make clear which axioms are in play.

Preliminaries:

  1. SAS triangle congruence is an axiom.
  2. (1) implies one direction of the Isosceles Triangle Theorem, namely: If two sides of a triangle are congruent, then the angles opposite those sides are congruent. $[\star]$
  3. (2) implies that A point equidistant from distinct points $P$ and $Q$ lies on the perpendicular bisector of the $\overline{PQ}$. $[\star\star]$

Now, we'll cut to the part of Hadamard's argument where we have $\triangle ABC$ and $\triangle A^\prime BC$ with corresponding edges congruent, constructed with $A$ and $A^\prime$ on the same side of $\overleftrightarrow{BC}$. (That last part is key.) We need only show that $A$ and $A^\prime$ coincide to prove SSS. Hadamard makes this argument by contradiction ...

  1. Assume $A \neq A^\prime$.
  2. $B$ is equidistant from $A$ and $A^\prime$, and therefore, $B$ lies on the perpendicular bisector of $\overline{AA^\prime}$ by (3) above. The same is true of $C$.
  3. Therefore, $\overleftrightarrow{BC}$ is the perpendicular bisector of $\overline{AA^\prime}$.
  4. Therefore, $\overleftrightarrow{BC}$ separates $A$ and $A^\prime$.
  5. This contradicts the fact that we constructed $A$ and $A^\prime$ to be on the same side of $\overleftrightarrow{BC^\prime}$. $[\star\star\star]$
  6. Therefore, the assumption that $A \neq A^\prime$ must be invalid, so that triangles $\triangle ABC$ and $\triangle A^\prime BC$ coincide; this gives us SSS. $\square$

$[\star]$ Proof: Isosceles $\triangle ABC$ with base $\overline{BC}$ is congruent to $\triangle ACB$ by SAS, and those opposite angles are corresponding angles of the congruent triangles.

$[\star\star]$ The midpoint, $M$, of $\overline{PQ}$ is certainly on the perpendicular bisector. A point $R \neq M$ equidistant from $P$ and $Q$ creates isosceles $\triangle RPQ$ with congruent angles at $P$ and $Q$ by (2). Thus, $\triangle RPM \cong \triangle RQM$ by SAS. Corresponding angles $\angle RMP$ and $\angle RMQ$ must be congruent; as supplements, they must be right. $\overleftrightarrow{MR}$, then, is the perpendicular bisector of $\overline{PQ}$. (I'll note that an easier proof could assert that, from the get-go, $\triangle RPM \cong RQM$ by SSS ... but we can't use that argument in a proof of SSS itself.)

$[\star\star\star]$ The contradiction here is one of Euclid's oversights later made explicit by Hilbert as the Plane Separation Axiom. The PSA has slightly-different formulations in different treatments of geometric foundations, but effectively it's the "Because I said so!" assertion that lines break planes into two disjoint "sides" and gives us our contradiction.

Related Question