Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)
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.

Z\mathbb{Z} sits inside Q\mathbb{Q} as a subring that is not a subfield, so the inverse-closure clause of the subfield definition is doing work

Example

The integers are not literally a subset of the rationals in this library: Q\mathbb{Q} is a set of equivalence classes of pairs of integers, so "Z\mathbb{Z} inside Q\mathbb{Q}" means the image of the embedding j:ZQj : \mathbb{Z} \to \mathbb{Q}, j(k)=[(k,1)]j(k) = [(k,1)], of The integers embed in the rationals. Write K:=j(Z)QK := j(\mathbb{Z}) \subseteq \mathbb{Q} and let 2:=1+12 := 1 + 1 in Z\mathbb{Z}. Then:

  1. KK is a subring of the ring Q\mathbb{Q} (Subring: a subset containing 1R1_R and closed under addition, additive inverses and multiplication);
  2. KK is not a subfield of Q\mathbb{Q} (Subfield: a subring of a field closed under inverses of its nonzero elements, and therefore a field with the restricted operations): the element j(2)j(2) is a nonzero member of KK whose inverse in Q\mathbb{Q} does not lie in KK;
  3. so the inverse-closure clause (K2) of Subfield: a subring of a field closed under inverses of its nonzero elements, and therefore a field with the restricted operations is not implied by being a subring.

Facts & Assumptions

Given: The embedding j:ZQj : \mathbb{Z} \to \mathbb{Q}, j(k)=[(k,1)]j(k) = [(k,1)], and K=j(Z)K = j(\mathbb{Z}); the numeral 2=1+12 = 1 + 1 in Z\mathbb{Z} (The integers as equivalence classes of pairs of naturals).

[L1]

jj is injective and preserves addition and multiplication; composing with the embedding of N\mathbb{N} it also preserves order (The integers embed in the rationals).

[L6]

A subfield of a field FF is a subring closed under the inverses of its nonzero elements (Subfield: a subring of a field closed under inverses of its nonzero elements, and therefore a field with the restricted operations).

[L8]

ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is injective and order preserving with ι(0)=0\iota(0) = 0, ι(1)=1\iota(1) = 1 (The naturals embed in the integers, Arithmetic on the integers).

Verification

technique · direct
1.1

j(0Z)=0Qj(0_{\mathbb{Z}}) = 0_{\mathbb{Q}} and j(1Z)=1Qj(1_{\mathbb{Z}}) = 1_{\mathbb{Q}}. The first: j(0)+j(0)=j(0+0)=j(0)=j(0)+0Qj(0) + j(0) = j(0+0) = j(0) = j(0) + 0_{\mathbb{Q}}, and cancelling j(0)j(0) gives j(0)=0Qj(0) = 0_{\mathbb{Q}}. The second: j(1)j(1)=j(11)=j(1)j(1)j(1) = j(1 \cdot 1) = j(1), and j(1)0Qj(1) \ne 0_{\mathbb{Q}} because 1Z0Z1_{\mathbb{Z}} \ne 0_{\mathbb{Z}} and jj is injective with j(0Z)=0Qj(0_{\mathbb{Z}}) = 0_{\mathbb{Q}}; so j(1)=1Qj(1) = 1_{\mathbb{Q}}. Consequently j(b)=j(b)j(-b) = -j(b) for every bb, since j(b)+j(b)=j(0)=0Qj(b) + j(-b) = j(0) = 0_{\mathbb{Q}}.

L1L2L3L4L8
1.2

0<1<20 < 1 < 2 in Z\mathbb{Z}, and 1<0-1 < 0: the first because 1=ι(1)1 = \iota(1) is nonnegative and 101 \ne 0 by injectivity of ι\iota, the second by adding 11 to 0<10 < 1, and the third by adding 1-1 to 0<10 < 1. Hence 202 \ne 0, 212 \ne 1 and 212 \ne -1, so 2Z×2 \notin \mathbb{Z}^{\times} by [L7].

L3L7L8
2.1

1Q=j(1Z)K1_{\mathbb{Q}} = j(1_{\mathbb{Z}}) \in K by step 1.1; and for u=j(a)u = j(a), v=j(b)v = j(b) in KK we have uv=j(a)+(j(b))=j(a)+j(b)=j(ab)Ku - v = j(a) + (-j(b)) = j(a) + j(-b) = j(a-b) \in K and uv=j(a)j(b)=j(ab)Kuv = j(a)j(b) = j(ab) \in K. So KK is a subring of Q\mathbb{Q} by [L5]. This is claim 1.

step 1.1L1L2L5
2.2

j(2)0Qj(2) \ne 0_{\mathbb{Q}}: by step 1.2, 20Z2 \ne 0_{\mathbb{Z}}, and jj is injective with j(0Z)=0Qj(0_{\mathbb{Z}}) = 0_{\mathbb{Q}} by step 1.1. So j(2)j(2) has an inverse j(2)1j(2)^{-1} in the field Q\mathbb{Q}.

step 1.1step 1.2L1L2
3.1

j(2)1Kj(2)^{-1} \notin K. Suppose it were, say j(2)1=j(m)j(2)^{-1} = j(m) for some mZm \in \mathbb{Z}. Then j(2m)=j(2)j(m)=1Q=j(1Z)j(2m) = j(2)j(m) = 1_{\mathbb{Q}} = j(1_{\mathbb{Z}}), so 2m=1Z2m = 1_{\mathbb{Z}} by injectivity of jj; commutativity also gives m2=1m2=1, so mm is a two-sided inverse and 22 is a unit of Z\mathbb{Z}, contradicting step 1.2.

step 1.1step 1.2step 2.2L1L3L7
4.1

Claims 2 and 3: by claim 1 the set KK is a subring of Q\mathbb{Q}, and by steps 2.2 and 3.1 it contains a nonzero element whose inverse in Q\mathbb{Q} is not in KK; so (K2) of [L6] fails and KK is not a subfield. Since KK satisfies (K1), the clause (K2) is not implied by (K1).

step 2.1step 2.2step 3.1L6

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 110 results over 27 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