MTH2001 Algebraic Structures - Cheat Sheet

Made by William Fayers :)

Make sure to read this before the exam - I recommend completing a practice test with it so you learn where everything is and can ask if you don’t understand something. I might’ve made mistakes! There’s a sudoku at the end in case you finish early, and the cheat sheet is generated based on analysis of past exams and given material. It should also include topics that I don’t think will come up, but they theoretically could - these topic explanations will be much more brief.

Small warning: the following makes the most sense if you read it all first. It also assumes you have knowledge from previous algebra modules - make sure you know these!

Possible Question Topics and their Explanations

0. Useful “Known” Facts

  • Common Sets:
    • : Set of all integers.
    • : Set of all natural numbers (positive integers).
    • : Set of all rational numbers.
    • : Set of all real numbers.
    • : Set of all complex numbers.
    • Note: adding denotes a set as a group under multiplication, implying that it excludes zero (as it has no inverse). Otherwise, it’s an additive group.
  • Binary Operations:
    • When we write expressions like , it implies , where  is any binary operation such as addition, multiplication, or matrix multiplication.
  • Common Matrix Terminology:
    • Diagonal matrix: all elements of a matrix outside of the leading diagonal are zero.
  • Matrix Multiplication:
    • The product of two matrices and is defined when the number of columns in is equal to the number of rows in .
    • If is an matrix and is an matrix, their product is an matrix where each element is calculated as: .
  • Special Groups:
    • Matrix Group: A group denoted as is a group of invertible matrices with elements in the field under matrix multiplication.
    • General Linear Group: A group denoted as is a matrix group with a non-zero determinant.
    • Special Linear Group: A group denoted as is a subgroup of the general linear group where all determinants are equal to .
    • Dihedral Group: A group denoted by is a multiplicative group of the symmetries of a shape, with order .

1. Groups

  1. Informal Definition: A group is like a mathematical playground where you can combine elements in a specific way, and certain rules always hold true.
  2. Mathematical Definition: A set with a binary operation satisfying:
    • Closure: For all , .
    • Associativity: For all , .
    • Identity Element: There exists such that for all , .
    • Inverses: For each , there exists such that .
  3. Methods:
    • Checking Group Properties: Verify closure, associativity, identity, and inverses for a given set and operation.
    • Example: Consider the set of integers under addition. Check:
      • Closure: For any , .
      • Associativity: For any , .
      • Identity: The identity element is 0, since for any .
      • Inverses: For any , the inverse is , since .
1.1 Abelian Groups
  1. Informal Definition: An abelian group is a group where the order of combining elements doesn’t matter.
  2. Mathematical Definition: A group is abelian if for all , .
  3. Methods:
    • Checking Commutativity: Verify that the operation is commutative for all elements in the group.
    • Example: Check if under addition is abelian:
      • For any , .
1.2 Cyclic Groups
  1. Informal Definition: A cyclic group is generated by repeatedly applying the group operation to a single element.
  2. Mathematical Definition: A group is cyclic if there exists such that every element of can be written as for some integer , where is called a “generator element”.
  3. Notation: A cyclic group can be represented as , where is the generator element.
  4. Methods:
    • Finding Generators: Identify elements that can generate the entire group through repeated operations.
    • Example: Consider the group under addition modulo 6. The element 1 is a generator because:
      • (mod 6) covers all elements of .
1.3. Subgroups and Cosets
  1. Subgroup
    • Informal Definition: A subgroup is a smaller group within a larger group that also follows the group rules.
    • Mathematical Definition: A subset of a group is a subgroup if itself forms a group under the operation of .
    • Note: The index of in is the integer , denoted , is also the number of cosets of in .
    • Methods:
      • Subgroup Test: Check if a subset is closed under the group operation and contains inverses and the identity element.
      • Example: Verify if (even integers) is a subgroup of :
        • Closure: Sum of two even numbers is even.
        • Identity: 0 is even.
        • Inverses: Negative of an even number is even.
  2. Cosets
    • Informal Definition: Cosets are like slices of a group, formed by shifting a subgroup around. They partition the group into equal-sized, non-overlapping pieces.
    • Mathematical Definition: For a subgroup of , the left coset of with respect to is . Similarly, the right coset is .
    • Methods:
      • Finding Cosets: Calculate left or right cosets for a given subgroup and element. You can do this by choosing an arbitrary element to operate on the group.
      • Example: Find cosets of in :
        • Cosets are and .
  3. Normal Subgroups
    • Informal Definition: A normal subgroup is a subgroup that fits perfectly into the group structure, allowing for group division.
    • Mathematical Definition: A subgroup of is normal if for all , .
    • Methods:
      • Normality Test: Verify that conjugation () by any group element leaves the subgroup unchanged.
      • Example: In , every subgroup is normal because is abelian so you can rearrange the conjugation to be . For a non-abelian example, you usually disprove by counterexample with an arbitrary , or prove for all values.
