Comprehensive Abstract Algebra and Number Theory Study Guide

Number Theory and Arithmetic Principles

  • Inclusion-Exclusion Principle (Αρχή Εγκλεισμού / Αποκλεισμού)

    • For a finite collection of sets A1,A2,,AnA_1, A_2, \dots, A_n, the size of their union is calculated as:         i=1nAi=1inAi1i<jnAiAj+1i<j<knAiAjAk+(1)n1A1A2An\left| \bigcup_{i=1}^n A_i \right| = \sum_{1 \le i \le n} |A_i| - \sum_{1 \le i < j \le n} |A_i \cap A_j| + \sum_{1 \le i < j < k \le n} |A_i \cap A_j \cap A_k| - \dots + (-1)^{n-1} |A_1 \cap A_2 \cap \dots \cap A_n|
  • Bézout's Identity and Coprimality

    • Two integers aa and bb are coprime, denoted as gcd(a,b)=1\gcd(a, b) = 1, if and only if there exist integers m,nZm, n \in \mathbb{Z} such that:         1=ma+nb1 = m \cdot a + n \cdot b
  • Euler's Totient Theorem

    • If aa and nn are positive integers such that gcd(a,n)=1\gcd(a, n) = 1, then:         aϕ(n)1(modn)a^{\phi(n)} \equiv 1 \pmod n         where ϕ(n)\phi(n) represents Euler's totient function.
  • Fermat's Little Theorem and Congruence Cancellation

    • Fermat's Little Theorem: If pp is a prime number and aZa \in \mathbb{Z}, then:         apa(modp)a^p \equiv a \pmod p
    • If pp is a prime number and aa is an integer such that pap \nmid a, then:         ap11(modp)a^{p-1} \equiv 1 \pmod p
    • Cancellation Law in Modular Arithmetic: If acbc(modm)a \cdot c \equiv b \cdot c \pmod m with c0c \neq 0, then:         ab(modmd)a \equiv b \pmod{\frac{m}{d}}         where d=gcd(c,m)d = \gcd(c, m).

