A = {0, 1, 2, 3, ...} is the set of non-negative integers. Let F be the set of functions from A to itself. For any two functions f_1, f_2 in F, we define (f_1 (-) f_2)(n) = f_1(n) + f_2(n) for every number n in A. Which of the following is/are CORRECT about the mathematical structure (F, (-)) ? A. (F, (-)) is an Abelian group. B. (F, (-)) is an Abelian monoid. C. (F, (-)) is a non-Abelian group. D. (F, (-)) is a non-Abelian monoid.
GATE 2025 · Discrete Mathematics · Identify Function · easy
Answer: (F, (-)) is an Abelian monoid (Option B).
- Verify monoid and commutativity properties: for f_1, f_2 in F the values f_1(n)+f_2(n) are non-negative integers, so f_1 (-) f_2 is again in F (closure); integer addition is associative, so (-) is too; the zero function z(n)=0 gives f (-) z = z (-) f = f, the identity. Hence (F, (-)) is a monoid
- Confirm commutativity and rule out inverses: since f_1(n)+f_2(n) = f_2(n)+f_1(n) for all n, the operation is commutative (Abelian). An inverse of f would need g with f(n)+g(n)=0, forcing g(n) = -(f(n)) < 0 whenever f(n) > 0, which is not in A; so most functions lack inverses and it is NOT a group. Therefore (F, (-)) is an Abelian monoid: A, C, D are wrong and B is correct