Documentation

Analysis.Appendix_A_2

Аналіз I, Додаток A.2 #

Вступ до висновків. Демонструє деякі базові тактики та синтаксис Lean.

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

Теорема 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