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.
Statement with defined notation
∀ p. Prime(p) → ¬p = 0Every purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
1 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall p. (~(p = 1) /\ forall a b. p = a * b -> a = 1 \/ b = 1) -> ~(p = 0)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
BT003H prime_decidable BT00AW prime_is_succ_succ BT00PS bounded_prime_interval_search BT00QF prime_power_exponent_le BT00QN prime_power_successor_cancel_cofactor BT00S0 prime_power_quotient_prefix_exists BT00Y5 central_binom_prime_power_contribution_le_double BT00Y6 central_binom_prime_square_tail_exponent_not_two_le BT00YE central_binom_prime_valuation_zero_two_thirds_rangeDefinition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic script.
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 (2)
01Fix variables and assumptionsL1–3
02Separate the logical casesL4–4
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L4
cases hp
03Use earlier factsL5–6
04Establish hunitL7–11
05Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases hunit
06Use earlier factsL13–14
07Calculate and transport equalitiesL15–15
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L15
symm
08Use earlier factsL16–18
09Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
symm
10Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact hunit_right
Original defined command ledger · 20 lines
- 0001
intro p - 0002
intro hp - 0003
intro hp0 - 0004
cases hp - 0005
specialize hp_right 0 - 0006
specialize hp_right 0 - 0007
have hunit : 0 = 1 \/ 0 = 1 - 0008
apply hp_right - 0009
rewrite hp0 - 0010
symm - 0011
apply mul_zero_left - 0012
cases hunit - 0013
specialize succ_ne_zero 0 - 0014
apply succ_ne_zero - 0015
symm - 0016
exact hunit_left - 0017
specialize succ_ne_zero 0 - 0018
apply succ_ne_zero - 0019
symm - 0020
exact hunit_right