Ring Theory and Algebraic Structures

  • Ring Isomorphisms and Invariant Properties

    • Two rings AA and BB are called isomorphic, denoted as ABA \cong B (or ABA \sim B), if there exists a ring isomorphism between them. Isomorphic rings share identical algebraic properties, including:
      • a) Element Count: Equal cardinality / number of elements (A=B|A| = |B|).
      • b) Algebraic Laws: Commutativity and associativity of operations.
      • c) Identity and Generators: Existence of a multiplicative identity element (1A1_A and 1B1_B) and structure of generating sets.
      • d) Field and Unit Properties: Field structure and equal number of invertible elements (units).
      • e) Zero Divisors and Integral Domains: Presence or absence of zero divisors, preserving integral domain status.
      • f) Characteristic: Equal ring characteristic, i.e., Char(A)=Char(B)\text{Char}(A) = \text{Char}(B).
      • g) Principal Ideal Property: Preservation of whether all ideals are principal.
  • Subrings, Ring Centers, and Units

    • Subring Criteria: A subset SS of a ring AA (SAS \subseteq A) is a subring if and only if:
      1. x,yS    xyS\forall x, y \in S \implies x - y \in S
      2. x,yS    xyS\forall x, y \in S \implies x \cdot y \in S
    • Center of a Ring: The center of a ring AA, denoted C(A)C(A), is the set of elements that commute with every element in AA:         C(A)={aAax=xa,xA}C(A) = \{a \in A \mid a \cdot x = x \cdot a, \forall x \in A\}
    • Invertible Elements (Units): If aAa \in A is an invertible element (unit), it possesses a multiplicative inverse a1Aa^{-1} \in A such that a \cdot a^{-1} = a^{-1} \cdot a = 1_A$.\n\n* **Fields, Integral Domains, and Modular Integers**\n * **Integral Domain (Ακέραια Περιοχή):** A commutative ring with identity 1 \neq 0thathasnozerodivisors(i.e.,ifthat has no zero divisors (i.e., ifa \cdot b = 0,then, thena = 0ororb = 0).\n * **Field Structure of Modular Integers:** The ring \mathbb{Z}pisafieldifandonlyifis a field if and only ifp is a prime number.\n * **Field to Integral Domain Relationship:**\n * Every field is an integral domain.\n * The converse is not generally true; however, every **finite** integral domain is a field.\n\n* **Polynomial Rings, Associates, and Characteristic**\n * **Ring Characteristic Identity:** If Aisaringwithidentityis a ring with identity1 \neq 0,thenthecharacteristicofthepolynomialring, then the characteristic of the polynomial ringA[x]equalsthecharacteristicofequals the characteristic ofA:\n        \text{Char}(A) = \text{Char}(A[x])\n * **Associates in Polynomial Rings:** Let Abeanintegraldomainandbe an integral domain andf(x), g(x) \in A[x].If. Iff(x) \mid g(x)andandg(x) \mid f(x),then, thenf(x)andandg(x)areassociates,meaningthereexistsaninvertibleelement(unit)are associates, meaning there exists an invertible element (unit)a \in A^\times such that:\n        f(x) = a \cdot g(x)\n\n* **Euclidean Algorithm for Polynomial Greatest Common Divisors**\n * To find the greatest common divisor \gcd(f(x), g(x))oftwopolynomialsof two polynomialsf(x), g(x) \in F[x]:\n 1. Perform successive Euclidean divisions.\n 2. Identify the last non-zero remainder in the chain of division steps.\n 3. Convert this last non-zero remainder into a monic polynomial (dividing by its leading coefficient).\n\n* **Rational Root Theorem**\n * Let f(x) = a_n x^n + a{n-1} x^{n-1} + \dots + a_1 x + a_0 \in \mathbb{Z}[x]beapolynomialwithintegercoefficients.Ifarationalnumberbe a polynomial with integer coefficients. If a rational number\frac{r}{s}(writteninlowesttermssuchthat(written in lowest terms such that\gcd(r, s) = 1)isarootof) is a root off(x), then:\n * r \mid a_0((rdividestheconstanttermdivides the constant terma_0)\n * s \mid a_n((sdividestheleadingcoefficientdivides the leading coefficienta_n)\n\n* **Eisenstein's Irreducibility Criterion**\n * Let f(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 \in \mathbb{Z}[x]beapolynomialwithintegercoefficients.Ifthereexistsaprimenumberbe a polynomial with integer coefficients. If there exists a prime numberp such that:\n 1. p \nmid a_n((p does not divide the leading coefficient)\n 2. p \mid a_iforallfor alli \in {0, 1, \dots, n-1}((p divides all other coefficients)\n 3. p^2 \nmid a_0((p^2 does not divide the constant term)\n * Then the polynomial f(x)isirreducibleovertherationalfieldis irreducible over the rational field\mathbb{Q}[x].\n\n* **Ring Homomorphisms and Properties**\n * **Definition:** A mapping \phi: A \rightarrow Bbetweentworingsbetween two ringsAandandBiscalledaringhomomorphismifforallis called a ring homomorphism if for allx, y \in A:\n 1. \phi(x + y) = \phi(x) + \phi(y)\n 2. \phi(x \cdot y) = \phi(x) \cdot \phi(y)\n * **Fundamental Properties:** For any ring homomorphism \phi: A \rightarrow B:\n 1. \phi(0_A) = 0_B\n 2. \phi(-a) = -\phi(a)forallfor alla \in A\n 3. \phi(n \cdot a) = n \cdot \phi(a)forallfor alln \in \mathbb{Z}andanda \in A\n 4. \phi(a^n) = (\phi(a))^nforallfor alln \in \mathbb{N}andanda \in A\n\n* **Principal Ideals and Principal Ideal Domains (PID / Π.Κ.Ι.)**\n * **Principal Ideal:** Let Abeacommutativeringandbe a commutative ring anda \in A.Theprincipalidealgeneratedby. The principal ideal generated bya,denoted, denoted\langle a \rangle, is defined as:\n        \langle a \rangle = {a \cdot x \mid x \in A}\n * **Principal Ideal Domain (PID / Περιοχή Κύριων Ιδεωδών):** A ring A is called a Principal Ideal Domain if:\n 1. A is commutative.\n 2. Ahasamultiplicativeidentityhas a multiplicative identity1 \neq 0$.
      1. AA has no zero divisors (it is an integral domain).
      2. Every ideal II of AA is principal (i.e., I=aI = \langle a \rangle for some aAa \in A).
    • Polynomial PID Property: If FF is a field, then the polynomial ring F[x]F[x] is a Principal Ideal Domain (PID).
  • Quotient Rings and the First Isomorphism Theorem for Rings

    • Quotient Ring (Δακτύλιος Πηλίκου): Let AA be a ring and II an ideal of AA. The quotient ring A/IA/I is defined as:         A/I={a+IaA}A/I = \{a + I \mid a \in A\}         where cosets satisfy a+I=b+I    abIa + I = b + I \iff a - b \in I, equipped with operations:
      1. Addition: (a+I)+(b+I)=(a+b)+I(a + I) + (b + I) = (a + b) + I
      2. Multiplication: (a+I)(b+I)=(ab)+I(a + I) \cdot (b + I) = (a \cdot b) + I
    • First Isomorphism Theorem for Rings: Let ϕ:AB\phi: A \rightarrow B be a ring homomorphism with kernel Ker(ϕ)={aAϕ(a)=0B}\text{Ker}(\phi) = \{a \in A \mid \phi(a) = 0_B\} and image Im(ϕ)={ϕ(a)aA}\text{Im}(\phi) = \{\phi(a) \mid a \in A\}. Then:         A/Ker(ϕ)Im(ϕ)A / \text{Ker}(\phi) \cong \text{Im}(\phi)

Group Theory Foundations

  • Group Definition and Axioms

    • A set GG equipped with a binary operation * is called a Group, denoted (G,)(G, *), if it satisfies three axioms:
      1. Associativity: (xy)z=x(yz)(x * y) * z = x * (y * z) for all x, y, z \in G$.\n 2. **Identity Element:** There exists an element e \in Gsuchthatsuch thatx * e = e * x = xforallfor allx \in G$.
      2. Inverse Element: For every xGx \in G, there exists an element yGy \in G (denoted x1x^{-1}) such that x * y = y * x = e$.\n * **Abelian Group:** A group G is called Abelian (or commutative) if:\n        x * y = y * x \quad \forall x, y \in G\n\n* **Group Order and Subgroup Criteria**\n * **Group Order:** The order of a group G,denoted, denoted|G|,isthecardinalnumberrepresentingthetotalcountofelementsin, is the cardinal number representing the total count of elements inG$.
    • Subgroup Definition and Criteria: A subset HGH \subseteq G is a subgroup of GG (denoted HGH \le G) if:
      1. eHe \in H (non-empty set condition)
      2. x,yH    xyH\forall x, y \in H \implies x \cdot y \in H (closure under operation)
      3. xH    x1H\forall x \in H \implies x^{-1} \in H (closure under inverses)
    • Equivalent Single Condition: A non-empty subset HGH \subseteq G is a subgroup if and only if:         x,yH    xy1H\forall x, y \in H \implies x \cdot y^{-1} \in H
  • Product of Subgroups

    • Let HH and KK be subgroups of a group GG. The product set HK={hkhH,kK}H \cdot K = \{h \cdot k \mid h \in H, k \in K\} is a subgroup of GG (HKGH \cdot K \le G) if and only if:         HK=KHH \cdot K = K \cdot H
  • Center of a Group

    • The center of a group GG, denoted Z(G)Z(G), is the set of elements that commute with all elements of GG:         Z(G)={gGgx=xg,xG}Z(G) = \{g \in G \mid g \cdot x = x \cdot g, \forall x \in G\}
    • The identity element ee always belongs to Z(G)Z(G).
    • A group GG is Abelian if and only if its center equals the whole group:         G is Abelian    Z(G)=GG \text{ is Abelian} \iff Z(G) = G
  • Cyclic Groups, Element Orders, and Subgroup Properties

    • Cyclic Group: A group GG is cyclic if it is generated by a single element xGx \in G, denoted G=x={xnnZ}G = \langle x \rangle = \{x^n \mid n \in \mathbb{Z}\}.
    • Fundamental Properties of Cyclic Groups:
      • Every cyclic group is Abelian.
      • Every subgroup of a cyclic group is cyclic.
    • Order of an Element: The order of an element xGx \in G, denoted x|x|, is equal to the order of the cyclic subgroup generated by xx:         x=x|x| = |\langle x \rangle|
    • Order of Powers in Finite Cyclic Groups: Let G=xG = \langle x \rangle be a finite cyclic group of order G=m|G| = m. For any integer kk, the order of xkx^k is given by:         xk=mgcd(m,k)|x^k| = \frac{m}{\gcd(m, k)}
    • Generator Equivalence: In a cyclic group G=xG = \langle x \rangle of order mm, the subgroups generated by powers xax^a and xbx^b are equal if and only if:         xa=xb    gcd(a,m)=gcd(b,m)\langle x^a \rangle = \langle x^b \rangle \iff \gcd(a, m) = \gcd(b, m)
    • Unique Subgroup Theorem for Cyclic Groups: Let G=xG = \langle x \rangle be a cyclic group of order G=m|G| = m. For every positive divisor dd of mm (dmd \mid m), there exists a unique cyclic subgroup HGH \le G of order H=d|H| = d, given by:         H=xm/dH = \langle x^{m/d} \rangle
  • Lagrange's Theorem

    • If GG is a finite group and HH is a subgroup of GG (HGH \le G), then the order of HH divides the order of GG:         HG|H| \mid |G|

Group Homomorphisms, Normal Subgroups, and Isomorphism Theorems

  • Properties of Group Homomorphisms

    • Let f:GGf: G \rightarrow G' be a group homomorphism. Then the following properties hold:
      1. f(eG)=eGf(e_G) = e_{G'}
      2. f(x1)=(f(x))1f(x^{-1}) = (f(x))^{-1} for all xGx \in G
      3. f(xm)=(f(x))mf(x^m) = (f(x))^m for all mZm \in \mathbb{Z} and xGx \in G
      4. If HGH \le G, then f(H)Gf(H) \le G'
      5. If KGK \le G', then f1(K)Gf^{-1}(K) \le G
  • Kernel, Image, and Monomorphisms

    • Kernel: The kernel of f:GGf: G \rightarrow G' is defined as:         Ker(f)={xGf(x)=eG}\text{Ker}(f) = \{x \in G \mid f(x) = e_{G'}\}
    • Image: The image of f:GGf: G \rightarrow G' is defined as:         Im(f)={yGxG,f(x)=y}\text{Im}(f) = \{y \in G' \mid \exists x \in G, f(x) = y\}
    • Monomorphism Condition: A homomorphism ff is a monomorphism (injective / 1-1) if and only if its kernel is trivial:         f is 1-1    Ker(f)={eG}f \text{ is 1-1} \iff \text{Ker}(f) = \{e_G\}
  • Normal Subgroups and Equivalent Conditions

    • A subgroup HH of GG is called a Normal Subgroup (denoted HGH \triangleleft G) if left cosets equal right cosets:         xH=HxxGx \cdot H = H \cdot x \quad \forall x \in G
    • Equivalent Characterizations: For a subgroup HGH \le G, the following statements are equivalent:
      1. HGH \triangleleft G
      2. xH=Hxx \cdot H = H \cdot x for all xGx \in G
      3. xHx1Hx \cdot H \cdot x^{-1} \subseteq H for all xGx \in G
      4. xHx1=Hx \cdot H \cdot x^{-1} = H for all xGx \in G
  • Simple Groups

    • A group GG is called a Simple Group (Απλή ομάδα) if its only normal subgroups are the trivial subgroups, namely {e}\mathbb{\{e\}} and GG itself.
  • Quotient Groups

    • Let HH be a normal subgroup of GG (HGH \triangleleft G). The set of cosets G/H={xHxG}G/H = \{x \cdot H \mid x \in G\} forms a group called the Quotient Group (Ομάδα Πηλίκο) under coset multiplication:         (xH)(yH)=(xy)H(x \cdot H) \cdot (y \cdot H) = (x \cdot y) \cdot H
  • The Four Isomorphism Theorems for Groups

    • First Isomorphism Theorem: If f:GGf: G \rightarrow G' is a group homomorphism, then:         G/Ker(f)Im(f)G / \text{Ker}(f) \cong \text{Im}(f)
    • Second Isomorphism Theorem: Let HGH \le G and KGK \triangleleft G. Then:         (HK)/KH/(HK)(H \cdot K) / K \cong H / (H \cap K)
    • Third Isomorphism Theorem: Let KGK \triangleleft G, HGH \triangleleft G, and KHK \triangleleft H. Then:         (G/K)/(H/K)G/H(G / K) / (H / K) \cong G / H
    • Fourth Isomorphism Theorem (Correspondence Theorem): Let KGK \triangleleft G. There is a one-to-one (1-1) correspondence between the subgroups of GG containing KK and the subgroups of the quotient group G/KG/K.