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 b c u v l i d pb pc nb nc p n. (forall mdr_i_source mdr_a_source. (exists mdr_gap_sourceb. mdr_gap_sourceb + S (mdr_i_source) = (l)) -> (((exists ff_h_mdr_sourceo. ff_h_mdr_sourceo + S (mdr_a_source) = S ((S (mdr_i_source)) * c)) /\ exists ff_q_mdr_sourceo. b = ff_q_mdr_sourceo * S ((S (mdr_i_source)) * c) + (mdr_a_source))) -> (((exists ff_h_mdr_sourcen. ff_h_mdr_sourcen + S (mdr_a_source) = S ((S (mdr_i_source)) * v)) /\ exists ff_q_mdr_sourcen. u = ff_q_mdr_sourcen * S ((S (mdr_i_source)) * v) + (mdr_a_source)))) -> (exists mdr_gap_record_bound. mdr_gap_record_bound + S (i) = (l)) -> (exists mdr_z_record_old. ((exists mdr_a_record_oldc mdr_b_record_oldc mdr_c_record_oldc mdr_e_record_oldc mdr_f_record_oldc. ((mdr_a_record_oldc = ((d) + (pb)) * S ((d) + (pb)) + ((pb) + (pb))) /\ ((mdr_b_record_oldc = ((pc) + (nb)) * S ((pc) + (nb)) + ((nb) + (nb))) /\ ((mdr_c_record_oldc = ((mdr_a_record_oldc) + (mdr_b_record_oldc)) * S ((mdr_a_record_oldc) + (mdr_b_record_oldc)) + ((mdr_b_record_oldc) + (mdr_b_record_oldc))) /\ ((mdr_e_record_oldc = ((p) + (n)) * S ((p) + (n)) + ((n) + (n))) /\ ((mdr_f_record_oldc = ((nc) + (mdr_e_record_oldc)) * S ((nc) + (mdr_e_record_oldc)) + ((mdr_e_record_oldc) + (mdr_e_record_oldc))) /\ ((mdr_z_record_old) = ((mdr_c_record_oldc) + (mdr_f_record_oldc)) * S ((mdr_c_record_oldc) + (mdr_f_record_oldc)) + ((mdr_f_record_oldc) + (mdr_f_record_oldc))))))))) /\ (((exists ff_h_mdr_record_oldb. ff_h_mdr_record_oldb + S (mdr_z_record_old) = S ((S (i)) * c)) /\ exists ff_q_mdr_record_oldb. b = ff_q_mdr_record_oldb * S ((S (i)) * c) + (mdr_z_record_old))))) -> (exists mdr_z_record_new. ((exists mdr_a_record_newc mdr_b_record_newc mdr_c_record_newc mdr_e_record_newc mdr_f_record_newc. ((mdr_a_record_newc = ((d) + (pb)) * S ((d) + (pb)) + ((pb) + (pb))) /\ ((mdr_b_record_newc = ((pc) + (nb)) * S ((pc) + (nb)) + ((nb) + (nb))) /\ ((mdr_c_record_newc = ((mdr_a_record_newc) + (mdr_b_record_newc)) * S ((mdr_a_record_newc) + (mdr_b_record_newc)) + ((mdr_b_record_newc) + (mdr_b_record_newc))) /\ ((mdr_e_record_newc = ((p) + (n)) * S ((p) + (n)) + ((n) + (n))) /\ ((mdr_f_record_newc = ((nc) + (mdr_e_record_newc)) * S ((nc) + (mdr_e_record_newc)) + ((mdr_e_record_newc) + (mdr_e_record_newc))) /\ ((mdr_z_record_new) = ((mdr_c_record_newc) + (mdr_f_record_newc)) * S ((mdr_c_record_newc) + (mdr_f_record_newc)) + ((mdr_f_record_newc) + (mdr_f_record_newc))))))))) /\ (((exists ff_h_mdr_record_newb. ff_h_mdr_record_newb + S (mdr_z_record_new) = S ((S (i)) * v)) /\ exists ff_q_mdr_record_newb. u = ff_q_mdr_record_newb * S ((S (i)) * v) + (mdr_z_record_new)))))Constructive proof overview
Generated structural guide
Preserved beta entries carry the same actual seven-field evaluation record without expanding nested pairing polynomials.
The unchanged tactic script uses 0 declared prerequisites and contains 26 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
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.
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–16
03Separate the logical casesL17–18
04Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists x
05Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
split
Original exact command ledger · 26 lines
- 0001
intro b - 0002
intro c - 0003
intro u - 0004
intro v - 0005
intro l - 0006
intro i - 0007
intro d - 0008
intro pb - 0009
intro pc - 0010
intro nb - 0011
intro nc - 0012
intro p - 0013
intro n - 0014
intro hprefix - 0015
intro hi - 0016
intro hrecord - 0017
cases hrecord - 0018
cases hrecord_witness - 0019
exists x - 0020
split - 0021
exact hrecord_witness_left - 0022
specialize hprefix (i) - 0023
specialize hprefix (x) - 0024
apply hprefix - 0025
exact hi - 0026
exact hrecord_witness_right