Abstract Algebra Lecture 1: Review of Linear Algebra and Groups

Added:

Course Setup
Matrix Basics
Matrix Product
Non-Commutativity
Matrix Inversion
Defining Groups
Group Axioms
Group Examples

Course Setup

0:12
Playing Section
  • 1

    Course structure includes guest lectures and weekly homework.

  • 2

    Recommended background is linear algebra from specific courses.

  • 3

    Textbook by Artin emphasizes algebra's broad applications.

Basic Set Theory: Understanding sets, subsets, Cartesian products, and relations.
Functions and Mappings: Familiarity with the concepts of domain, codomain, injectivity, surjectivity, and composition of functions.
Introductory Linear Algebra: Knowledge of vector systems, matrices, matrix multiplication, and the properties of linear transformations.
Elementary Number Theory: Basic awareness of modular arithmetic and properties of integers under standard operations.
Subgroups and Cyclic Groups: Exploring subsets of groups that form groups themselves, and groups generated by a single element.
Permutation Groups and Symmetric Groups: Understanding groups composed of bijective functions from a set to itself, representing physical symmetries.
Group Homomorphisms and Isomorphisms: Studying structure-preserving maps between different algebraic structures to determine when two groups are structurally identical.
Cosets and Lagrange's Theorem: Analyzing how subgroups partition a group and understanding the foundational theorem relating subgroup size to group size.
Introduction to Rings and Fields: Progressing to algebraic structures defined with two binary operations, such as addition and multiplication.
532.4K views4.4Klikes49:54@itssoblatantOriginal Release: 2013-09-06

A group is a set equipped with a binary operation that satisfies four fundamental properties: associativity (for all a, b, c in the set, (ab)c = a(bc)), existence of an identity element (an element e such that ea = ae = a for all a), existence of inverses for every element (for each a, there exists an a⁻¹ such that aa⁻¹ = a⁻¹a = e), and closure under the operation. The first and most important example of a group is the general linear group GL_n(R), which consists of all n×n invertible matrices over the real numbers. A matrix is invertible if and only if its determinant is non-zero, and GL_n(R) is closed under matrix multiplication, contains the identity matrix, and every element has a unique inverse. Other examples include the integers under addition (an abelian group) and the symmetric group S_n, which consists of all bijections from a set of n elements to itself under composition.