Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-27
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 S is a function (A function is a relation f with (a,b)∈f and (a,c)∈f implying b=c; f:A→B, the value f(a), domain and codomain) whose domain is the Cartesian product S×S (The Cartesian product A×B:={ z∈P(P(A∪B)):∃a∈A ∃b∈B z=(a,b) }),

∗  :  S×S⟶S,

written in infix form x∗y:=∗(x,y). That the value always lies in S is part of the definition, and is referred to as S being closed under ∗. The pair (S,∗) is called a set equipped with a binary operation.

The operation ∗ is

  • associative when (x∗y)∗z=x∗(y∗z) for all x,y,z∈S;
  • commutative when x∗y=y∗x for all x,y∈S.

Two elements x,y∈S commute when x∗y=y∗x; so ∗ is commutative exactly when every two elements of S commute.

A subset T⊆S is closed under ∗ when x∗y∈T for all x,y∈T. In that case the restriction of ∗ to T×T has all its values in T and is therefore a binary operation on T, called the restricted operation or the operation induced on T; it is again associative if ∗ is, and again commutative if ∗ is, since both conditions are equations required of elements of T, which are in particular elements of S.

Remarks

Depends on

Used by

Dependency tree · two levels

10 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources