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 expanded first-order arithmetic statement
forall p b c. (((~((1) = 0)) /\ (((forall fom_index_pfp_monic_constant_sourcecoefficients. (exists fom_gap_pfp_monic_constant_sourcecoefficients_index_bound. fom_gap_pfp_monic_constant_sourcecoefficients_index_bound + S (fom_index_pfp_monic_constant_sourcecoefficients) = 1) -> exists fom_value_pfp_monic_constant_sourcecoefficients. ((((exists fom_beta_height_pfp_monic_constant_sourcecoefficients_entry. fom_beta_height_pfp_monic_constant_sourcecoefficients_entry + S (fom_value_pfp_monic_constant_sourcecoefficients) = S ((S (fom_index_pfp_monic_constant_sourcecoefficients)) * c)) /\ exists fom_beta_quotient_pfp_monic_constant_sourcecoefficients_entry. b = fom_beta_quotient_pfp_monic_constant_sourcecoefficients_entry * S ((S (fom_index_pfp_monic_constant_sourcecoefficients)) * c) + (fom_value_pfp_monic_constant_sourcecoefficients))) /\ (exists fom_gap_pfp_monic_constant_sourcecoefficients_value_bound. fom_gap_pfp_monic_constant_sourcecoefficients_value_bound + S (fom_value_pfp_monic_constant_sourcecoefficients) = p))) /\ ((((exists ff_h_pfp_monic_constant_sourceleading. ff_h_pfp_monic_constant_sourceleading + S (1) = S ((S (0)) * c)) /\ exists ff_q_pfp_monic_constant_sourceleading. b = ff_q_pfp_monic_constant_sourceleading * S ((S (0)) * c) + (1)))))))) -> (forall pfp_repeat_index_monic_constant_value. (exists pfa_gap_monic_constant_valueindex. pfa_gap_monic_constant_valueindex + S (pfp_repeat_index_monic_constant_value) = (1)) -> (((exists ff_h_pfp_monic_constant_valueentry. ff_h_pfp_monic_constant_valueentry + S (1) = S ((S (pfp_repeat_index_monic_constant_value)) * c)) /\ exists ff_q_pfp_monic_constant_valueentry. b = ff_q_pfp_monic_constant_valueentry * S ((S (pfp_repeat_index_monic_constant_value)) * c) + (1))))Constructive proof overview
Generated structural guide
The entire represented degree-zero monic prefix is the constant one, not an empty prefix.
The unchanged tactic script uses 2 declared prerequisites and contains 18 exact native proof lines.
Alpha v34 checked-use · first admitted v32 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
le_zero Stable theorem; checked-use authorized le_of_succ_le_succ Stable theorem; checked-use authorizedDirect 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.
01Fix variables and assumptionsL1–4
02Separate the logical casesL5–6
03Fix variables and assumptionsL7–8
04Establish hi0L9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le zero.
Original exact command ledger · 18 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro h - 0005
cases h - 0006
cases h_right - 0007
intro i - 0008
intro hi - 0009
have hi0 : i=0 - 0010
specialize le_zero (i) - 0011
apply le_zero - 0012
specialize le_of_succ_le_succ (i) - 0013
specialize le_of_succ_le_succ (0) - 0014
apply le_of_succ_le_succ - 0015
exact hi - 0016
rewrite hi0 - 0017
rewrite hi0 - 0018
exact h_right_right