Skip to content

Commit

Permalink
change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtq committed Oct 26, 2024
1 parent f3cf378 commit 7bd7d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.lake
Others/**
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,6 @@ noncomputable def aut_equiv_of_finrank_eq_one {F S A : Type*}
intro x
apply AlgEquiv.ext
intro y
simp? [AlgEquiv.restrictScalarsHom, AlgEquiv.restrictScalars]
simp only [AlgEquiv.restrictScalarsHom, AlgEquiv.restrictScalars, RingEquiv.toEquiv_eq_coe,
MonoidHom.coe_mk, OneHom.coe_mk, AlgEquiv.coe_mk, EquivLike.coe_coe, AlgEquiv.coe_ringEquiv]
map_mul' := (AlgEquiv.restrictScalarsHom F S A).map_mul'

0 comments on commit 7bd7d0b

Please sign in to comment.