Pythagoras's Theorem/Proof 8

Theorem

Let $\triangle ABC$ be a right triangle with $c$ as the hypotenuse.

Then:

$a^2 + b^2 = c^2$


Proof

Let $\Box ABCD$ be an arbitrary rectangle with opposing sides $AB = CD$ and $AD = BC$.

Let $O$ be the point where the diameters of $\Box ABCD$ meet.

By Diagonals of Rectangle are Equal:

$AC = BD$

By Diameters of Parallelogram Bisect each other:

$OA = OB = OC = OD$

Let a circle be constructed on center $O$ with radius $OA$.

Then $\Box ABCD$ is inscribed in the circle.

This also follows from the converse to Thales' Theorem.


This page has been identified as a candidate for refactoring.
In particular: 2 separate proofs here
Until this has been finished, please leave {{Refactor}} in the code.

New contributors: Refactoring is a task which is expected to be undertaken by experienced editors only.

Because of the underlying complexity of the work needed, it is recommended that you do not embark on a refactoring task until you have become familiar with the structural nature of pages of $\mathsf{Pr} \infty \mathsf{fWiki}$.

To discuss this page in more detail, feel free to use the talk page.
When this work has been completed, you may remove this instance of {{Refactor}} from the code.


By Ptolemy's Theorem:

$AD \cdot BC + AB \cdot CD = AC \cdot BD$

But $AD = BC$ and $AB = CD$ and $AC = BD$ so:

$AD \cdot AD + AB \cdot AB = AC \cdot AC$

Hence the result follows.

$\blacksquare$