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 expanded first-order arithmetic statement
forall V L r s i d e z. (((~((V)=0)) /\ (forall dpi_index_dpi_value_map dpi_row_dpi_value_map dpi_column_dpi_value_map. (exists pvs_gap_dpi_value_mapwindow. pvs_gap_dpi_value_mapwindow + S (dpi_index_dpi_value_map) = (L)) -> (exists pvs_gap_dpi_value_mapremainder. pvs_gap_dpi_value_mapremainder + S (dpi_column_dpi_value_map) = (V)) -> (dpi_index_dpi_value_map)=(V)*(dpi_row_dpi_value_map)+(dpi_column_dpi_value_map) -> (((exists ff_h_pvs_dpi_value_mapvalue. ff_h_pvs_dpi_value_mapvalue + S ((dpi_row_dpi_value_map)*(dpi_column_dpi_value_map)) = S ((S (dpi_index_dpi_value_map)) * s)) /\ exists ff_q_pvs_dpi_value_mapvalue. r = ff_q_pvs_dpi_value_mapvalue * S ((S (dpi_index_dpi_value_map)) * s) + ((dpi_row_dpi_value_map)*(dpi_column_dpi_value_map))))))) -> (exists pvs_gap_dpi_value_index. pvs_gap_dpi_value_index + S (i) = (L)) -> (exists pvs_gap_dpi_value_column. pvs_gap_dpi_value_column + S (e) = (V)) -> i=V*d+e -> (((exists ff_h_pvs_dpi_value_entry. ff_h_pvs_dpi_value_entry + S (z) = S ((S (i)) * s)) /\ exists ff_q_pvs_dpi_value_entry. r = ff_q_pvs_dpi_value_entry * S ((S (i)) * s) + (z))) -> z=d*eConstructive proof overview
Generated structural guide
Any decoded value at a certified coordinate equals the actual coordinate product; equality of beta-code components is not asserted.
The unchanged tactic script uses 2 declared prerequisites and contains 32 exact native proof lines.
Alpha v34 checked-use · first admitted v32 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_at_unique Stable theorem; checked-use authorized MX0016 divisor_pair_index_map_lookupDirect 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.
Named ingredients (1)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–13
03Use earlier factsL14–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize beta_at_unique (r) - L15
specialize beta_at_unique (s) - L16
specialize beta_at_unique (i) - L17
specialize beta_at_unique (z) - L18
specialize beta_at_unique (d*e) - L19
apply beta_at_unique - L20
exact hz - L21
specialize divisor_pair_index_map_lookup (V) - L22
specialize divisor_pair_index_map_lookup (L) - L23
specialize divisor_pair_index_map_lookup (r)
04Use earlier factsL24–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 32 lines
- 0001
intro V - 0002
intro L - 0003
intro r - 0004
intro s - 0005
intro i - 0006
intro d - 0007
intro e - 0008
intro z - 0009
intro hm - 0010
intro hi - 0011
intro he - 0012
intro heq - 0013
intro hz - 0014
specialize beta_at_unique (r) - 0015
specialize beta_at_unique (s) - 0016
specialize beta_at_unique (i) - 0017
specialize beta_at_unique (z) - 0018
specialize beta_at_unique (d*e) - 0019
apply beta_at_unique - 0020
exact hz - 0021
specialize divisor_pair_index_map_lookup (V) - 0022
specialize divisor_pair_index_map_lookup (L) - 0023
specialize divisor_pair_index_map_lookup (r) - 0024
specialize divisor_pair_index_map_lookup (s) - 0025
specialize divisor_pair_index_map_lookup (i) - 0026
specialize divisor_pair_index_map_lookup (d) - 0027
specialize divisor_pair_index_map_lookup (e) - 0028
apply divisor_pair_index_map_lookup - 0029
exact hm - 0030
exact hi - 0031
exact he - 0032
exact heq