Let (Z, *) be an algebraic structure where Z is the set of integers and the operation * is defined by n * m = max(n, m). Which of the following statements is true for (Z, *)? A. (Z, *) is a monoid. B. (Z, *) is an Abelian group. C. (Z, *) is a group. D. None of the above.
GATE 1997 · Discrete Mathematics · Group Theory · medium
Answer: D. None of the above
max is associative and commutative: These identities hold for all integers, so (Z, max) is a commutative semigroup.
Search for an identity: No integer is less than or equal to every integer (Z has no minimum), so no identity element exists.
Eliminate group and abelian group: Since even the monoid requirement fails, the group and abelian-group options fail too.