mathlib documentation

lean_problem_sheets / 2020.problem_sheets.Part_II_sheet1

theorem Q1a (x y : ) :
x + y = y + x

Note: this declaration is incomplete and uses sorry.

theorem Q1b (x y : ) :
x + y = xy = 0

Note: this declaration is incomplete and uses sorry.

theorem Q1c (x y : ) :
x + y = 0x = 0 y = 0

Note: this declaration is incomplete and uses sorry.

theorem Q1d (x y : ) :
x * y = y * x

Note: this declaration is incomplete and uses sorry.