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 g d. (forall ppf_index_common_multiple ppf_entry_common_multiple. (exists pvs_gap_common_multiplebound. pvs_gap_common_multiplebound + S (ppf_index_common_multiple) = (l)) -> (((exists ff_h_pvs_common_multipleentry. ff_h_pvs_common_multipleentry + S (ppf_entry_common_multiple) = S ((S (ppf_index_common_multiple)) * c)) /\ exists ff_q_pvs_common_multipleentry. b = ff_q_pvs_common_multipleentry * S ((S (ppf_index_common_multiple)) * c) + (ppf_entry_common_multiple))) -> (exists pvs_factor_common_multipledivisor. (ppf_entry_common_multiple) = (g) * pvs_factor_common_multipledivisor)) -> (exists pvs_factor_common_factor. (g) = (d) * pvs_factor_common_factor) -> (forall ppf_index_common_factored ppf_entry_common_factored. (exists pvs_gap_common_factoredbound. pvs_gap_common_factoredbound + S (ppf_index_common_factored) = (l)) -> (((exists ff_h_pvs_common_factoredentry. ff_h_pvs_common_factoredentry + S (ppf_entry_common_factored) = S ((S (ppf_index_common_factored)) * c)) /\ exists ff_q_pvs_common_factoredentry. b = ff_q_pvs_common_factoredentry * S ((S (ppf_index_common_factored)) * c) + (ppf_entry_common_factored))) -> (exists pvs_factor_common_factoreddivisor. (ppf_entry_common_factored) = (d) * pvs_factor_common_factoreddivisor))Constructive proof overview
Generated structural guide
Every divisor of a common divisor is an actual common divisor of the same finite exponent list.
The unchanged tactic script uses 1 declared prerequisite and contains 21 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
multiple_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–10
02Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hat
03Use earlier factsL12–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 21 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro g - 0005
intro d - 0006
intro hcommon - 0007
intro hdiv - 0008
intro i - 0009
intro e - 0010
intro hi - 0011
intro hat - 0012
specialize multiple_trans (g) - 0013
specialize multiple_trans (d) - 0014
specialize multiple_trans (e) - 0015
apply multiple_trans - 0016
specialize hcommon (i) - 0017
specialize hcommon (e) - 0018
apply hcommon - 0019
exact hi - 0020
exact hat - 0021
exact hdiv