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 d. (forall mdr_i_identity_source. (exists mdr_gap_identity_sourcebound. mdr_gap_identity_sourcebound + S (mdr_i_identity_source) = (d)) -> (((exists ff_h_mdr_identity_sourceentry. ff_h_mdr_identity_sourceentry + S (mdr_i_identity_source) = S ((S (mdr_i_identity_source)) * c)) /\ exists ff_q_mdr_identity_sourceentry. b = ff_q_mdr_identity_sourceentry * S ((S (mdr_i_identity_source)) * c) + (mdr_i_identity_source)))) -> (((forall fom_index_mrf_identity_selectorbound. (exists fom_gap_mrf_identity_selectorbound_index_bound. fom_gap_mrf_identity_selectorbound_index_bound + S (fom_index_mrf_identity_selectorbound) = d) -> exists fom_value_mrf_identity_selectorbound. ((((exists fom_beta_height_mrf_identity_selectorbound_entry. fom_beta_height_mrf_identity_selectorbound_entry + S (fom_value_mrf_identity_selectorbound) = S ((S (fom_index_mrf_identity_selectorbound)) * c)) /\ exists fom_beta_quotient_mrf_identity_selectorbound_entry. b = fom_beta_quotient_mrf_identity_selectorbound_entry * S ((S (fom_index_mrf_identity_selectorbound)) * c) + (fom_value_mrf_identity_selectorbound))) /\ (exists fom_gap_mrf_identity_selectorbound_value_bound. fom_gap_mrf_identity_selectorbound_value_bound + S (fom_value_mrf_identity_selectorbound) = d))) /\ (forall mdr_i_identity_selectordistinct mdr_j_identity_selectordistinct mdr_a_identity_selectordistinct. (exists mdr_gap_identity_selectordistincti. mdr_gap_identity_selectordistincti + S (mdr_i_identity_selectordistinct) = (d)) -> (exists mdr_gap_identity_selectordistinctj. mdr_gap_identity_selectordistinctj + S (mdr_j_identity_selectordistinct) = (d)) -> (((exists ff_h_mdr_identity_selectordistinctfirst. ff_h_mdr_identity_selectordistinctfirst + S (mdr_a_identity_selectordistinct) = S ((S (mdr_i_identity_selectordistinct)) * c)) /\ exists ff_q_mdr_identity_selectordistinctfirst. b = ff_q_mdr_identity_selectordistinctfirst * S ((S (mdr_i_identity_selectordistinct)) * c) + (mdr_a_identity_selectordistinct))) -> (((exists ff_h_mdr_identity_selectordistinctsecond. ff_h_mdr_identity_selectordistinctsecond + S (mdr_a_identity_selectordistinct) = S ((S (mdr_j_identity_selectordistinct)) * c)) /\ exists ff_q_mdr_identity_selectordistinctsecond. b = ff_q_mdr_identity_selectordistinctsecond * S ((S (mdr_j_identity_selectordistinct)) * c) + (mdr_a_identity_selectordistinct))) -> mdr_i_identity_selectordistinct = mdr_j_identity_selectordistinct)))Constructive proof overview
Generated structural guide
The actual identity selector is in range and genuinely injective, not merely a supplied permutation label.
The unchanged tactic script uses 2 declared prerequisites and contains 44 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 authorized eq_trans 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–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
split
03Fix variables and assumptionsL6–7
04Construct an explicit witnessL8–8
Supply the displayed value, then prove that it has the required property.
- L8
exists i
05Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
split
06Use earlier factsL10–13
07Fix variables and assumptionsL14–20
08Use earlier factsL21–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
09Use earlier factsL31–40
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 44 lines
- 0001
intro b - 0002
intro c - 0003
intro d - 0004
intro hidentity - 0005
split - 0006
intro i - 0007
intro hi - 0008
exists i - 0009
split - 0010
specialize hidentity (i) - 0011
apply hidentity - 0012
exact hi - 0013
exact hi - 0014
intro i - 0015
intro j - 0016
intro a - 0017
intro hi - 0018
intro hj - 0019
intro ha - 0020
intro hb - 0021
specialize eq_trans (i) - 0022
specialize eq_trans (a) - 0023
specialize eq_trans (j) - 0024
apply eq_trans - 0025
specialize beta_at_unique (b) - 0026
specialize beta_at_unique (c) - 0027
specialize beta_at_unique (i) - 0028
specialize beta_at_unique (i) - 0029
specialize beta_at_unique (a) - 0030
apply beta_at_unique - 0031
specialize hidentity (i) - 0032
apply hidentity - 0033
exact hi - 0034
exact ha - 0035
specialize beta_at_unique (b) - 0036
specialize beta_at_unique (c) - 0037
specialize beta_at_unique (j) - 0038
specialize beta_at_unique (a) - 0039
specialize beta_at_unique (j) - 0040
apply beta_at_unique - 0041
exact hb - 0042
specialize hidentity (j) - 0043
apply hidentity - 0044
exact hj