PhysLean Documentation

PhysLean.Relativity.Tensors.Tree.NodeIdentities.PermProd

Swapping permutations and contractions #

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

The permutation that arises when moving a perm node in the left entry through a prod node. This permutation is defined using right-whiskering and composition with finSumFinEquiv based-isomorphisms.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    The permutation that arises when moving a perm node in the right entry through a prod node. This permutation is defined using left-whiskering and composition with finSumFinEquiv based-isomorphisms.

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

      When a prod acts on a perm node in the left entry, the perm node can be moved through the prod node via right-whiskering.

      theorem TensorTree.prod_perm_right {S : TensorSpecies} {n n' n2 : } {c : Fin nS.C} {c' : Fin n'S.C} (c2 : Fin n2S.C) (σ : IndexNotation.OverColor.mk c IndexNotation.OverColor.mk c') (t2 : TensorTree S c2) (t : TensorTree S c) :
      (t2.prod (perm σ t)).tensor = (perm (permProdRight c2 σ) (t2.prod t)).tensor

      When a prod acts on a perm node in the right entry, the perm node can be moved through the prod node via left-whiskering.