Tensor symmetric in a pair of indices and under the chage of pairs

31 views
Skip to first unread message

Elias Leite Mendonça

unread,
Apr 26, 2025, 10:44:28 AMApr 26
to xAct Tensor Computer Algebra

Dear colleagues,

  1. I am trying to define a rank-4 tensor with the following symmetry properties:

Symmetric in , symmetric in , and symmetric under the exchange of the pairs .

I was able to impose the symmetry within each pair separately, but I could not manage to implement the symmetry under the exchange of the two pairs.

  1. My second question is the following:
    I have managed to symmetrize an explicit tensor expression so that it satisfies the symmetries described above. However, is there a way to automate this process? That is, without having to symmetrize term by term and manually impose the pair exchange symmetry by brute force?

I have attached my attempt in the notebook.

I would appreciate any help or suggestions.

Pairs.nb

Thomas Bäckdahl

unread,
Apr 26, 2025, 11:04:25 AMApr 26
to xa...@googlegroups.com
Hi!

You don't have to use just symmetric, or antisymmetric groups. You can specify any list of generators. xAct will automatically compute the corresponding strong generating set.
In your case you can write:
DefTensor[\[ScriptCapitalP][-\[Mu], -\[Nu], -\[Rho], -\[Sigma]], M, GenSet[Cycles[{1, 2}], Cycles[{3, 4}], Cycles[{1, 3}, {2, 4}]]]

Cycles[{1, 2}] corresponds to the first symmetric pair.
Cycles[{3, 4}] corresponds to the second symmetric pair.
Cycles[{1, 3}, {2, 4}] corresponds to the exchange symmetry.

All of the group theoretical aspects are handled by the xPerm package. If you need to you can look at the documentation for that package.

Regards
Thomas
--
You received this message because you are subscribed to the Google Groups "xAct Tensor Computer Algebra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xact+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/xact/43da9afb-7685-4c84-9d7d-a04613a580cbn%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages