PhysLean Documentation

PhysLean.Relativity.Tensors.Tree.NodeIdentities.ProdComm

Commuting products #

The results here follow from the properties of braided categories and braided functors.

The permutation that arises when moving a commuting terms in a prod node. This permutation is defined using braiding and composition with finSumFinEquiv based-isomorphisms.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem TensorTree.prod_comm {S : TensorSpecies} {n n2 : } (c : Fin nS.C) (c2 : Fin n2S.C) (t : TensorTree S c) (t2 : TensorTree S c2) :
    (t.prod t2).tensor = (perm (braidPerm c c2) (t2.prod t)).tensor

    The arguments of a prod node can be commuted using braiding.