answered 5 years ago
Because it is not a symmetric polynomial:
sage: f==f(x0=x1,x1=x0) False sage: f==-f(x0=x1,x1=x0) True