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 p a. (~((p) = 1) /\ forall pfa_factor_left_one_multiply_domain pfa_factor_right_one_multiply_domain. (p) = pfa_factor_left_one_multiply_domain * pfa_factor_right_one_multiply_domain -> pfa_factor_left_one_multiply_domain = 1 \/ pfa_factor_right_one_multiply_domain = 1) -> (exists pfa_gap_one_multiply_bound. pfa_gap_one_multiply_bound + S (a) = (p)) -> (((exists pfa_gap_one_multiplyleft. pfa_gap_one_multiplyleft + S (1) = (p)) /\ (((exists pfa_gap_one_multiplyright. pfa_gap_one_multiplyright + S (a) = (p)) /\ ((((exists pfa_gap_one_multiplyresultbound. pfa_gap_one_multiplyresultbound + S (a) = (p)) /\ ((exists pfa_offset_left_one_multiplyresultcongruence pfa_offset_right_one_multiplyresultcongruence. ((1) * (a)) + (p) * pfa_offset_left_one_multiplyresultcongruence = (a) + (p) * pfa_offset_right_one_multiplyresultcongruence)))))))))Constructive proof overview
Generated structural guide
One is also the left multiplicative identity.
The unchanged tactic script uses 2 declared prerequisites and contains 14 exact native proof lines.
Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct 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 (2)
01Fix variables and assumptionsL1–4
02Use earlier factsL5–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L5
specialize prime_field_multiply_commutative (p) - L6
specialize prime_field_multiply_commutative (a) - L7
specialize prime_field_multiply_commutative (1) - L8
specialize prime_field_multiply_commutative (a) - L9
apply prime_field_multiply_commutative - L10
specialize prime_field_multiply_one_right (p) - L11
specialize prime_field_multiply_one_right (a) - L12
apply prime_field_multiply_one_right - L13
exact hp - L14
exact ha
Original exact command ledger · 14 lines
- 0001
intro p - 0002
intro a - 0003
intro hp - 0004
intro ha - 0005
specialize prime_field_multiply_commutative (p) - 0006
specialize prime_field_multiply_commutative (a) - 0007
specialize prime_field_multiply_commutative (1) - 0008
specialize prime_field_multiply_commutative (a) - 0009
apply prime_field_multiply_commutative - 0010
specialize prime_field_multiply_one_right (p) - 0011
specialize prime_field_multiply_one_right (a) - 0012
apply prime_field_multiply_one_right - 0013
exact hp - 0014
exact ha