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.
The exact G102 milestone is fully proved for every natural exponent and every modulus greater than one, including actual canonical digits, a beta-coded accumulator execution, modular-power correctness, and the formal bound k≤3·BitLen(e)+2. The independent T13 determinant/rank/integer-span substrate is now closed in the separate Alpha-v27 integer-linear-algebra branch. Full T13 proof · Alpha v27
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ z. ∀ e. ∀ l. ∀ n. (∀ x. ∀ y. Lt(x,l) → Beta(b,c,x,y) → Beta(z,e,x,y)) → Horner(b,c,2,l,n) → Horner(z,e,2,l,n)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 38 lines are the exact independently kernel-checked original script.
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.
01Fix variables and assumptionsL1–8
02Separate the logical casesL9–12
03Construct an explicit witnessL13–14
04Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
05Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact hhorner_witness_witness_left
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 hhorner_witness_witness_right_left
08Fix variables and assumptionsL19–20
09Establish hstepL21–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hhorner witness witness right right.
- L21
have hstep : ∃ digit. ∃ previous. ∃ current. Beta(b,c,i,digit) ∧ (Beta(x,x1,i,previous) ∧ (Beta(x,x1,S i,current) ∧ current = previous · 2 + digit))Definitions: BetaOriginal native command in the exact edition - L22
specialize hhorner_witness_witness_right_right i - L23
apply hhorner_witness_witness_right_right - L24
exact hbound
10Separate the logical casesL25–28
11Construct an explicit witnessL29–31
12Separate the logical casesL32–32
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L32
split
Original defined command ledger · 38 lines
- 0001
intro b - 0002
intro c - 0003
intro z - 0004
intro e - 0005
intro l - 0006
intro n - 0007
intro hpreserve - 0008
intro hhorner - 0009
cases hhorner - 0010
cases hhorner_witness - 0011
cases hhorner_witness_witness - 0012
cases hhorner_witness_witness_right - 0013
exists x - 0014
exists x1 - 0015
split - 0016
exact hhorner_witness_witness_left - 0017
split - 0018
exact hhorner_witness_witness_right_left - 0019
intro i - 0020
intro hbound - 0021
have hstep : exists digit previous current. ((((exists ff_h_bd_transport_digit. ff_h_bd_transport_digit + S (digit) = S ((S (i)) * c)) /\ exists ff_q_bd_transport_digit. b = ff_q_bd_transport_digit * S ((S (i)) * c) + (digit))) /\ ((((exists ff_h_bd_transport_previous. ff_h_bd_transport_previous + S (previous) = S ((S (i)) * x1)) /\ exists ff_q_bd_transport_previous. x = ff_q_bd_transport_previous * S ((S (i)) * x1) + (previous))) /\ ((((exists ff_h_bd_transport_current. ff_h_bd_transport_current + S (current) = S ((S (S i)) * x1)) /\ exists ff_q_bd_transport_current. x = ff_q_bd_transport_current * S ((S (S i)) * x1) + (current))) /\ current = previous * 2 + digit))) - 0022
specialize hhorner_witness_witness_right_right i - 0023
apply hhorner_witness_witness_right_right - 0024
exact hbound - 0025
cases hstep - 0026
cases hstep_witness - 0027
cases hstep_witness_witness - 0028
cases hstep_witness_witness_witness - 0029
exists x2 - 0030
exists x3 - 0031
exists x4 - 0032
split - 0033
specialize hpreserve i - 0034
specialize hpreserve x2 - 0035
apply hpreserve - 0036
exact hbound - 0037
exact hstep_witness_witness_witness_left - 0038
exact hstep_witness_witness_witness_right