Skip to content

Instantly share code, notes, and snippets.

@onproton
Created February 6, 2015 05:59
Show Gist options
  • Save onproton/005224c73a405ef11016 to your computer and use it in GitHub Desktop.
Save onproton/005224c73a405ef11016 to your computer and use it in GitHub Desktop.
(1) X=Y ; Given
(2) X^2=XY ; Multiply both sides by X
(3) X^2-Y^2=XY-Y^2 ; Subtract Y^2 from both sides
(4) (X+Y)(X-Y)=Y(X-Y) ; Factor
(5) X+Y=Y ; Cancel out (X-Y) term
(6) 2Y=Y ; Substitute X for Y, by equation 1
(7) 2=1 ; Divide both sides by Y
-- "Omni", proof that 2 equals 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment