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 n p b c l i q. (forall dvi_index_prefix_lookup_source. (exists pvs_gap_prefix_lookup_sourcedomain. pvs_gap_prefix_lookup_sourcedomain + S (dvi_index_prefix_lookup_source) = (l)) -> exists dvi_value_prefix_lookup_source. ((((exists ff_h_pvs_prefix_lookup_sourceentry. ff_h_pvs_prefix_lookup_sourceentry + S (dvi_value_prefix_lookup_source) = S ((S (dvi_index_prefix_lookup_source)) * c)) /\ exists ff_q_pvs_prefix_lookup_sourceentry. b = ff_q_pvs_prefix_lookup_sourceentry * S ((S (dvi_index_prefix_lookup_source)) * c) + (dvi_value_prefix_lookup_source))) /\ ((((~((dvi_index_prefix_lookup_source)=0)) /\ (((exists pvs_factor_prefix_lookup_sourcegraphdivisor. (n) = (dvi_index_prefix_lookup_source) * pvs_factor_prefix_lookup_sourcegraphdivisor) /\ ((((~(exists pvs_factor_prefix_lookup_sourcegraphtogglefresh_input. (dvi_index_prefix_lookup_source) = (p) * pvs_factor_prefix_lookup_sourcegraphtogglefresh_input)) /\ ((dvi_value_prefix_lookup_source)=(p)*(dvi_index_prefix_lookup_source)))) \/ (((((dvi_index_prefix_lookup_source)=(p)*(dvi_value_prefix_lookup_source)) /\ (~(exists pvs_factor_prefix_lookup_sourcegraphtogglefresh_output. (dvi_value_prefix_lookup_source) = (p) * pvs_factor_prefix_lookup_sourcegraphtogglefresh_output)))) \/ (((exists pvs_factor_prefix_lookup_sourcegraphtogglesquare. (dvi_index_prefix_lookup_source) = ((p)*(p)) * pvs_factor_prefix_lookup_sourcegraphtogglesquare) /\ ((dvi_value_prefix_lookup_source)=(dvi_index_prefix_lookup_source)))))))))) \/ ((((dvi_index_prefix_lookup_source)=0 \/ ~(exists pvs_factor_prefix_lookup_sourcegraphnondivisor. (n) = (dvi_index_prefix_lookup_source) * pvs_factor_prefix_lookup_sourcegraphnondivisor)) /\ ((dvi_value_prefix_lookup_source)=(dvi_index_prefix_lookup_source))))))) -> (exists pvs_gap_prefix_lookup_bound. pvs_gap_prefix_lookup_bound + S (i) = (l)) -> (((exists ff_h_pvs_prefix_lookup_entry. ff_h_pvs_prefix_lookup_entry + S (q) = S ((S (i)) * c)) /\ exists ff_q_pvs_prefix_lookup_entry. b = ff_q_pvs_prefix_lookup_entry * S ((S (i)) * c) + (q))) -> ((((~((i)=0)) /\ (((exists pvs_factor_prefix_lookup_resultdivisor. (n) = (i) * pvs_factor_prefix_lookup_resultdivisor) /\ ((((~(exists pvs_factor_prefix_lookup_resulttogglefresh_input. (i) = (p) * pvs_factor_prefix_lookup_resulttogglefresh_input)) /\ ((q)=(p)*(i)))) \/ (((((i)=(p)*(q)) /\ (~(exists pvs_factor_prefix_lookup_resulttogglefresh_output. (q) = (p) * pvs_factor_prefix_lookup_resulttogglefresh_output)))) \/ (((exists pvs_factor_prefix_lookup_resulttogglesquare. (i) = ((p)*(p)) * pvs_factor_prefix_lookup_resulttogglesquare) /\ ((q)=(i)))))))))) \/ ((((i)=0 \/ ~(exists pvs_factor_prefix_lookup_resultnondivisor. (n) = (i) * pvs_factor_prefix_lookup_resultnondivisor)) /\ ((q)=(i)))))Constructive proof overview
Generated structural guide
Every actual decoded output of the constructed finite map obeys the independent positive-divisor toggle graph.
The unchanged tactic script uses 1 declared prerequisite and contains 31 exact native proof lines.
Alpha v34 checked-use · first admitted v31 · 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–10
02Establish hvL11–14
03Separate the logical casesL15–16
04Establish heqL17–26
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
05Calculate and transport equalitiesL27–30
06Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
exact hv_witness_right
Original exact command ledger · 31 lines
- 0001
intro n - 0002
intro p - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro i - 0007
intro q - 0008
intro hp - 0009
intro hi - 0010
intro hat - 0011
have hv : exists v. (((((exists ff_h_pvs_lookup_entry. ff_h_pvs_lookup_entry + S (v) = S ((S (i)) * c)) /\ exists ff_q_pvs_lookup_entry. b = ff_q_pvs_lookup_entry * S ((S (i)) * c) + (v))) /\ ((((~((i)=0)) /\ (((exists pvs_factor_lookup_graphdivisor. (n) = (i) * pvs_factor_lookup_graphdivisor) /\ ((((~(exists pvs_factor_lookup_graphtogglefresh_input. (i) = (p) * pvs_factor_lookup_graphtogglefresh_input)) /\ ((v)=(p)*(i)))) \/ (((((i)=(p)*(v)) /\ (~(exists pvs_factor_lookup_graphtogglefresh_output. (v) = (p) * pvs_factor_lookup_graphtogglefresh_output)))) \/ (((exists pvs_factor_lookup_graphtogglesquare. (i) = ((p)*(p)) * pvs_factor_lookup_graphtogglesquare) /\ ((v)=(i)))))))))) \/ ((((i)=0 \/ ~(exists pvs_factor_lookup_graphnondivisor. (n) = (i) * pvs_factor_lookup_graphnondivisor)) /\ ((v)=(i))))))) - 0012
specialize hp (i) - 0013
apply hp - 0014
exact hi - 0015
cases hv - 0016
cases hv_witness - 0017
have heq : q=x - 0018
specialize beta_at_unique (b) - 0019
specialize beta_at_unique (c) - 0020
specialize beta_at_unique (i) - 0021
specialize beta_at_unique (q) - 0022
specialize beta_at_unique (x) - 0023
apply beta_at_unique - 0024
exact hat - 0025
exact hv_witness_left - 0026
rewrite heq - 0027
rewrite heq - 0028
rewrite heq - 0029
rewrite heq - 0030
rewrite heq - 0031
exact hv_witness_right