Alphabeta Math
CounterexampleConstruction: AI-adaptedVerification: 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.

A function f and sets S,T with f[S∩T]⊊f[S]∩f[T]

Statement refuted

Refuted claim: f[S∩T]=f[S]∩f[T] for every function f:A→B and all S,T⊆A. Write u:=∅ and v:={∅}, and take

A:={u,v},B:={u},f:={(u,u),(v,u)},S:={u},T:={v}.

Then S∩T=∅, so f[S∩T]=∅, while f[S]=f[T]={u} and therefore f[S]∩f[T]={u}. The inclusion f[S∩T]⊆f[S]∩f[T] of For f:A→B and S,T⊆A: f[S∪T]=f[S]∪f[T], f[S∩T]⊆f[S]∩f[T] and f[S]∖f[T]⊆f[S∖T]; both inclusions are equalities for all S and T if and only if f is injective is proper here, and it is proper exactly because f is not injective.

Facts & Assumptions

Given: u:=∅, v:={∅}, A:={u,v}, B:={u}, f:={(u,u),(v,u)}, S:={u} and T:={v}.

[L2]

b∈R[A] holds if and only if (a,b)∈R for some a∈A (The image R[A] and the preimage R−1[B] of a set under a relation).

[L3]

We write f:A→B, and say f is a function from A to B, when f is a function with dom⁡f=A and ran⁡f⊆B (A function is a relation f with (a,b)∈f and (a,c)∈f implying b=c; f:A→B, the value f(a), domain and codomain).

[L4]

f is injective (one-to-one) if f(x)=f(y) implies x=y, for all x,y∈A (Injection, surjection, bijection).

[L6]

{x,y} is the set whose elements are exactly x and y, and {x}:={x,x} (The unordered pair {x,y} and the singleton {x}={x,x}).

[L7]

There is exactly one set with no elements, written ∅ (There is exactly one set with no elements, written ∅).

[L8]
[L9]

dom⁡R:={ a:∃b (a,b)∈R },ran⁡R:={ b:∃a (a,b)∈R } (Relation, dom⁡R, ran⁡R, fld⁡R, and the specialisations "relation from A to B" and "relation on A").

Counterexample

technique · direct
1.1

u≠v, since v has an element and u has none; so A has exactly the two elements u and v, and S and T are the two singletons inside it.

L6L7
2.1

f is a function A→B: its two pairs have distinct first coordinates, so it is single valued; its domain is A and its range is {u}=B. It is not injective, since f(u)=u=f(v) while u≠v.

L3L4L8L9step 1.1
2.2

S∩T has no element, since an element would have to equal both u and v; so S∩T=∅ and f[S∩T]=∅, no element of ∅ being related to anything.

L2L5L6L7step 1.1
3.1

f[S]={u} and f[T]={u}, since f(u)=u and f(v)=u; hence f[S]∩f[T]={u}.

L2L5L6step 2.1
4.1

The general inclusion holds and is proper here: u lies in f[S]∩f[T] and not in f[S∩T], which has no element at all.

L1L7L10L11step 2.2step 3.1∎

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

22 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