Algebraic Structure & Set Operations¶
Primes about the basic algebraic and set-theoretic building blocks: operation properties that determine how terms combine (associativity, commutativity), abstract structures built from them (group, category), and ways collections relate (intersection, union).
6 primes in this family — primes that sit near one another in abstraction space (k-means over structural-signature embeddings). Each is shown with its short description.
- Associativity — Grouping does not affect result.
- Category — Describe a system by its arrows and their composition, not by what its objects are.
- Commutativity — Order of inputs does not affect output.
- Group — A set with an associative operation, identity, and inverses — reversible composable transformations.
- Intersection — The elements common to all of several collections.
- Union — The elements belonging to at least one of several collections — everything that is in any of them.