Check the commutativity and associativity of the binary operations:โ*โ on N defined by a*b = 2^ab โ a, b โN
Commutativity and Associativity Check ๐บ Watch Video Explanation: Check commutativity and associativity Given: \( a * b = 2^{ab}, \quad a,b \in \mathbb{N} \) Commutativity: \( a * b = 2^{ab} \) \( b * a = 2^{ba} = 2^{ab} \) โ Operation is commutative Associativity: LHS: \( (a*b)*c = 2^{(2^{ab})c} \) RHS: \( a*(b*c) […]