chore: fix tests
This commit is contained in:
parent
539c43e153
commit
4f4c8f45cd
2 changed files with 2 additions and 2 deletions
|
|
@ -73,4 +73,4 @@ theorem mul_inv_rev [Group α] (a b : α) : (a * b)⁻¹ = b⁻¹ * a⁻¹ := by
|
|||
rw [mul_assoc, ← mul_assoc b, mul_right_inv, one_mul, mul_right_inv]
|
||||
|
||||
theorem mul_inv [CommGroup α] (a b : α) : (a * b)⁻¹ = a⁻¹ * b⁻¹ := by
|
||||
rw [mul_inv_rev, mul_comm]; rfl
|
||||
rw [mul_inv_rev, mul_comm]
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ open Algebra -- activate unification hints
|
|||
|
||||
section Sec1
|
||||
|
||||
set_option trace.Meta.debug true
|
||||
-- set_option trace.Meta.debug true
|
||||
-- This hint is only active in this section
|
||||
local unif_hint (s : Magma) (m : Magma) (n : Magma) (β : Type u) (δ : Type v) where
|
||||
m.α =?= β
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue