\href{http://math.chapman.edu/~jipsen/structures/doku.php}{Classes of math structures}
Algebra is a lot like arithmetic. In arithmetic the only unknown thing is the
answer to the problem. Algebra follows the rules of arithmetic.
Algebra uses operations of arithmetic:
Algebra adds the element of “unknown”, typically a letter
Goals of algebra: what is the value of
Abstract Algebra, aka Modern Algebra
\href{https://en.wikipedia.org/wiki/Algebraic_structure}{Algebraic structure}
Group is a pair
Group-like-Structure | Closed | Associative | Identity | Invertible | Commutative |
---|---|---|---|---|---|
Semigroupoid | - | Y | - | - | - |
Small category | - | Y | Y | - | - |
Groupoid | - | Y | Y | Y | - |
Magma | Y | - | - | - | - |
Quasigroup | Y | - | - | Y | - |
Loop | Y | - | Y | Y | - |
Semigroup | Y | Y | - | - | - |
Inverse semigroup | Y | Y | - | Y | - |
Monoid | Y | Y | Y | - | - |
Group | Y | Y | Y | Y | - |
Abelian group | Y | Y | Y | Y | Y |
Closed / Closure property: all possible results of
Associative, ie group with parentheses as you like, ie. no priority:
\bigskip
Eg. for groups (which are associative, but not commutative): the priority of operations doesn’t exist bu the order of operands is important
Semigroup is tuple
Monoid is a triple
A group without inverse elements. \
Group is a triple
A category w/ one object => every morphism is an isomorphism \
A category of many morphisms and only one object. All the morphisms are invertible.
The pieces of the structure on
$⋅ : G2 → G$ \
$\blank\inv : G1 → G$ \
$e : G0 → G$ \
$G0$ is the one-element set
Modular arithmetic done in the group theory by normal subgroups and quotient groups.
Congruence Classes
A (Normal) Subgroup partitions a Group into (non-overlapping) Cosets.
Notes:
- the Quotient Group
$\ZZ / 3\ZZ$ is not a Subgroup of$\ZZ$ , i.e.$\ZZ / 3\ZZ \nleq \ZZ$ . It is an entirely different group. - in general the Cosets do not always form a Group.
Abelian group is a triple
Formalization of symmetry concept. \
A symmetry of an object
-
$R$ is commutative i.e. abelian monoid under addition:$+$ is associative:$(a + b) + c = a + (b + c)$
$+$ is commutative:$a + b = b + a$ \$0$ is additive identity:$a + 0 = a$ \ Not required: additive inverse$a + (− a) = 0$ , i.e.$∃ a ∈ R: − a ∉ R$ -
$R$ is monoid under multiplication:$⋅$ is associative:$(a ⋅ b) ⋅ c = a ⋅ (b ⋅ c)$
$1$ is multiplicative identity:$a ⋅ 1 = 1 ⋅ a = a$ - Multiplication is distributive with respect to addition:
left distributivity:
$a ⋅ (b + c) = (a ⋅ b) + (a ⋅ c)$
right distributivity:$(b + c) ⋅ a = (b ⋅ a) + (c ⋅ a)$
Field is a triple
(commutative) addition:
Examples:
\bigskip
TODO is Field a ring-like structure? I.e. does it have an associative
multiplication operation
\bigskip
See \href{https://www.johndcook.com/blog/2017/03/26/visualizing-kinds-of-rings/}{Visualizing kinds of rings}
- Euclidean domain: Every field is a Euclidean domain.
- Principal Ideal Domain: Every Euclidean domain is a principal ideal domain (PID).
- Unique Factorization Domain Every principal ideal domain is a unique factorization domain (UFD).
- Domain: Every unique factorization domain is an integral domain.
- Integral Domain: A finite integral domain is a field.
Ring is triple
-
$R$ is commutative i.e. abelian group under addition:
$+$ is associative:$(a + b) + c = a + (b + c)$ \$+$ is commutative:$a + b = b + a$ \$0$ is additive identity:$a + 0 = a$ \ existence of an additive inverse:$∀ a ∃ − a : a + (− a) = 0$ -
$R$ is monoid under multiplication:
$⋅$ is associative:$(a ⋅ b) ⋅ c = a ⋅ (b ⋅ c)$ \$1$ is multiplicative identity:$a ⋅ 1 = 1 ⋅ a = a$ - Multiplication is distributive with respect to addition:
left distributivity:$a ⋅ (b + c) = (a ⋅ b) + (a ⋅ c)$ \ right distributivity:$(b + c) ⋅ a = (b ⋅ a) + (c ⋅ a)$
Vector is quadruple
-
$V$ is an Abelian Group:$+_v$ is closed, commutative, associative, it has an identity and has invertible elements:$∀ v ∈ V ∃ v\inv ∈ V$ , and it contains a collection of vectors. -
$F$ is a Field of scalars. - Operations and their properties:
commutative vector addition:
$v_1 +_v v_2 = v_2 +_v v_1$
vector scaling:$v ∈ V, f ∈ F: f ⋅ v ∈ V$ \ distributivity of$⋅$ :$f ⋅ (v_1 +_v v_2) = f ⋅ v_1 +_f f ⋅ v_2$ ,$(f_1 +_f f_2) ⋅ v = f_1 ⋅ v +_v f_2 ⋅ v$ \ associativity of$⋅$ :$f_1 ⋅ (f_2 ⋅ v) = (f_1 × \f_2) ⋅ v$ \ scaling by$1_f$ :$1_f ⋅ v = v$
\bigskip
Vector space:
- \href{https://youtu.be/ozwodzD5bJM}{YouTube: Socratica - What is a Vector Space?}
- any type of mathematical object that can be multiplied by numbers and added together
- collection of vectors
- Linear algebra - study of vector spaces.
Module is a generalization of a Vector Space. A vector space with a ring of scalars.
Elements : Structure : Properties:
Elements -> Elements; preserve structure
Objects(Top) : All Topological Spaces Morphisms(Top): Continuous Maps
Elements : All Vector Spaces Structure: add and scale vectors Properties: adding vectors is commutative
Linear transformations preserving sums and scalar multiplications - i.e. vector scaling
Elements(Pos) : Partialy ordered sets Structure(Pos) : Order Properties(Pos): Reflexivity, Transitivity