Prod T assoc
TensorSpecies.Tensor.prodT_assoc
Project documentation
Rewriting basis for the product in terms of the tensor product basis. -/ lemma basis_prod_eq {n1 n2} {c : Fin n1 → C} {c1 : Fin n2 → C} : basis (S := S) (Fin.append c c1) = (((Tensor.basis (S := S) c).tensorProduct (Tensor.basis (S := S) c1)).reindex (ComponentIdx.prod.symm)).map tensorEquivProd := by ext b simp [ComponentIdx.prod, tensorEquivProd] rw [pr...
Source project: Physlib
Person-level attribution pending.