Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)judge 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 SS is a function (A function is a relation ff with (a,b)f(a,b) \in f and (a,c)f(a,c) \in f implying b=cb = c; f:ABf : A \to B, the value f(a)f(a), domain and codomain) whose domain is the Cartesian product S×SS \times S (The Cartesian product A×B:={zP(P(AB)):aA bB z=(a,b)}A \times B := \{\, z \in \mathcal{P}(\mathcal{P}(A \cup B)) : \exists a \in A\ \exists b \in B\ z = (a,b) \,\}),

  :  S×SS,* \;:\; S \times S \longrightarrow S,

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

The operation * is

  • associative when (xy)z=x(yz)(x * y) * z = x * (y * z) for all x,y,zSx, y, z \in S;
  • commutative when xy=yxx * y = y * x for all x,ySx, y \in S.

Two elements x,ySx, y \in S commute when xy=yxx * y = y * x; so * is commutative exactly when every two elements of SS commute.

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

Remarks

Depends on

Used by

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