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.
, , , , and for a relation from to
Statement
Let , , be relations and let , be sets. Then
- (i) ;
- (ii) ;
- (iii) ;
- (iv) and ;
- (v) if is a relation from to , then and .
Facts & Assumptions
Given: relations , , and sets , .
holds if and only if ; holds if and only if and for some (The inverse relation , the composite , and the restriction ).
A relation is a set every element of which is an ordered pair (Relation, , , , and the specialisations "relation from to " and "relation on ").
holds if and only if and (The identity relation and the membership relation ).
if and only if and ( if and only if and ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
if and only if and (Every relation satisfies , and is a relation from to if and only if and ).
Proof
Claim (i): every element of either side is an ordered pair, and lies in exactly when there is with and , that is, exactly when there are and with , and . Reading the same condition with the middle pair grouped the other way gives membership in .
Claim (ii): exactly when , that is, exactly when there is with and ; and that says exactly that and for some , which is .
Claim (iii): every element of is an ordered pair , and exactly when , exactly when ; both sides consist of ordered pairs, so they are equal.
Claim (iv): exactly when for some , exactly when for some , exactly when ; the second identity is the same argument with the coordinates exchanged.
Claim (v): let be a relation from to , so and . Then exactly when there is with and , that is, exactly when and ; and already forces , so the two sets are equal. Symmetrically exactly when and , and forces .
Claims (i) to (v) are established, which is the statement.
Depends on
- The inverse relation $R^{-1}$, the composite $S \circ R$, and the restriction $R \restriction A$
- Relation, $\operatorname{dom} R$, $\operatorname{ran} R$, $\operatorname{fld} R$, and the specialisations "relation from $A$ to $B$" and "relation on $A$"
- The identity relation $\Delta_A = \{\,(a,b) \in A \times A : a = b\,\}$ and the membership relation $\in_A\, = \{\,(a,b) \in A \times A : a \in b\,\}$
- The Kuratowski ordered pair $(a,b) := \{\{a\},\{a,b\}\}$
- $(a,b) = (c,d)$ if and only if $a = c$ and $b = d$
- The Axiom of Extensionality: $\forall x\,\forall y\,(\forall z\,(z \in x \leftrightarrow z \in y) \to x = y)$
- Every relation $R$ satisfies $R \subseteq \operatorname{dom} R \times \operatorname{ran} R$, and $R$ is a relation from $A$ to $B$ if and only if $\operatorname{dom} R \subseteq A$ and $\operatorname{ran} R \subseteq B$
Used by
- Relations R and S on a two-element set with S ∘ R ≠ R ∘ S Counterexample
- If f and g are functions then g ∘ f is a function with domain f⁻¹[dom g] and (g ∘ f)(x) = g(f(x)) there; Δ_A is a function with Δ_A(a) = a; and f ∘ Δ_A = f = Δ_B ∘ f for f : A → B Lemma
- Every function f : A → B factors as f = ι ∘ bar f ∘ π with π : A → A/ker f the surjective quotient map, bar f : A/ker f → f[A] the bijection [a] ↦ f(a), and ι : f[A] → B the inclusion injection; bar f is the only function making the factorisation hold Theorem
- f : A → B is a bijection if and only if there is a function g : B → A with g ∘ f = Δ_A and f ∘ g = Δ_B; such a g is unique, equals the inverse relation f⁻¹, and is itself a bijection Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 20 results over 10 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
- B. Kaya, MATH 320 Set Theory (METU), Exercises 7 and 8 (standard reference, not scraped)
- Composition of relations (Wikipedia) (standard reference, not scraped)
- Binary relation (Wikipedia) (standard reference, not scraped)