I want to know if there exists a function invariant under cyclic permutation of arguments, but NOT invariant under any other permutation of arguments. For instance $$f(x,y,z) = x+y+z$$ is invariant under cyclic permutation of arguments $$f(x,y,z)=f(z, x,y) = f(y,z,x),$$ but is also invariant under any permutation of its arguments $$f(x,y,z)=f(x,z,y)=\ldots$$ The same happens for any function defined with a repeated application of a commutative operation. I want to know an example of a function that is invariant under cyclic permutation of arguments but NOT invariant under any other type of permutation. Thanks
2026-03-26 06:26:38.1774506398
Function invariant under cyclic permutation of arguments
176 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$f(x,y,z) = x^2y + y^2z +z^2x$
$f(z,x,y) = z^2x + x^2y + y^2z=f(x,y,z)$
$f(y,z,x) = y^2z + z^2x + x^2y=f(x,y,z)$
However, $f(x,z,y)=x^2z+z^2y+y^2x \ne f(x,y,z)$