We have the binary operation addition on numbers. It has an additive identity ( 0 ) and it is commutative.
Multiplication is simply repeated addition. It is a binary operation on numbers.
Its identity ( multiplicative ) is 1 and it is also commutative.
Then the function ^(x,y) = x^y is repeated multiplication, it is again a binary operation but it is not commutative. Why ?
Also, it has a right identity ( 1 ) , but it seems not to have a left identity ( is it true ? ). Why ?
I'm wondering if theres a reason that things change drastically even if we followed the same pattern ( making a new operation out of repeating the last one ).
Thanks in advance.
Is $3^5=3*3*3*3*3=5*5*5=5^3$?
Some things aren't deep. They just... are. In this case,$\text{^}(x,y)\neq \text{^}(y,x)$ because of definition. What more is there to say. This isn't something to ponder.