Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)verified 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 R1R^{-1}, the composite SRS \circ R, and the restriction RAR \restriction A

Definition

Let RR and SS be relations (Relation, domR\operatorname{dom} R, ranR\operatorname{ran} R, fldR\operatorname{fld} R, and the specialisations "relation from AA to BB" and "relation on AA") and let AA be a set. By For relations RR and SS and a set AA, the collections {(b,a):(a,b)R}\{\,(b,a) : (a,b) \in R\,\}, {(a,c):b ((a,b)R(b,c)S)}\{\,(a,c) : \exists b\ ((a,b) \in R \wedge (b,c) \in S)\,\} and {(a,b)R:aA}\{\,(a,b) \in R : a \in 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}}(a,b) := \{\{a\},\{a,b\}\}):

  • the inverse R1:={(b,a):(a,b)R}R^{-1} := \{\,(b,a) : (a,b) \in R\,\};
  • the composite SR:={(a,c):b ((a,b)R(b,c)S)}S \circ R := \{\,(a,c) : \exists b\ ((a,b) \in R \wedge (b,c) \in S)\,\};
  • the restriction RA:={(a,b)R:aA}R \restriction A := \{\,(a,b) \in R : a \in A\,\}.

Membership in each is exactly as written: (b,a)R1(b,a) \in R^{-1} holds if and only if (a,b)R(a,b) \in R; (a,c)SR(a,c) \in S \circ R holds if and only if (a,b)R(a,b) \in R and (b,c)S(b,c) \in S for some bb; and (a,b)RA(a,b) \in R \restriction A holds if and only if (a,b)R(a,b) \in R and aAa \in A.

Remarks

  • The order in SRS \circ R. SRS \circ R applies RR first and SS second. This is the convention that makes the composite of functions read (gf)(x)=g(f(x))(g \circ 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. RAR \restriction A keeps the pairs of RR whose first coordinate lies in AA and discards the rest; AA need not be included in domR\operatorname{dom} R, and dom(RA)=domRA\operatorname{dom}(R \restriction A) = \operatorname{dom} R \cap A.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 17 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