Abstract Algebra (All terms)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/76

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:44 PM on 5/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

77 Terms

1
New cards

Set

A collection of objects (elements) that are well defined, unordered, and distinct.

2
New cards

Empty Set

A set with no elements

3
New cards

Subset

Let X be a set. The set Y is a subset of X if for all y in Y, y is in X

4
New cards

Cardinality

The number of elements in the set

5
New cards

Countable

Has the same cardinality as the integers

6
New cards

Function

an assignment of elements in X to elements in Y such that 1. f(x) is in Y and 2. f(x) is a unique value

7
New cards

Domain

Set you map out of

8
New cards

Codomain

Set you map into

9
New cards

Image

The values that the function hits in the codomain

10
New cards

Surjective

For all y in Y there exists an x in X such that f(x)=y. Basically, you hit all things in the codomain

11
New cards

Injective

f(x1 ) = f(x2 ) if x1 =x2. No things go to the same thing in the codomain

12
New cards

Bijective

Injective and Surjective

13
New cards

Inverse

f -1 f =id=f f -1

14
New cards

Equivalence Relation

A way to group elements together that share some property such that:

  1. Reflexive

  2. Symmetric

  3. Transitive

15
New cards

Equivalence Class

The set {y in X | x is equivalence relation to y}

16
New cards

Partition

The collection of non-empty subsets A1 …An such that:

  1. A = A1 U A2 U…U An (make up all of A)

  2. Ai are disjoint

17
New cards

Singleton Partition

One element in each class

18
New cards

Trivial Partition

Everything in one partition

19
New cards

Well Ordering Principle

Every non-empty set of non negative integers has a smallest element

20
New cards

Division Algorithm (Theorem)

There are a uniquely determined q,r in the natural numbers st n=qd+r

21
New cards

Divisor

d is a divisor of n is n=qd (no remainder)

22
New cards

Common Divisor

If d|n and d|m

23
New cards

Greatest common divisor

the largest element of the set such that d|n and d|m

24
New cards

Coprime

gcd(m,n)= 1, then m,n are coprime

25
New cards

Prime

If for any d|p d=1 or d=p and p>/= 2

26
New cards

Euclids Lemma

Let p be prime. If p| m1 m2 …mn then p|mi for some i

27
New cards

Prime Factorization Theorem

Every n >/= 2 can be uniquly factored as a product of one or more primes: n= p1 m1 p2 m2 …pk mk

28
New cards

Square Free

for n= p1 m1 p2 m2 …pk mk all mi =1

29
New cards

Congruent Modulo n

n| (a-b)

30
New cards

Residue Class

The equivalence class of a in the integers under modn

31
New cards

Integers Modulo n

Set of residue classes modn

32
New cards

Group

A set with a binary operation that follows:

  1. G is closed under the operation

  2. Operation is associative

  3. Has an identity

  4. Has an inverse

33
New cards

Abelian

A group whose operation is commutative

34
New cards

Cancelation Theorem

  1. gh=gk then h=k

  2. hg=kg then h=k

35
New cards

Cyclic Group

The group of rotations of a regular n-gon

36
New cards

Generate

All elements can be achieved via operations within the set

37
New cards

Subgroup

Let (G,*) be a group, A subset H of G is a subgroup if:

  1. id is in H

  2. H is closed under *

  3. all h have an inverse in H

38
New cards

Permutation

A bijection on the set Xn = {1 2 … n}

39
New cards

Symmetric Group

The group formed by the set of permutations under the operation composition

40
New cards

Fixed

If f(x)=x

41
New cards

Disjoint Permutation

A permutation p, q in Sn is disjoint If no element in Xn is moved by both p and q

42
New cards

Cycle Decomposition

Let p in Sn be a non-trivial permutation. Then p can be uniquely factored as a product of cycles of length at least 2

43
New cards

Cycle Type

Touple that tells you:

  1. The number of disjoint cycles

  2. length of each cycle

44
New cards

Transposition

Cycle of length 2

45
New cards

Transposition Decomposition

Every cycle of length at least 2 can be factored as a product of transpositions

46
New cards

Units

