Documentation

Analysis.Appendix_A_2

Analysis I, Appendix A.2: Implication #

An introduction to implications. Showcases some basic tactics and Lean syntax.

theorem example_A_2_1 (x : ) :
x = 2x ^ 2 = 4
theorem theorem_A_2_4 (n : ) :
Even (n * (n + 1))

Theorem A.2.4

theorem contrapositive {X Y : Prop} (hXY : XY) :
¬Y¬X
theorem imp_example (x : ) :
x = 2x ^ 2 = 4
theorem imp_contrapositive (x : ) :
x ^ 2 4x 2