Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
Exact expanded PA statement
forall b c i. exists x. ((exists h. h + S x = S ((S i) * c)) /\ exists q. b = q * S ((S i) * c) + x)Structural proof guide
Every Gödel-beta position has a bounded decoded residue.
Direct prerequisites: beta_modulus_nonzero, mul_comm, division_remainder_exists. The authored body proceeds by case analysis (3), intermediate claims (2).
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are hypotheses of the historical Alpha-v12 body receipt. The complete historical Alpha-v18 proof bundle independently checks every dependency; current Alpha v25 preserves that checked theorem use without changing Stable membership.
Read the argument
Proof checkpoints
This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.
Named ingredients (3)
01Fix variables and assumptionsL1–3
02Establish hm0L4–9
Establish this local claim before using it. It is not an additional assumption.
03Establish hdivL10–12
04Separate the logical casesL13–15
05Construct an explicit witnessL16–16
Supply the displayed value, then prove that it has the required property.
- L16
exists x1
06Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
split
07Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact hdiv_witness_witness_right
08Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists x
09Calculate and transport equalitiesL20–20
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L20
trans S ((S i) * c) * x + x1
10Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hdiv_witness_witness_left
11Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
congr
12Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply mul_comm
13Calculate and transport equalitiesL24–24
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L24
refl
Original exact command ledger · 24 lines
- 0001
intro b - 0002
intro c - 0003
intro i - 0004
have hm0 : ~(S ((S i) * c) = 0) - 0005
specialize beta_modulus_nonzero c - 0006
specialize beta_modulus_nonzero i - 0007
exact beta_modulus_nonzero - 0008
specialize division_remainder_exists (S ((S i) * c)) - 0009
specialize division_remainder_exists b - 0010
have hdiv : exists q r. b = S ((S i) * c) * q + r /\ exists h. h + S r = S ((S i) * c) - 0011
apply division_remainder_exists - 0012
exact hm0 - 0013
cases hdiv - 0014
cases hdiv_witness - 0015
cases hdiv_witness_witness - 0016
exists x1 - 0017
split - 0018
exact hdiv_witness_witness_right - 0019
exists x - 0020
trans S ((S i) * c) * x + x1 - 0021
exact hdiv_witness_witness_left - 0022
congr - 0023
apply mul_comm - 0024
refl