Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableverified 2026-08-06 (claude-opus-5)
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.

The inverse relation R−1, the composite S∘R, and the restriction R↾A

Definition

Let R and S be relations (Relation, dom⁡R, ran⁡R, fld⁡R, and the specialisations "relation from A to B" and "relation on A") and let A be a set. By For relations R and S and a set A, the collections { (b,a):(a,b)∈R }, { (a,c):∃b ((a,b)∈R∧(b,c)∈S) } and { (a,b)∈R:a∈A } are sets the three collections below are sets, and each is again a relation, since each of its elements is an ordered pair (The Kuratowski ordered pair (a,b):={{a},{a,b}}):

  • the inverse R−1:={ (b,a):(a,b)∈R };
  • the composite S∘R:={ (a,c):∃b ((a,b)∈R∧(b,c)∈S) };
  • the restriction R↾A:={ (a,b)∈R:a∈A }.

Membership in each is exactly as written: (b,a)∈R−1 holds if and only if (a,b)∈R; (a,c)∈S∘R holds if and only if (a,b)∈R and (b,c)∈S for some b; and (a,b)∈R↾A holds if and only if (a,b)∈R and a∈A.

Remarks

  • The order in S∘R. S∘R applies R first and S second. This is the convention that makes the composite of functions read (g∘f)(x)=g(f(x)), and it is the one the rest of the library uses. The opposite convention exists in the literature and would reverse every composite written here.

  • Restriction cuts the domain, not the range. R↾A keeps the pairs of R whose first coordinate lies in A and discards the rest; A need not be included in dom⁡R, and dom⁡(R↾A)=dom⁡R∩A.

Depends on

Used by

Dependency tree · two levels

11 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