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. (((forall fom_index_mrf_selector_dimensionbound. (exists fom_gap_mrf_selector_dimensionbound_index_bound. fom_gap_mrf_selector_dimensionbound_index_bound + S (fom_index_mrf_selector_dimensionbound) = l) -> exists fom_value_mrf_selector_dimensionbound. ((((exists fom_beta_height_mrf_selector_dimensionbound_entry. fom_beta_height_mrf_selector_dimensionbound_entry + S (fom_value_mrf_selector_dimensionbound) = S ((S (fom_index_mrf_selector_dimensionbound)) * c)) /\ exists fom_beta_quotient_mrf_selector_dimensionbound_entry. b = fom_beta_quotient_mrf_selector_dimensionbound_entry * S ((S (fom_index_mrf_selector_dimensionbound)) * c) + (fom_value_mrf_selector_dimensionbound))) /\ (exists fom_gap_mrf_selector_dimensionbound_value_bound. fom_gap_mrf_selector_dimensionbound_value_bound + S (fom_value_mrf_selector_dimensionbound) = B))) /\ (forall mdr_i_selector_dimensiondistinct mdr_j_selector_dimensiondistinct mdr_a_selector_dimensiondistinct. (exists mdr_gap_selector_dimensiondistincti. mdr_gap_selector_dimensiondistincti + S (mdr_i_selector_dimensiondistinct) = (l)) -> (exists mdr_gap_selector_dimensiondistinctj. mdr_gap_selector_dimensiondistinctj + S (mdr_j_selector_dimensiondistinct) = (l)) -> (((exists ff_h_mdr_selector_dimensiondistinctfirst. ff_h_mdr_selector_dimensiondistinctfirst + S (mdr_a_selector_dimensiondistinct) = S ((S (mdr_i_selector_dimensiondistinct)) * c)) /\ exists ff_q_mdr_selector_dimensiondistinctfirst. b = ff_q_mdr_selector_dimensiondistinctfirst * S ((S (mdr_i_selector_dimensiondistinct)) * c) + (mdr_a_selector_dimensiondistinct))) -> (((exists ff_h_mdr_selector_dimensiondistinctsecond. ff_h_mdr_selector_dimensiondistinctsecond + S (mdr_a_selector_dimensiondistinct) = S ((S (mdr_j_selector_dimensiondistinct)) * c)) /\ exists ff_q_mdr_selector_dimensiondistinctsecond. b = ff_q_mdr_selector_dimensiondistinctsecond * S ((S (mdr_j_selector_dimensiondistinct)) * c) + (mdr_a_selector_dimensiondistinct))) -> mdr_i_selector_dimensiondistinct = mdr_j_selector_dimensiondistinct))) -> (exists mdr_gap_selector_size. mdr_gap_selector_size + (l) = (B))Constructive proof overview
Generated structural guide
Every actual distinct selector has length at most its matrix-coordinate bound, by constructive finite pigeonhole.
The unchanged tactic script uses 2 declared prerequisites and contains 21 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
le_or_lt Stable theorem; checked-use authorized finite_bounded_into_oversized_not_injective Alpha 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–5
02Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hselector
03Establish horderL7–10
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le or lt.
04Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases horder
05Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
exact horder_left
06Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
exfalso
07Use earlier factsL14–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize finite_bounded_into_oversized_not_injective (b) - L15
specialize finite_bounded_into_oversized_not_injective (c) - L16
specialize finite_bounded_into_oversized_not_injective (l) - L17
specialize finite_bounded_into_oversized_not_injective (B) - L18
apply finite_bounded_into_oversized_not_injective - L19
exact hselector_left - L20
exact horder_right - L21
exact hselector_right
Original exact command ledger · 21 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro B - 0005
intro hselector - 0006
cases hselector - 0007
have horder : (exists mdr_gap_size_possible. mdr_gap_size_possible + (l) = (B)) \/ (exists mdr_gap_size_impossible. mdr_gap_size_impossible + S (B) = (l)) - 0008
specialize le_or_lt (l) - 0009
specialize le_or_lt (B) - 0010
apply le_or_lt - 0011
cases horder - 0012
exact horder_left - 0013
exfalso - 0014
specialize finite_bounded_into_oversized_not_injective (b) - 0015
specialize finite_bounded_into_oversized_not_injective (c) - 0016
specialize finite_bounded_into_oversized_not_injective (l) - 0017
specialize finite_bounded_into_oversized_not_injective (B) - 0018
apply finite_bounded_into_oversized_not_injective - 0019
exact hselector_left - 0020
exact horder_right - 0021
exact hselector_right