1.4. Group Homomorphisms and Isomorphisms
  1. Group Homomorphisms
    • Informal Definition: A homomorphism is a function that translates one group into another while preserving the group structure.
    • Mathematical Definition: A function between two groups that preserves the group operation.
    • Methods:
      • Verifying Homomorphisms: Check that for all .
      • Example: Consider defined by . Verify:
        • For , .
  2. Isomorphisms
    • Informal Definition: An isomorphism is a perfect translation between two groups, showing they are essentially the same.
    • Mathematical Definition: A bijective homomorphism. If such a map exists, and are isomorphic, denoted .
    • Methods:
      • Proving Isomorphism: Show bijection and operation preservation between two groups.
      • Example: Show under multiplication:
        • Map: .
        • Verify bijection: Each element of maps uniquely to an element in .
          • Alternatively, verify surjective () and injective () properties.
        • Verify operation preservation: Check that the operation in corresponds to multiplication in .
  3. Kernel
    • Informal Definition: The kernel is the set of elements that get squashed to the identity in the target group.
    • Mathematical Definition: The kernel of a homomorphism is the set .
    • Methods:
      • Finding Kernels: Determine the set of elements mapped to the identity in the codomain (the target group of the homomorphism).
      • Example: For defined by , . This is because any integer multiple of 6 maps to 0 in .
1.5. Group Order and Lagrange’s Theorem
  1. Order of a Group
    • Informal Definition: The order of a group is simply the number of elements it contains.
    • Mathematical Definition: The order of a group , denoted , is the number of elements in .
  2. Lagrange’s Theorem
    • Informal Definition: Lagrange’s Theorem tells us that the size of any subgroup divides the size of the whole group.
    • Mathematical Statement: The order of a subgroup of a finite group divides the order of .
    • Methods:
      • Applying Lagrange’s Theorem: Use to determine possible subgroup sizes and verify subgroup properties.
      • Example: In , possible subgroup orders are 1, 2, 3, and 6.
1.6. Direct Products and Quotients
  1. Direct Products
    • Informal Definition: A direct product combines two groups into a new group, pairing their elements.
    • Mathematical Definition: The direct product of two groups and , denoted , is the set of all ordered pairs where and , with the operation defined component-wise.
    • Methods:
      • Constructing Direct Products: Form new groups by pairing elements and defining operations component-wise.
      • Example: consists of pairs where and .
  2. Group Quotients
    • Informal Definition: A quotient group is what you get when you divide a group by one of its normal subgroups.
    • Mathematical Definition: The set of cosets forms a group if is a normal subgroup of .
    • Important Note: Before seeing if a group is formed, check if a group is normal (can be divided) using the normality test in section 1.3.3.
    • Methods:
      • Forming Quotient Groups: Identify normal subgroups and construct the quotient group from cosets.
      • Example: In , consists of cosets and .
  3. Natural Homomorphism
    • Informal Definition: The natural homomorphism is the map (homomorphism) that sends each element to its coset in the quotient group.
    • Mathematical Definition: The map defined by .
    • Notes: Simply, it’s defined as a homomorphism with a kernel equal to .
    • Methods:
      • Using Natural Homomorphisms: Map elements to their corresponding cosets in quotient groups.
      • Example: For , map . This map sends each integer to its equivalence class modulo 2.

2. Rings

  1. Rings
    • Informal Definition: A ring is a set where you can add, subtract, and multiply, following specific rules.
    • Mathematical Definition: A ring is a set equipped with two binary operations (addition and multiplication) satisfying:
      • Additive Closure: For all , .
      • Additive Associativity: For all , .
      • Additive Identity: There exists such that for all , .
      • Additive Inverses: For each , there exists such that .
      • Multiplicative Closure: For all , .
      • Multiplicative Associativity: For all , .
      • Distributive Laws: For all , and .
      • Commutativity of Addition: For all , .
    • Methods:
      • Identifying Rings: Verify the ring axioms, including distributive, associative, and commutative properties.
      • Example: Check if is a ring:
        • Additive Closure: Sum of integers is an integer.
        • Additive Identity: is the identity.
        • Additive Inverses: Negative of an integer is an integer.
        • Multiplicative Closure: Product of integers is an integer.
        • Distributive Laws: Holds for integers.
        • Commutativity of Addition: For any , .

Sudoku