I have a question about doing this in SAGE.
I have a set of variables S_ijkl for i, j, k l in [1..4] and I would like to set the following relations without having to manually type everything in:
S_ijkl = S_jikl = S_ijlk = S_jilk,
how can I go about doing this?