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 p. (~((p) = 1) /\ forall pvs_left_unit_prime pvs_right_unit_prime. (p) = pvs_left_unit_prime * pvs_right_unit_prime -> pvs_left_unit_prime = 1 \/ pvs_right_unit_prime = 1) -> ~(exists olte_factor_unit. (1) = (p) * olte_factor_unit)Constructive proof overview
Generated structural guide
An actual prime does not divide one.
The unchanged tactic script uses 1 declared prerequisite and contains 14 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
mul_eq_one_components 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–3
02Separate the logical casesL4–5
03Use earlier factsL6–6
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L6
apply hp_left
04Establish hcomponentsL7–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul eq one components.
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases hcomponents
06Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hcomponents_left
Original exact command ledger · 14 lines
- 0001
intro p - 0002
intro hp - 0003
intro hdiv - 0004
cases hdiv - 0005
cases hp - 0006
apply hp_left - 0007
have hcomponents : p = 1 /\ x = 1 - 0008
specialize mul_eq_one_components (p) - 0009
specialize mul_eq_one_components (x) - 0010
apply mul_eq_one_components - 0011
symm - 0012
exact hdiv_witness - 0013
cases hcomponents - 0014
exact hcomponents_left