Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 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.

Functions f and g are equal if and only if dom⁡f=dom⁡g and f(x)=g(x) for every x in that common domain

Statement

Let f and g be functions. Then f=g if and only if dom⁡f=dom⁡g and f(x)=g(x) for every x∈dom⁡f.

Facts & Assumptions

Given: functions f and g.

[L1]
[L3]

(a,b)=(c,d) if and only if a=c and b=d ((a,b)=(c,d) if and only if a=c and b=d).

[L4]

If every z satisfies z∈x if and only if z∈y, then x=y (The Axiom of Extensionality: ∀x ∀y (∀z (z∈x↔z∈y)→x=y)).

[L5]

Proof

technique · direct
1.1

From left to right: if f=g then the two sets have the same elements, so the defining conditions for the domain and for the value at a point are the same for both.

L1L2L4
1.2

From right to left: assume dom⁡f=dom⁡g and f(x)=g(x) for every x in that set. Let z∈f. Then z is an ordered pair (x,y) with x∈dom⁡f and y=f(x); hence x∈dom⁡g and y=g(x), so z∈g. The same argument with f and g exchanged gives the reverse inclusion, so the two sets have the same elements.

L1L2L3L4L5
2.1

Both implications hold, which is the statement.

step 1.1step 1.2∎

Depends on

Used by

Dependency tree · two levels

13 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