MATDSC-251: Abstract Algebra FYUG Even Semester Exam, 2025

Programme: FYUG (4th Semester)

Subject: Mathematics

Course Code: MATDSC-251

Full Marks: 70 | Pass Marks: 28

Instructions: Figures in the margin indicate full marks.

UNIT I

Question 1 (a)

[2 Marks]

Define a group. Give a suitable example.

A non-empty set G together with a binary operation * is called a group if it satisfies:
  • Closure: a * b is in G for all a, b in G.
  • Associativity: (a * b) * c = a * (b * c) for all a, b, c in G.
  • Identity: There exists e in G such that a * e = e * a = a.
  • Inverse: For every a in G, there exists a' in G such that a * a' = a' * a = e.

Example: The set of integers Z under the operation of addition (+) is a group.

Question 1 (b)

[2 Marks]

Write the Cayley table for the set G = {0, 1, 2, 3} with respect to usual multiplication. Is it a group?

x0123
00000
10123
20246
30369

Conclusion: No, it is not a group. Specifically, the element 0 does not have a multiplicative inverse, and the set is not closed under usual multiplication (e.g., 2 * 2 = 4, which is not in G).

Question 1 (c)

[2 Marks]

Define order of an element of a group. Find the order of 2 in Z₄.

The order of an element 'a' in a group G is the smallest positive integer n such that aⁿ = e (where e is the identity). In additive notation, this is na = 0.

In Z₄ = {0, 1, 2, 3} under addition modulo 4:

Final Answer: The order of 2 in Z₄ is 2.

Question 2 (Option A & B)

[5 + 5 = 10 Marks]

(a) Show that the set GL(2, R) of 2x2 matrices with real entries and non-zero determinant is a group w.r.t. matrix multiplication.

To prove GL(2, R) is a group:

  1. Closure: If A and B have det(A) ≠ 0 and det(B) ≠ 0, then det(AB) = det(A)det(B) ≠ 0. Thus AB is in GL(2, R).
  2. Associativity: Matrix multiplication is inherently associative.
  3. Identity: The identity matrix I = [[1, 0], [0, 1]] has det(I) = 1 ≠ 0 and acts as the identity.
  4. Inverse: For any A with det(A) ≠ 0, A⁻¹ = (1/det(A)) * adj(A) exists and det(A⁻¹) = 1/det(A) ≠ 0.

(b) Show that a non-empty subset H of a group G is a subgroup of G if and only if ab⁻¹ is in H whenever a, b are in H.

Proof:

  • (Necessary condition): If H is a subgroup, then for any b in H, b⁻¹ is in H (inverse property). Since H is closed, if a and b⁻¹ are in H, then ab⁻¹ is in H.
  • (Sufficient condition): Suppose ab⁻¹ is in H for all a, b in H.
    • Since H is non-empty, let x be in H. Then xx⁻¹ = e is in H (Identity).
    • If e and x are in H, then ex⁻¹ = x⁻¹ is in H (Inverse).
    • If a and b are in H, then b⁻¹ is in H. Thus a(b⁻¹)⁻¹ = ab is in H (Closure).

Question 2 (Option C & D)

[4 + 6 = 10 Marks]

(c) Prove the uniqueness of identity and uniqueness of inverses in a group.

