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 ub uc ab ac L i a t. (((exists ff_h_pfp_unit_first_entry. ff_h_pfp_unit_first_entry + S (1) = S ((S (0)) * uc)) /\ exists ff_q_pfp_unit_first_entry. ub = ff_q_pfp_unit_first_entry * S ((S (0)) * uc) + (1))) -> (exists pfa_gap_unit_first_index. pfa_gap_unit_first_index + S (i) = (L)) -> (((exists ff_h_pfp_unit_first_A. ff_h_pfp_unit_first_A + S (a) = S ((S (i)) * ac)) /\ exists ff_q_pfp_unit_first_A. ab = ff_q_pfp_unit_first_A * S ((S (i)) * ac) + (a))) -> (exists pfc_complement_unit_first_actual pfc_left_unit_first_actual pfc_right_unit_first_actual. (((0)+pfc_complement_unit_first_actual=(i)) /\ ((((((exists pfa_gap_unit_first_actualleftinside. pfa_gap_unit_first_actualleftinside + S (0) = (1)) /\ ((((exists ff_h_pfp_unit_first_actualleftentry. ff_h_pfp_unit_first_actualleftentry + S (pfc_left_unit_first_actual) = S ((S (0)) * uc)) /\ exists ff_q_pfp_unit_first_actualleftentry. ub = ff_q_pfp_unit_first_actualleftentry * S ((S (0)) * uc) + (pfc_left_unit_first_actual)))))) \/ (((exists pfc_gap_unit_first_actualleftoutside. pfc_gap_unit_first_actualleftoutside+(1)=(0)) /\ (((pfc_left_unit_first_actual)=0))))) /\ ((((((exists pfa_gap_unit_first_actualrightinside. pfa_gap_unit_first_actualrightinside + S (pfc_complement_unit_first_actual) = (L)) /\ ((((exists ff_h_pfp_unit_first_actualrightentry. ff_h_pfp_unit_first_actualrightentry + S (pfc_right_unit_first_actual) = S ((S (pfc_complement_unit_first_actual)) * ac)) /\ exists ff_q_pfp_unit_first_actualrightentry. ab = ff_q_pfp_unit_first_actualrightentry * S ((S (pfc_complement_unit_first_actual)) * ac) + (pfc_right_unit_first_actual)))))) \/ (((exists pfc_gap_unit_first_actualrightoutside. pfc_gap_unit_first_actualrightoutside+(L)=(pfc_complement_unit_first_actual)) /\ (((pfc_right_unit_first_actual)=0))))) /\ (((t)=pfc_left_unit_first_actual*pfc_right_unit_first_actual)))))))) -> (t=a)Constructive proof overview
Generated structural guide
The first actual antidiagonal term of a length-one left unit is the chosen right-input coefficient, without any primality or commutativity assumption.
The unchanged tactic script uses 3 declared prerequisites and contains 42 exact native proof lines.
Alpha v34 checked-use · first admitted v34 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
polynomial_diagonal_term_functional Alpha theorem; checked-use authorized zero_add Alpha theorem; checked-use authorized one_mul Alpha 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–12
03Use earlier factsL13–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
specialize polynomial_diagonal_term_functional (ub) - L14
specialize polynomial_diagonal_term_functional (uc) - L15
specialize polynomial_diagonal_term_functional (1) - L16
specialize polynomial_diagonal_term_functional (ab) - L17
specialize polynomial_diagonal_term_functional (ac) - L18
specialize polynomial_diagonal_term_functional (L) - L19
specialize polynomial_diagonal_term_functional (i) - L20
specialize polynomial_diagonal_term_functional (0) - L21
specialize polynomial_diagonal_term_functional (t) - L22
specialize polynomial_diagonal_term_functional (a)
04Use earlier factsL23–24
05Construct an explicit witnessL25–27
06Separate the logical casesL28–28
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L28
split
07Use earlier factsL29–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
apply zero_add
08Separate the logical casesL30–32
09Construct an explicit witnessL33–33
Supply the displayed value, then prove that it has the required property.
- L33
exists 0
10Use earlier factsL34–35
11Separate the logical casesL36–38
12Use earlier factsL39–40
13Calculate and transport equalitiesL41–41
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L41
symm
14Use earlier factsL42–42
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L42
apply one_mul
Original exact command ledger · 42 lines
- 0001
intro ub - 0002
intro uc - 0003
intro ab - 0004
intro ac - 0005
intro L - 0006
intro i - 0007
intro a - 0008
intro t - 0009
intro hu - 0010
intro hi - 0011
intro ha - 0012
intro ht - 0013
specialize polynomial_diagonal_term_functional (ub) - 0014
specialize polynomial_diagonal_term_functional (uc) - 0015
specialize polynomial_diagonal_term_functional (1) - 0016
specialize polynomial_diagonal_term_functional (ab) - 0017
specialize polynomial_diagonal_term_functional (ac) - 0018
specialize polynomial_diagonal_term_functional (L) - 0019
specialize polynomial_diagonal_term_functional (i) - 0020
specialize polynomial_diagonal_term_functional (0) - 0021
specialize polynomial_diagonal_term_functional (t) - 0022
specialize polynomial_diagonal_term_functional (a) - 0023
apply polynomial_diagonal_term_functional - 0024
exact ht - 0025
exists i - 0026
exists 1 - 0027
exists a - 0028
split - 0029
apply zero_add - 0030
split - 0031
left - 0032
split - 0033
exists 0 - 0034
apply zero_add - 0035
exact hu - 0036
split - 0037
left - 0038
split - 0039
exact hi - 0040
exact ha - 0041
symm - 0042
apply one_mul