refactor: Reorganize files

This commit is contained in:
jstoobysmith 2024-11-14 15:26:31 +00:00
parent bbb4c020e9
commit a8e4562363
8 changed files with 376 additions and 282 deletions

View file

@ -250,6 +250,7 @@ lemma prod_add_both {n m : } {c : Fin n → S.C} {c1 : Fin m → S.C}
-/
/-- The action of a group element can be brought though a scalar multiplication. -/
lemma smul_action {n : } {c : Fin n → S.C} (g : S.G) (a : S.k) (t : TensorTree S c) :
(smul a (action g t)).tensor = (action g (smul a t)).tensor := by
simp only [smul_tensor, action_tensor, map_smul]