Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Algebra

Table of Contents


Number Theory


Euler's Totient Function and Modulo Multiplicative Group

Modulo Multiplicative Group: is the set of elements in that has a modular inverse under modulo .

Euler's Totient Function: (i.e. the number of elements in that has a modular inverse).

Multiplicative Order and Primitive Root and Index

Multiplicative Order: For any , the smallest positive integer that satisfies is the multiplicative order. Denoted as .

Primitive Root: Positive interger that satisfies . Primitive roots have the property .

Index (Discrete Logrithm): Exists an unique , such that and . It is bounded by .

Discrete Logrithm Problem: There does not exists an efficient alogrithm that can quickly compute the index.

Group


is a group consists of a non-empty set and a binary operation on any 2 elements of , with the following axioms being satisfied:

  • Closed:
  • Associative:
  • Unique Identity:
  • Unique Inverse:

Subgroup: is a subgroup of iff and forms a group.

Abelian Group: a group where is commutative for elements in (e.g., ).

Coset

For any ,

  1. is the "left coset of in with the representative "

  2. is the "right coset of in with the representative "

  3. is the "coset of in with the representative " iff

Coset divides into subsets based on the relationship between elements in and any . All elements of belongs to some coset, so .

iff and have the same relative relationship with (i.e., ).

For example, let ,and , all elements in the congruence class (coset) all have the same relationship of .

Operation on Cosets:

Lagrange's Theorem: For any finite group with its subgroup , the cardinality of divides the cardinality of (i.e., ). Proof: All cosets in have the same cardinality as (the ordinary coset), since there exists a bijection mapping between any cosets and ; hence, .

Normal Subgroup: is a normal subgroup iff

Quotient Group: (e.g., )

Group Homomorphism and Isomorphism

Homomorphism: For groups , , if exists functions such that , then these two groups are said to be homomorphism.

Homomorphic Image: . Does not necessarily be the entire (i.e. may be non-surjective).

Homomorphic Kernal: , where is the identity in . Does not necessarily be (i.e. may be non-injective).

Isomorphism: Homomorphism but with the constrain that is bijective (i.e. exists). Denoted as .

Isomorphic groups are essentially the same group, and all properties are commonly shared.

Fundamental Homomorphism Theorem (FHT): For any homomorphism of group with a function , there always exists an isomorphism relationship, .

Cyclic Group

is a cyclic group with a generator of iff is a group (e.g., is a cyclic group).

Order of Element: For any group , , if is the minimum positive integer such that , then is the order of element . This is similar to the multiplicative order for .

  • .
  • If the order of a finite cyclic group , then the order of , and .
  • Any order finite cyclic group, if , then there exists an unique subgroup with order .
  • For any , the order of the element is .
  • Cyclic group with order has distinct generators.

For integers , where is an odd prime and is a positive integer, there exists a primitive root . In addition, forms a finite cyclic group, so primitive roots are generators.

Ring


is a ring when:

  • is an Abelian group
  • is closed:
  • is associative:
  • Distributative law holds: and

Additionally, more restrictions can be placed:

  • Ring with Identity: contains an multiplicative identity(i.e. )
  • Commutative Ring: operation is commutative(i.e. )
  • Division Ring: forms a group

Zero Element(): An element such that . This is also the additive identity (proof: ).

Identity(): The multiplicative identity. For any ring with , (proof by contradiction: ).

Zero Divisor: Non zero elements (), such that (e.g. ).

Integral Domain: a commutative ring with identity that there is no zero divisors and .

Characteristic

, where is the smallest positive integer such that . If such does not exists, then .

This is similar to the additive order of a given , except that the characteristic of a ring is for ALL .

Ideal

is a ring, for some , if

  • is a subgroup of
  • satisfies any of:

, then is called the "left ideal of " if (1) is satisfied, the "right ideal of " if (2) is satisfied, or simply "(two-sided) ideal of " if both conditions are met.

Principal Ideal

for some

If , then is the principal ideal of generated by .

Prime Ideal

If and , then is the prime ideal of (this is similar to in prime factorization).

Field

is a field when:

  • is an Abelian group
  • is an Abelian group
  • Distributative law holds: and

All fields are integral domains, but only finite integral domains are fields.