Algebra: Week-1

AY 2025–26

Instructor: Mrinal Kanti Das

Office / Department: SMU

Email: das.doublelife@gmail.com

Marking Scheme:
Assignments: 20% | Midterm Test: 30% | End Semester: 50%

Contents

1st Class

Equivalence Relation

Let \( X ( e \emptyset) \) be a set. A relation \( \sim \) on \( X \) is called an equivalence relation if:

Equivalence Class

Let \( \sim \) be an equivalence relation on a set \( X (\ne \emptyset) \). For any \( x \in X \), the equivalence class of \( x \) is defined as:

\[ [x] := \{y \in X \mid x \sim y\} \]

Example 1: If \( a \in [x] \), then \( [x] = [a] \).

Solution:

Hence, \( [a] = [x] \).

Example 2: For any \( x, y \in X \), either \( [x] = [y] \) or \( [x] \cap [y] = \emptyset \).

Solution:

Construction of Natural Numbers (Von Neumann Ordinals)

On the class of sets, define the successor operation by \( S(A) = A \cup \{A\} \). Starting from \( \emptyset \):

Define natural numbers: \[ 0 := \emptyset, \quad 1 := S(0), \quad 2 := S(1), \quad \dots \]

Every natural number is the set of all its predecessors.

Peano Axioms

The set \( \mathbb{N} \) satisfies:

Operations on \( \mathbb{N} \)

Addition

This makes \( (\mathbb{N}, +) \) a cancellative abelian monoid:

Motivation for Integers (\( \mathbb{Z} \))

The equation \( 2 + x = 1 \) has no solution in \( \mathbb{N} \). Using Peano Axiom 3, this motivates extending to integers.

Extending \( \mathbb{N} \) to Integers (\( \mathbb{Z} \))

Let \( X = \mathbb{N} \times \mathbb{N} \), and define:

\[ (a, b) \sim (c, d) \iff a + d = c + b \]

This is an equivalence relation. Define: \[ \mathbb{Z} := \{[(a, b)] \mid a, b \in \mathbb{N}\} \]

Addition: \( [(a, b)] + [(c, d)] = [(a + c, b + d)] \)
Embedding: \( \phi(a) = [(a, 0)] \)
Interpretation: \( [(a, b)] = a - b \)

Extending \( \mathbb{Z} \) to Rational Numbers (\( \mathbb{Q} \))

Let \( X = \mathbb{Z} \times (\mathbb{Z} \setminus \{0\}) \), define:

\[ (a, b) \sim (c, d) \iff ad = cb \]

Define: \[ \mathbb{Q} := \{[(a, b)] \mid a \in \mathbb{Z}, b \in \mathbb{Z} \setminus \{0\}\} \]

Embedding: \( \phi(a) = [(a, 1)] \)
Every non-zero element has an inverse → \( (\mathbb{Q}, +, \cdot) \) is a field.
Fraction notation: \( \frac{m}{n} \)

Further Extensions