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 B. (forall mdr_i_bounded_transport mdr_a_bounded_transport. (exists mdr_gap_bounded_transportb. mdr_gap_bounded_transportb + S (mdr_i_bounded_transport) = (l)) -> (((exists ff_h_mdr_bounded_transporto. ff_h_mdr_bounded_transporto + S (mdr_a_bounded_transport) = S ((S (mdr_i_bounded_transport)) * c)) /\ exists ff_q_mdr_bounded_transporto. b = ff_q_mdr_bounded_transporto * S ((S (mdr_i_bounded_transport)) * c) + (mdr_a_bounded_transport))) -> (((exists ff_h_mdr_bounded_transportn. ff_h_mdr_bounded_transportn + S (mdr_a_bounded_transport) = S ((S (mdr_i_bounded_transport)) * v)) /\ exists ff_q_mdr_bounded_transportn. u = ff_q_mdr_bounded_transportn * S ((S (mdr_i_bounded_transport)) * v) + (mdr_a_bounded_transport)))) -> (forall fom_index_mrf_bounded_source. (exists fom_gap_mrf_bounded_source_index_bound. fom_gap_mrf_bounded_source_index_bound + S (fom_index_mrf_bounded_source) = l) -> exists fom_value_mrf_bounded_source. ((((exists fom_beta_height_mrf_bounded_source_entry. fom_beta_height_mrf_bounded_source_entry + S (fom_value_mrf_bounded_source) = S ((S (fom_index_mrf_bounded_source)) * c)) /\ exists fom_beta_quotient_mrf_bounded_source_entry. b = fom_beta_quotient_mrf_bounded_source_entry * S ((S (fom_index_mrf_bounded_source)) * c) + (fom_value_mrf_bounded_source))) /\ (exists fom_gap_mrf_bounded_source_value_bound. fom_gap_mrf_bounded_source_value_bound + S (fom_value_mrf_bounded_source) = B))) -> (forall fom_index_mrf_bounded_target. (exists fom_gap_mrf_bounded_target_index_bound. fom_gap_mrf_bounded_target_index_bound + S (fom_index_mrf_bounded_target) = l) -> exists fom_value_mrf_bounded_target. ((((exists fom_beta_height_mrf_bounded_target_entry. fom_beta_height_mrf_bounded_target_entry + S (fom_value_mrf_bounded_target) = S ((S (fom_index_mrf_bounded_target)) * v)) /\ exists fom_beta_quotient_mrf_bounded_target_entry. u = fom_beta_quotient_mrf_bounded_target_entry * S ((S (fom_index_mrf_bounded_target)) * v) + (fom_value_mrf_bounded_target))) /\ (exists fom_gap_mrf_bounded_target_value_bound. fom_gap_mrf_bounded_target_value_bound + S (fom_value_mrf_bounded_target) = B)))Constructive proof overview
Generated structural guide
Finite selector value bounds transport across actual pointwise equality of their code prefixes.
The unchanged tactic script uses 0 declared prerequisites and contains 24 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
02Establish hentryL11–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hbounded.
- L11
have hentry : exists a. ((((exists ff_h_mdr_transport_source_entry. ff_h_mdr_transport_source_entry + S (a) = S ((S (i)) * c)) /\ exists ff_q_mdr_transport_source_entry. b = ff_q_mdr_transport_source_entry * S ((S (i)) * c) + (a))) /\ (exists mdr_gap_transport_source_bound. mdr_gap_transport_source_bound + S (a) = (B))) - L12
specialize hbounded (i) - L13
apply hbounded - L14
exact hi
03Separate the logical casesL15–16
04Construct an explicit witnessL17–17
Supply the displayed value, then prove that it has the required property.
- L17
exists x
05Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
split
Original exact command ledger · 24 lines
- 0001
intro b - 0002
intro c - 0003
intro u - 0004
intro v - 0005
intro l - 0006
intro B - 0007
intro hprefix - 0008
intro hbounded - 0009
intro i - 0010
intro hi - 0011
have hentry : exists a. ((((exists ff_h_mdr_transport_source_entry. ff_h_mdr_transport_source_entry + S (a) = S ((S (i)) * c)) /\ exists ff_q_mdr_transport_source_entry. b = ff_q_mdr_transport_source_entry * S ((S (i)) * c) + (a))) /\ (exists mdr_gap_transport_source_bound. mdr_gap_transport_source_bound + S (a) = (B))) - 0012
specialize hbounded (i) - 0013
apply hbounded - 0014
exact hi - 0015
cases hentry - 0016
cases hentry_witness - 0017
exists x - 0018
split - 0019
specialize hprefix (i) - 0020
specialize hprefix (x) - 0021
apply hprefix - 0022
exact hi - 0023
exact hentry_witness_left - 0024
exact hentry_witness_right