Uniqueness of Identity: Suppose there are two identities e and e'. Then e * e' = e (if e' is identity) and e * e' = e' (if e is identity). Thus e = e'.

Uniqueness of Inverses: Let 'a' have two inverses b and c. Then ab = e and ac = e. Now, b = be = b(ac) = (ba)c = ec = c. Thus b = c.

(d) Let G = {[[a, a], [a, a]] | a ∈ R, a ≠ 0}. [span_19](start_span)Show that G is a group w.r.t. multiplication.[span_19](end_span)

Let A = [[a, a], [a, a]] and B = [[b, b], [b, b]].

  • Closure: AB = [[2ab, 2ab], [2ab, 2ab]]. Since a, b ≠ 0, 2ab ≠ 0. AB is in G.
  • Identity: Let E = [[e, e], [e, e]]. AE = [[2ae, 2ae], [2ae, 2ae]] = [[a, a], [a, a]]. This implies 2ae = a, so e = 1/2. Identity is [[1/2, 1/2], [1/2, 1/2]].
  • Inverse: Let A' = [[x, x], [x, x]]. AA' = E implies 2ax = 1/2, so x = 1/(4a). Inverse exists.

UNIT II

Question 3 (a)

[2 Marks]

Define centralizer of an element of a group.

The centralizer of an element 'a' in a group G, denoted C(a), is the set of all elements in G that commute with 'a':
C(a) = {x ∈ G | xa = ax}

Question 3 (c)

[2 Marks]

Let G = <a> be a cyclic group of order 25. Justify if a⁵ is a generator of G.

For a cyclic group G = <a> of order n, aᵏ is a generator if and only if gcd(k, n) = 1.

Here, n = 25 and k = 5. Since gcd(5, 25) = 5 ≠ 1, a⁵ is not a generator of G.

Question 4 (Option A & B)

[5 + 5 = 10 Marks]

(a) Show that the center of a group is a subgroup of the group.

The center Z(G) = {z ∈ G | zg = gz for all g ∈ G}.

  1. Identity: eg = ge = g, so e ∈ Z(G).
  2. Closure: Let a, b ∈ Z(G). Then (ab)g = a(bg) = a(gb) = (ag)b = (ga)b = g(ab). So ab ∈ Z(G).
  3. Inverse: Let a ∈ Z(G). Then ag = ga. Multiplying by a⁻¹ on both sides: a⁻¹(ag)a⁻¹ = a⁻¹(ga)a⁻¹ → ga⁻¹ = a⁻¹g. So a⁻¹ ∈ Z(G).

(b) Let G = <a> be a cyclic group of order n. Prove that G = <aᵏ> iff gcd(k, n) = 1.

Proof: The order of element aᵏ is |aᵏ| = n / gcd(k, n). For aᵏ to be a generator, its order must equal the order of the group, which is n. Thus, n / gcd(k, n) = n, which implies gcd(k, n) = 1.

Question 4 (Option C & D)

[5 + 5 = 10 Marks]

(c) Justify if the center of a group is always Abelian. Justify if the centralizer of an element is always Abelian.

(d) Show that every subgroup of a cyclic group is cyclic.

Let G = <a> and H be a subgroup. If H = {e}, it is cyclic. If H ≠ {e}, let m be the smallest positive integer such that aᵐ ∈ H. We claim H = <aᵐ>. For any aⁿ ∈ H, by division algorithm n = mq + r where 0 ≤ r < m. Then aʳ = aⁿ(aᵐ)⁻ᵝ. Since aⁿ, aᵐ ∈ H, aʳ must be in H. Since m is the smallest positive integer, r must be 0. Thus n = mq, and aⁿ = (aᵐ)ᵝ.

UNIT III

Question 5 (a)

[2 Marks]

Define symmetric group Sₙ.

The symmetric group Sₙ is the group of all permutations (one-to-one and onto functions) of a finite set of n elements under the operation of function composition.

Question 6 (Option A & B)

[5 + 5 = 10 Marks]

(a) Show that every permutation of a finite set can be written as a product of disjoint cycles. Express (12)(45)(153)(24) as disjoint cycles.

Decomposition: Starting with 1 → 5 → 4 → 2 → 1. Next available 3 → 3. Next available 5 (already used). Result: (1542)(3) or simply (1542).

(b) Show that disjoint cycles commute.

Let α and β be disjoint cycles. They move disjoint sets of elements. If an element x is moved by α, it is fixed by β. Thus αβ(x) = α(x) and βα(x) = β(α(x)) = α(x) (since α(x) is also fixed by β). If x is moved by neither, both sides fix it. Thus αβ = βα.

UNIT IV

Question 8 (a)

[6 Marks]

State and prove Lagrange's theorem.

Theorem: The order of every subgroup H of a finite group G divides the order of G.

Proof: Let |G| = n and |H| = m. The distinct left cosets of H partition G. Since each coset has exactly m elements and there are, say, k distinct cosets, then n = mk. This implies m divides n, i.e., |H| divides |G|.

Question 8 (b)

[4 Marks]

Show that a subgroup H of G is normal iff xHx⁻¹ ⊆ H for all x ∈ G.

Proof: A subgroup is normal if xH = Hx for all x. This is equivalent to xHx⁻¹ = H. The condition xHx⁻¹ ⊆ H for all x implies that for x⁻¹, x⁻¹H(x⁻¹)⁻¹ ⊆ H, which means x⁻¹Hx ⊆ H, or H ⊆ xHx⁻¹. Thus xHx⁻¹ = H.

UNIT V

Question 9 (b)

[2 Marks]

Give example, with justification, of an integral domain that is not a field.

Example: The ring of integers Z.

Justification: Z has no zero divisors (if ab = 0, then a=0 or b=0), so it is an integral domain. However, elements like 2 have no multiplicative inverse in Z (1/2 is not an integer), so it is not a field.

Question 10 (b)

[5 Marks]

Prove that every non-zero finite integral domain is a field.

Proof: Let D be a finite integral domain with elements {x₁, x₂, ..., xₙ}. For any non-zero 'a' in D, consider the set {ax₁, ax₂, ..., axₙ}. Since D has no zero divisors, all these products are distinct. Thus, one of them must be the unity '1'. So axᵢ = 1 for some xᵢ, meaning 'a' has an inverse. Hence, D is a field.