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 k kb kc ab ac L i a t. (((exists ff_h_pfp_left_constant_first_K. ff_h_pfp_left_constant_first_K + S (k) = S ((S (0)) * kc)) /\ exists ff_q_pfp_left_constant_first_K. kb = ff_q_pfp_left_constant_first_K * S ((S (0)) * kc) + (k))) -> (exists pfa_gap_left_constant_first_index. pfa_gap_left_constant_first_index + S (i) = (L)) -> (((exists ff_h_pfp_left_constant_first_A. ff_h_pfp_left_constant_first_A + S (a) = S ((S (i)) * ac)) /\ exists ff_q_pfp_left_constant_first_A. ab = ff_q_pfp_left_constant_first_A * S ((S (i)) * ac) + (a))) -> (exists pfc_complement_left_constant_first_actual pfc_left_left_constant_first_actual pfc_right_left_constant_first_actual. (((0)+pfc_complement_left_constant_first_actual=(i)) /\ ((((((exists pfa_gap_left_constant_first_actualleftinside. pfa_gap_left_constant_first_actualleftinside + S (0) = (1)) /\ ((((exists ff_h_pfp_left_constant_first_actualleftentry. ff_h_pfp_left_constant_first_actualleftentry + S (pfc_left_left_constant_first_actual) = S ((S (0)) * kc)) /\ exists ff_q_pfp_left_constant_first_actualleftentry. kb = ff_q_pfp_left_constant_first_actualleftentry * S ((S (0)) * kc) + (pfc_left_left_constant_first_actual)))))) \/ (((exists pfc_gap_left_constant_first_actualleftoutside. pfc_gap_left_constant_first_actualleftoutside+(1)=(0)) /\ (((pfc_left_left_constant_first_actual)=0))))) /\ ((((((exists pfa_gap_left_constant_first_actualrightinside. pfa_gap_left_constant_first_actualrightinside + S (pfc_complement_left_constant_first_actual) = (L)) /\ ((((exists ff_h_pfp_left_constant_first_actualrightentry. ff_h_pfp_left_constant_first_actualrightentry + S (pfc_right_left_constant_first_actual) = S ((S (pfc_complement_left_constant_first_actual)) * ac)) /\ exists ff_q_pfp_left_constant_first_actualrightentry. ab = ff_q_pfp_left_constant_first_actualrightentry * S ((S (pfc_complement_left_constant_first_actual)) * ac) + (pfc_right_left_constant_first_actual)))))) \/ (((exists pfc_gap_left_constant_first_actualrightoutside. pfc_gap_left_constant_first_actualrightoutside+(L)=(pfc_complement_left_constant_first_actual)) /\ (((pfc_right_left_constant_first_actual)=0))))) /\ (((t)=pfc_left_left_constant_first_actual*pfc_right_left_constant_first_actual)))))))) -> (t=k*a)Constructive proof overview
Generated structural guide
The first actual antidiagonal term of a genuine left singleton is the ordered natural product k*a. No modulus, coefficient bound, or commutativity premise is needed.
The unchanged tactic script uses 2 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 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–13
03Use earlier factsL14–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize polynomial_diagonal_term_functional (kb) - L15
specialize polynomial_diagonal_term_functional (kc) - L16
specialize polynomial_diagonal_term_functional (1) - L17
specialize polynomial_diagonal_term_functional (ab) - L18
specialize polynomial_diagonal_term_functional (ac) - L19
specialize polynomial_diagonal_term_functional (L) - L20
specialize polynomial_diagonal_term_functional (i) - L21
specialize polynomial_diagonal_term_functional (0) - L22
specialize polynomial_diagonal_term_functional (t) - L23
specialize polynomial_diagonal_term_functional (k*a)
04Use earlier factsL24–25
05Construct an explicit witnessL26–28
06Separate the logical casesL29–29
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L29
split
07Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
apply zero_add
08Separate the logical casesL31–33
09Construct an explicit witnessL34–34
Supply the displayed value, then prove that it has the required property.
- L34
exists 0
10Use earlier factsL35–36
11Separate the logical casesL37–39
12Use earlier factsL40–41
13Calculate and transport equalitiesL42–42
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L42
refl
Original exact command ledger · 42 lines
- 0001
intro k - 0002
intro kb - 0003
intro kc - 0004
intro ab - 0005
intro ac - 0006
intro L - 0007
intro i - 0008
intro a - 0009
intro t - 0010
intro hk - 0011
intro hi - 0012
intro ha - 0013
intro ht - 0014
specialize polynomial_diagonal_term_functional (kb) - 0015
specialize polynomial_diagonal_term_functional (kc) - 0016
specialize polynomial_diagonal_term_functional (1) - 0017
specialize polynomial_diagonal_term_functional (ab) - 0018
specialize polynomial_diagonal_term_functional (ac) - 0019
specialize polynomial_diagonal_term_functional (L) - 0020
specialize polynomial_diagonal_term_functional (i) - 0021
specialize polynomial_diagonal_term_functional (0) - 0022
specialize polynomial_diagonal_term_functional (t) - 0023
specialize polynomial_diagonal_term_functional (k*a) - 0024
apply polynomial_diagonal_term_functional - 0025
exact ht - 0026
exists i - 0027
exists k - 0028
exists a - 0029
split - 0030
apply zero_add - 0031
split - 0032
left - 0033
split - 0034
exists 0 - 0035
apply zero_add - 0036
exact hk - 0037
split - 0038
left - 0039
split - 0040
exact hi - 0041
exact ha - 0042
refl