For any given function f that takes two inputs, x and y, and for any arbitrary amount of iterations, where both x and y could be any arbitrary real number would the ordering of possible y inputs be commutative? For example can I prove
f(f(f(x, n0), n1), n2)
would always be equal to
f(f(f(x, n1), n2), n0)
for any arbitrary amount of n values and for any arbitrary ordering of those n values?