Ex: take $a = 2$ and $b = 3$
if the expression is $a+b$
$$a+b = 5\\b+a = 5$$ too. (which i do not need)
but what I need is $b+a$ should not be equal to $5 $
expression (a,b) != (is not equal to) expression(b,a) and Σ expression (x,y) (x= {0,1,2,3,---} - {a} and y = {0,1,2,3,---} - {b} )
so if you interchange the places of b and a then the value should be different to the value it is before.