Analysis I, Appendix A.7: Equality #
Introduction to equality in Lean
Equations
- equality_as_equiv_relation X = { r := fun (a b : X) => a = b, iseqv := ⋯ }
Instances For
A coercion from integers to new integers
Equations
- instCoeIntNewInt = { coe := fun (n : ℤ) => Quot.mk make_twelve_equal_two n }