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 image R[A] and the preimage R−1[B] of a set under a relation

Definition

Let R be a relation (Relation, dom⁡R, ran⁡R, fld⁡R, and the specialisations "relation from A to B" and "relation on A") and let A and B be sets. The image of A under R and the preimage of B under R are

R[A]:={ b∈ran⁡R:∃a (a∈A∧(a,b)∈R) },R−1[B]:={ a∈dom⁡R:∃b (b∈B∧(a,b)∈R) },

sets by The Axiom Schema of Separation: for each formula φ, ∀pˉ ∀x ∃y ∀z (z∈y↔(z∈x∧φ(z,pˉ))) applied inside ran⁡R and dom⁡R respectively. Thus b∈R[A] holds if and only if (a,b)∈R for some a∈A, and a∈R−1[B] holds if and only if (a,b)∈R for some b∈B (The Kuratowski ordered pair (a,b):={{a},{a,b}}).

The notation is consistent: applying the first clause to the inverse relation R−1 of The inverse relation R−1, the composite S∘R, and the restriction R↾A gives R−1[B]={ a∈ran⁡(R−1):∃b (b∈B∧(b,a)∈R−1) }, which has exactly the elements just described, since (b,a)∈R−1 says (a,b)∈R and ran⁡(R−1)=dom⁡R.

Remarks

  • The bracket is not an application. R[A] is the set of things related to something in A; it is written with square brackets precisely so that it is never confused with a value R(a), which for a general relation does not exist. Even for a function, f[S] and f(S) mean different things, and only the bracket form is used here.

  • Image and range. Taking A:=dom⁡R gives R[dom⁡R]=ran⁡R, and taking A:=∅ gives R[∅]=∅, since no a lies in ∅.

Depends on

Used by

Dependency tree · two levels

12 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