refactor: Lint
This commit is contained in:
parent
35ebb44986
commit
85a23a8fe4
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ noncomputable instance {n} (c : Fin n → S.C) : AddCommMonoid (S.TensorTreeQuot
|
|||
rw [add_comm]
|
||||
nsmul_zero t := by
|
||||
obtain ⟨t, rfl⟩ := ι_surjective t
|
||||
simp
|
||||
simp only [Nat.cast_zero]
|
||||
change smulQuot ((0 : k)) (ι t) = ι zeroTree
|
||||
rw [← ι_smul_eq_smulQuot]
|
||||
rw [ι_apply_eq_iff_tensor_apply_eq]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue