Mathematical Objects
A cheat sheet for mathematical objects and structures, useful for quick reference.
Foundations of Sets and Relations
Set
- A collection of distinct objects, often written as , where is a property.
- No additional structure.
Map / Function
- A mapping assigns each to a unique .
Relation
- A subset , such as equivalence relations or partial orders.
Basic Algebraic Structures
Semigroup
- A set with a binary operation such that:
- Associativity: For all , .
Monoid
- A semigroup with an identity element , satisfying:
- Identity: for all .
Group
- A monoid where every element has an inverse , such that:
- Inverse: .
- Denoted as .
Abelian Group
- A group that satisfies the commutative property:
- Commutativity: .
Ring
- A set with two operations and , such that:
- is an Abelian group.
- is a semigroup.
- Distributivity: .
Field
- A ring where:
- is an Abelian group.
- (where ) is an Abelian group.
- Distributive property: As in a ring.
Module
- For a ring , an -module satisfies:
- is an Abelian group.
- Scalar multiplication satisfies:
- .
- .
- .
Vector Space
- A special case of a module where the scalar ring is a field .
- Follows the same axioms as modules but includes scalar inverses.
Algebra
- A vector space equipped with a bilinear multiplication , satisfying:
- Associativity: .
Lattice
- A partially ordered set where every two elements have:
- Supremum (join): .
- Infimum (meet): .
Topological Structures
Topological Space
- A set with a topology such that:
- The empty set and the whole set are in .
- Arbitrary unions of sets in are also in .
- Finite intersections of sets in are also in .
Metric Space
- A set with a metric , satisfying:
- , and .
- .
- (triangle inequality).
Manifold
- A topological space locally homeomorphic to , satisfying Hausdorff and second countability properties.
Fiber Bundle
- A continuous map where each is homeomorphic to a fiber .
Analytical and Functional Structures
Normed Space
- A vector space with a norm satisfying:
- , and .
- , for scalar .
- (triangle inequality).
Banach Space
- A normed space that is complete with respect to the metric induced by its norm.
Hilbert Space
- A Banach space where the norm arises from an inner product :
- .
Measure Space
- A triple , where:
- is a set.
- is a σ-algebra on .
- is a measure.
Sobolev Space
- Defined as , where denotes weak derivatives.
Categorical Structures
Category
- Defined by:
- Objects: .
- Morphisms: , satisfying:
- Composition: If and , then .
- Identity: For each object , there exists such that and .
Functor
- A map between categories preserving composition and identities.
Comments