lean4-htt/tests/lean/run/rewrite5.lean
2016-06-10 18:29:41 -07:00

9 lines
180 B
Text

exit
import algebra.group
variable {A : Type}
variable [s : group A]
include s
theorem mul.right_inv₁ (a : A) : a * a⁻¹ = 1 :=
by rewrite [-{a}inv_inv at {1}, mul.left_inv]