Skip to content

Commit

Permalink
sorry free
Browse files Browse the repository at this point in the history
  • Loading branch information
zjj committed Aug 19, 2024
1 parent 45b0eb1 commit 0169aac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion BrauerGroup/SkolemNoether.lean
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,12 @@ instance (K A B M : Type u)
refine Submodule.sum_mem _ fun k hk => ?_
simp only
rw [show (c k • k : module_inst K A B M f) =
((algebraMap K (B ⊗[K] Module.End A M) (c k)) • (show module_inst K A B M f from k)) by sorry]
((algebraMap K (B ⊗[K] Module.End A M) (c k)) • (show module_inst K A B M f from k)) by
simp only [Algebra.TensorProduct.algebraMap_apply]
change _ = smul1 K A B M f k _
simp only [smul1, smul1AddHom, smul1AddHom', ZeroHom.toFun_eq_coe, AddMonoidHom.toZeroHom_coe,
LinearMap.coe_mk, AddHom.coe_mk, TensorProduct.liftAddHom_tmul, AddMonoidHom.coe_mk,
ZeroHom.coe_mk, AlgHom.commutes, algebraMap_smul, LinearMap.one_apply]]
refine Submodule.smul_mem _ _ ?_
simp only
refine Submodule.subset_span ?_
Expand Down

0 comments on commit 0169aac

Please sign in to comment.