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 l B i a. (forall fom_index_mrf_value_source. (exists fom_gap_mrf_value_source_index_bound. fom_gap_mrf_value_source_index_bound + S (fom_index_mrf_value_source) = l) -> exists fom_value_mrf_value_source. ((((exists fom_beta_height_mrf_value_source_entry. fom_beta_height_mrf_value_source_entry + S (fom_value_mrf_value_source) = S ((S (fom_index_mrf_value_source)) * c)) /\ exists fom_beta_quotient_mrf_value_source_entry. b = fom_beta_quotient_mrf_value_source_entry * S ((S (fom_index_mrf_value_source)) * c) + (fom_value_mrf_value_source))) /\ (exists fom_gap_mrf_value_source_value_bound. fom_gap_mrf_value_source_value_bound + S (fom_value_mrf_value_source) = B))) -> (exists mdr_gap_value_index. mdr_gap_value_index + S (i) = (l)) -> (((exists ff_h_mdr_value_entry. ff_h_mdr_value_entry + S (a) = S ((S (i)) * c)) /\ exists ff_q_mdr_value_entry. b = ff_q_mdr_value_entry * S ((S (i)) * c) + (a))) -> (exists mdr_gap_value_bound. mdr_gap_value_bound + S (a) = (B))Constructive proof overview
Generated structural guide
The finite bounded-into witness bounds every actual decoded value, by beta uniqueness.
The unchanged tactic script uses 1 declared prerequisite 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
beta_at_unique 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–9
02Establish hentryL10–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hbounded.
- L10
have hentry : exists v. ((((exists ff_h_mdr_bounded_entry. ff_h_mdr_bounded_entry + S (v) = S ((S (i)) * c)) /\ exists ff_q_mdr_bounded_entry. b = ff_q_mdr_bounded_entry * S ((S (i)) * c) + (v))) /\ (exists mdr_gap_bounded_value. mdr_gap_bounded_value + S (v) = (B))) - L11
specialize hbounded (i) - L12
apply hbounded - L13
exact hi
03Separate the logical casesL14–15
04Establish heqL16–25
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
05Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
exact hentry_witness_right
Original exact command ledger · 26 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro B - 0005
intro i - 0006
intro a - 0007
intro hbounded - 0008
intro hi - 0009
intro ha - 0010
have hentry : exists v. ((((exists ff_h_mdr_bounded_entry. ff_h_mdr_bounded_entry + S (v) = S ((S (i)) * c)) /\ exists ff_q_mdr_bounded_entry. b = ff_q_mdr_bounded_entry * S ((S (i)) * c) + (v))) /\ (exists mdr_gap_bounded_value. mdr_gap_bounded_value + S (v) = (B))) - 0011
specialize hbounded (i) - 0012
apply hbounded - 0013
exact hi - 0014
cases hentry - 0015
cases hentry_witness - 0016
have heq : a = x - 0017
specialize beta_at_unique (b) - 0018
specialize beta_at_unique (c) - 0019
specialize beta_at_unique (i) - 0020
specialize beta_at_unique (a) - 0021
specialize beta_at_unique (x) - 0022
apply beta_at_unique - 0023
exact ha - 0024
exact hentry_witness_left - 0025
rewrite heq - 0026
exact hentry_witness_right