Consider the operation ∗ on Z defined by
a∗b=ab
Require to determine whether or not ∗ gives a group structure on the set Z
Let us verify the group axioms:
(1) Closure: a,b∈Z⇒a∗b∈Z
Now a,b∈Z⇒ab∈Z
⇒a∗b∈Z
So, a,b∈Z⇒a∗b∈Z
Therefore, Z satisfies the closure axiom under the operation ∗
(2) Associativity: a,b,c∈Z⇒a∗(b∗c)=(a∗b)⋆c
Now a,b,c∈Z⇒a∗(b∗c)=a∗(bc)=a(bc)=abc
And
(a∗b)∗c=(ab)∗c=(ab)c=abc
So, a,b,c∈Z⇒a∗(b∗c)=(a∗b)∗c
Therefore, Z satisfies the associativity axiom under the operation ∗
(3) Identity: For each a∈Z there exists e∈Z such that a∗e=a=e∗a
Now a∗e=a⇒ae=a
⇒e=1∈Z
And a∗1=a(1)=a=1(a)=1∗a
Therefore, 1 is the identity in Z
(4) Inverse: For each non zero a∈Z there exists b∈Z such that a∗b=e=b∗a
Let a be a non zero integer
Now a∗b=1⇒ab=1
⇒b=a1∈/Z
Therefore, inverse axiom fail to hold
Hence, (Z,∗) is not a group.
Comments