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 first-order arithmetic statement
forall p n l. ~(p = 0) -> exists qb qc db dc. (((((exists ff_h_lmd_total_result_initial. ff_h_lmd_total_result_initial + S (n) = S ((S (0)) * qc)) /\ exists ff_q_lmd_total_result_initial. qb = ff_q_lmd_total_result_initial * S ((S (0)) * qc) + (n))) /\ forall lmd_index_total_result. (exists lmd_gap_total_result_index. lmd_gap_total_result_index + S (lmd_index_total_result) = (l)) -> exists lmd_current_total_result lmd_successor_total_result lmd_digit_total_result. ((((exists ff_h_lmd_total_result_current. ff_h_lmd_total_result_current + S (lmd_current_total_result) = S ((S (lmd_index_total_result)) * qc)) /\ exists ff_q_lmd_total_result_current. qb = ff_q_lmd_total_result_current * S ((S (lmd_index_total_result)) * qc) + (lmd_current_total_result))) /\ ((((exists ff_h_lmd_total_result_successor. ff_h_lmd_total_result_successor + S (lmd_successor_total_result) = S ((S (S lmd_index_total_result)) * qc)) /\ exists ff_q_lmd_total_result_successor. qb = ff_q_lmd_total_result_successor * S ((S (S lmd_index_total_result)) * qc) + (lmd_successor_total_result))) /\ ((((exists ff_h_lmd_total_result_digit. ff_h_lmd_total_result_digit + S (lmd_digit_total_result) = S ((S (lmd_index_total_result)) * dc)) /\ exists ff_q_lmd_total_result_digit. db = ff_q_lmd_total_result_digit * S ((S (lmd_index_total_result)) * dc) + (lmd_digit_total_result))) /\ ((lmd_current_total_result = (p) * (lmd_successor_total_result) + (lmd_digit_total_result)) /\ (exists lmd_gap_total_result_digit_bound. lmd_gap_total_result_digit_bound + S (lmd_digit_total_result) = (p))))))))Constructive proof overview
Generated structural guide
Every nonzero base and natural input possess a coherent successive quotient/digit chain of every finite requested length.
The unchanged tactic script uses 2 declared prerequisites and contains 24 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Historical empty-context replay experiment only; that experiment persisted no certificate and granted no release authority. Current checked use follows separately sealed, independently verified proof bundles; there is no Stable promotion.
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply 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 (2)
01Fix variables and assumptionsL1–3
02Induction on lL4–7
03Establish hpreviousL8–10
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply IH.
04Separate the logical casesL11–14
05Use earlier factsL15–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
specialize lucas_digit_chain_extend p - L16
specialize lucas_digit_chain_extend n - L17
specialize lucas_digit_chain_extend x - L18
specialize lucas_digit_chain_extend x1 - L19
specialize lucas_digit_chain_extend x2 - L20
specialize lucas_digit_chain_extend x3 - L21
specialize lucas_digit_chain_extend l - L22
apply lucas_digit_chain_extend - L23
exact hnonzero - L24
exact hprevious_witness_witness_witness_witness
Original exact command ledger · 24 lines
- 0001
intro p - 0002
intro n - 0003
intro l - 0004
induction l - 0005
intro hnonzero - 0006
apply lucas_digit_chain_empty_exists - 0007
intro hnonzero - 0008
have hprevious : exists qb qc db dc. (((((exists ff_h_lmd_total_previous_initial. ff_h_lmd_total_previous_initial + S (n) = S ((S (0)) * qc)) /\ exists ff_q_lmd_total_previous_initial. qb = ff_q_lmd_total_previous_initial * S ((S (0)) * qc) + (n))) /\ forall lmd_index_total_previous. (exists lmd_gap_total_previous_index. lmd_gap_total_previous_index + S (lmd_index_total_previous) = (l)) -> exists lmd_current_total_previous lmd_successor_total_previous lmd_digit_total_previous. ((((exists ff_h_lmd_total_previous_current. ff_h_lmd_total_previous_current + S (lmd_current_total_previous) = S ((S (lmd_index_total_previous)) * qc)) /\ exists ff_q_lmd_total_previous_current. qb = ff_q_lmd_total_previous_current * S ((S (lmd_index_total_previous)) * qc) + (lmd_current_total_previous))) /\ ((((exists ff_h_lmd_total_previous_successor. ff_h_lmd_total_previous_successor + S (lmd_successor_total_previous) = S ((S (S lmd_index_total_previous)) * qc)) /\ exists ff_q_lmd_total_previous_successor. qb = ff_q_lmd_total_previous_successor * S ((S (S lmd_index_total_previous)) * qc) + (lmd_successor_total_previous))) /\ ((((exists ff_h_lmd_total_previous_digit. ff_h_lmd_total_previous_digit + S (lmd_digit_total_previous) = S ((S (lmd_index_total_previous)) * dc)) /\ exists ff_q_lmd_total_previous_digit. db = ff_q_lmd_total_previous_digit * S ((S (lmd_index_total_previous)) * dc) + (lmd_digit_total_previous))) /\ ((lmd_current_total_previous = (p) * (lmd_successor_total_previous) + (lmd_digit_total_previous)) /\ (exists lmd_gap_total_previous_digit_bound. lmd_gap_total_previous_digit_bound + S (lmd_digit_total_previous) = (p)))))))) - 0009
apply IH - 0010
exact hnonzero - 0011
cases hprevious - 0012
cases hprevious_witness - 0013
cases hprevious_witness_witness - 0014
cases hprevious_witness_witness_witness - 0015
specialize lucas_digit_chain_extend p - 0016
specialize lucas_digit_chain_extend n - 0017
specialize lucas_digit_chain_extend x - 0018
specialize lucas_digit_chain_extend x1 - 0019
specialize lucas_digit_chain_extend x2 - 0020
specialize lucas_digit_chain_extend x3 - 0021
specialize lucas_digit_chain_extend l - 0022
apply lucas_digit_chain_extend - 0023
exact hnonzero - 0024
exact hprevious_witness_witness_witness_witness