How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Binary operation on a set; associativity, commutativity, and a subset closed under the operation
Definition
A binary operation on a set is a function (A function is a relation with and implying ; , the value , domain and codomain) whose domain is the Cartesian product (The Cartesian product ),
written in infix form . That the value always lies in is part of the definition, and is referred to as being closed under . The pair is called a set equipped with a binary operation.
The operation is
- associative when for all ;
- commutative when for all .
Two elements commute when ; so is commutative exactly when every two elements of commute.
A subset is closed under when for all . In that case the restriction of to has all its values in and is therefore a binary operation on , called the restricted operation or the operation induced on ; it is again associative if is, and again commutative if is, since both conditions are equations required of elements of , which are in particular elements of .
Remarks
-
Notation. Where no confusion arises the operation is written multiplicatively, for , and additively, , when it is commutative and the context is additive. Nothing in this page depends on the choice: every statement is about an abstract operation.
-
Bracketing. Associativity is stated for three factors only. That it lets brackets be dropped in a product of any finite length is a theorem, not a restatement: it is Generalised associativity: in a monoid the product of a finite list does not depend on the bracketing, and in a commutative monoid it does not depend on the order of the factors either, proved below.
-
Familiar instances already in the library are addition and multiplication on (Addition of natural numbers, Multiplication of natural numbers), on (Arithmetic on the integers) and on any field (Field).
Depends on
Used by
- A commutative monoid in which cancellation holds need not be a group: (ℕ, +) Counterexample
- A nonempty subset of a group closed under the operation need not be a subgroup: the nonnegative integers inside (ℤ, +) Counterexample
- In the multiplicative monoid H = {1, 4, 7, 10, …} of positive integers one more than a multiple of 3, the element 100 has two genuinely different factorisations into irreducibles, 4 · 25 and 10 · 10 Counterexample
- Addition and multiplication on ℤ/n by [a]ₙ+[b]ₙ=[a+b]ₙ and [a]ₙ[b]ₙ=[ab]ₙ Definition
- Commutative ring Definition
- Group and abelian group Definition
- Left identity, right identity, and two-sided identity for a binary operation Definition
- Left inverse, right inverse, and invertible element of a monoid Definition
- Monoid homomorphism and group homomorphism Definition
- Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides Definition
- Semigroup and monoid Definition
- Subgroup Definition
- Subring: a subset containing 1_R and closed under addition, additive inverses and multiplication Definition
- The product g₀ g₁ ⋯ gₙ₋₁ of a finite list in a monoid, by recursion, with the empty product (n = 0) equal to the identity Definition
- The quaternions ℍ: real quadruples with componentwise addition and an explicit multiplication formula matching the table on 1, i, j, k Definition
- The ring R^X of all functions from a set X into a ring, with pointwise operations Definition
- The symmetric group Sym(X): the bijections of a set X under composition Definition
- The vector space F^X of all functions X → F with pointwise operations, and Fⁿ as the case X = n = {0, 1, …, n-1} Definition
- Vector space over a field Definition
- For any field F, (F, +) and (F ∖ {0}, ·) are abelian groups; in particular (ℚ, +), (ℚ ∖ {0}, ·), (ℝ, +) and (ℝ ∖ {0}, ·) Example
- For n ≥ 1 the congruence classes modulo n form an abelian group (ℤ/n, +) of order n, generated by the class of 1 Example
- (ℤ, ·, 1) is a commutative monoid whose group of units is {1, -1}; equivalently u ∣ 1 holds exactly for u = 1 and u = -1 Lemma
- A left identity and a right identity for the same binary operation are equal; hence there is at most one two-sided identity Lemma
- In a monoid, a left inverse and a right inverse of the same element are equal; hence an invertible element has exactly one inverse, and it is two-sided Lemma
- The invertible elements of a monoid form a group under the restricted operation Lemma
- ℍ is a division ring that is not commutative, hence not a field: q⁻¹ = bar q / N(q) for q ≠ 0, while ij = k and ji = -k Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 19 results over 9 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- Binary operation (Wikipedia) (standard reference, not scraped)
- Associative property (Wikipedia) (standard reference, not scraped)