refactor: Elab file

This commit is contained in:
jstoobysmith 2024-10-22 12:10:55 +00:00
parent 6fbace33da
commit 6fe581f31c
2 changed files with 16 additions and 42 deletions

View file

@ -130,7 +130,7 @@ lemma add_assoc (t1 t2 t3 : TensorTree S c) :
can be moved out of the addition. -/
lemma add_perm {n : } {c : Fin n → S.C} {c1 : Fin n → S.C}
(σ : (OverColor.mk c) ⟶ (OverColor.mk c1)) (t t1 : TensorTree S c) :
(add (perm σ t) (perm σ t1)).tensor = (perm σ (add t t1)).tensor := by
(add (perm σ t) (perm σ t1)).tensor = (perm σ (add t t1)).tensor := by
simp only [add_tensor, perm_tensor, map_add]
/-- When the same evaluation acts on both arguments of an addition, the evaluation