Let M be a moniod. The collection of elements that have an inverse

47
New cards

Ring

A set with 2 binary operations st:

  1. Additive Identity: 0 in R

  2. Additive inverse: -r in R for all r

  3. Associativity: (r+s) +u = r + (s+u) for r,s,u in R

  4. Symmetric: r+s=s+r

  5. Multiplicative Identity: 1 in R

  6. Associative: (rs)u=r(su)

  7. Distributivity: r(s+u)=rs+ru

  8. Distributivity: (s+u)r= sr+ur

48
New cards

Commutative Rings

If the multiplication operation is commutative

49
New cards

Subring

Let R be a ring. S is a subset of R if:

  1. Identities in S: 1 in S, 0 in S

  2. S is closed under addition and multiplication operations

  3. Additive Inverse: for r in S, -r is in S

50
New cards

Zero Product Property (ZPP)

If ab=0 then a=0 or b=0 (0 is additive id)

51
New cards

Integral Domain

Let R be a commutative ring. If ZPP holds, then R is an integral domain

52
New cards

Field

Let R be a commutative ring. R is a field if for all r not equal to 0, there is a multiplicative inverse (rr-1=1)

53
New cards

Ring Homomorphism

  1. f(a+b)=f(a)+f(b)

  2. f(ab)=f(a)f(b)

  3. f(1R)=1S

54
New cards

Ring Isomorphism

A ring homomorphism with a bijection

55
New cards

Ideal

Let a in R be a fixed element where R is a ring.

Ra= {ra | r in R}

aR ={ar | r in R}

An additive subgroup A is an ideal if Ra is a subgroup of A and aR is a subgroup of A

56
New cards

Quotient Ring

The ring R/A

57
New cards

Proper Ideal

An Ideal A of R st A doesnt equal R

58
New cards

Principle Ideal

An Ideal generated by a: <a>={ar|r in R}

59
New cards

Prime Ideal

Let R be a commutative Ring, an ideal P is prime if for rs in P then r in P or s in P

60
New cards

FIT for rings

Let f: R —> S be a ring Hom

  1. Ker f is an ideal of R

  2. Im f is a subring of S

  3. R/Ker f is isomorphic to im f

61
New cards

Fundamental Theorem of Cyclic Groups

If H is a subgroup of Cn then H=Cd where d|n. Furthermore, each divisor (d) of n is the order of a unique subgroup

62
New cards

Group Homomorphism

Let G,H be groups and f: G →H is a map. f is a group homomorphism if f(g1 g2)= f(g1) f(g2)

63
New cards

Group Isomorphism

A group homomorphism f: G → H is group isomorphism if f is a bijection

64
New cards

Kernel

Let f: G → H be a group homomorphism: Kernel is the set {g in G | f(g)=e}

Stuff that gets mapped to the identity

65
New cards

Image

Let f: G → H be a group homomorphism: The image is the set {h in H | f(g)=h for some g in G}

66
New cards

Automorphism

A group Isomorphism from G → G is an automorphism

67
New cards

Inner Automorphism

Let f be a group isomorphism from G → G: f(g)= hgh-1

68
New cards

Right Coset

Let H be a subgroup of G and g in G: Then Hg = {hg| h in H}

69
New cards

Index

Let H be a subgroup of G: The index is the number of distinct cosets of H in G

70
New cards

Lagrange’s Theorem

Let H be a subgroup of G with finite order: Let |H| divides |G| and the index |G:H| = |G| / |H|

71
New cards

Center

{h in G | gh=hg for all g in G}

72
New cards

Normal

  1. gH=Hg for all g in G

  2. ghg-1 is in H for all g in G

73
New cards

Conjugate

ghg-1

74
New cards

Dedekind

A group in which all subgroups are normal

75
New cards

Simple Group

The only normal subgroups are e and G itself

76
New cards

Quotient Group

Let H be normal to G: The quotient group is the group of H-Cosets

77
New cards

First Isomorphism Theorem

Let f: G → H be a group Homomorphism.

  1. Ker f is a normal subgroup of G

  2. im(f) is a subgroup of H

  3. G/ker f is isomorphic to im(f)