My task is the following:
Given the permutations $\sigma =(1 \space 2 \space 3 \space 4)$ and $\tau = (1 \space 3)$ and the permutation group $G=(S_4, \circ)$, find $|<\sigma, \tau>|$.
Is there a fast way to calculate this? If $\sigma$ and $\tau$ were disjoint, $|<\sigma, \tau>| = |<\sigma>|*|<\tau>|$ I think, but as both permutations contain $1$ and $3$, I couldn't find any faster way to calculate this, than brute forcing all elements of $<\sigma, \tau>$.
As this was an exam task, I'm convinced there is a faster way tho, but I can't find anything in the lecture script.
Thanks in advance for your answers :)