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 j t. (exists pfc_gap_unit_tail_index. pfc_gap_unit_tail_index+(1)=(j)) -> (exists pfc_complement_unit_tail_actual pfc_left_unit_tail_actual pfc_right_unit_tail_actual. (((j)+pfc_complement_unit_tail_actual=(i)) /\ ((((((exists pfa_gap_unit_tail_actualleftinside. pfa_gap_unit_tail_actualleftinside + S (j) = (1)) /\ ((((exists ff_h_pfp_unit_tail_actualleftentry. ff_h_pfp_unit_tail_actualleftentry + S (pfc_left_unit_tail_actual) = S ((S (j)) * uc)) /\ exists ff_q_pfp_unit_tail_actualleftentry. ub = ff_q_pfp_unit_tail_actualleftentry * S ((S (j)) * uc) + (pfc_left_unit_tail_actual)))))) \/ (((exists pfc_gap_unit_tail_actualleftoutside. pfc_gap_unit_tail_actualleftoutside+(1)=(j)) /\ (((pfc_left_unit_tail_actual)=0))))) /\ ((((((exists pfa_gap_unit_tail_actualrightinside. pfa_gap_unit_tail_actualrightinside + S (pfc_complement_unit_tail_actual) = (L)) /\ ((((exists ff_h_pfp_unit_tail_actualrightentry. ff_h_pfp_unit_tail_actualrightentry + S (pfc_right_unit_tail_actual) = S ((S (pfc_complement_unit_tail_actual)) * ac)) /\ exists ff_q_pfp_unit_tail_actualrightentry. ab = ff_q_pfp_unit_tail_actualrightentry * S ((S (pfc_complement_unit_tail_actual)) * ac) + (pfc_right_unit_tail_actual)))))) \/ (((exists pfc_gap_unit_tail_actualrightoutside. pfc_gap_unit_tail_actualrightoutside+(L)=(pfc_complement_unit_tail_actual)) /\ (((pfc_right_unit_tail_actual)=0))))) /\ (((t)=pfc_left_unit_tail_actual*pfc_right_unit_tail_actual)))))))) -> (t=0)Constructive proof overview
Generated structural guide
Every later term is zero because its left input index is outside a genuine length-one prefix. The value of that prefix is irrelevant here.
The unchanged tactic script uses 2 declared prerequisites and contains 33 exact native proof lines.
Alpha v34 checked-use · first admitted v34 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
polynomial_zero_extended_entry_functional Alpha theorem; checked-use authorized mul_zero_left 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
02Separate the logical casesL11–16
03Establish hzL17–25
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply polynomial zero extended entry functional.
- L17
have hz : x1=0 - L18
specialize polynomial_zero_extended_entry_functional (ub) - L19
specialize polynomial_zero_extended_entry_functional (uc) - L20
specialize polynomial_zero_extended_entry_functional (1) - L21
specialize polynomial_zero_extended_entry_functional (j) - L22
specialize polynomial_zero_extended_entry_functional (x1) - L23
specialize polynomial_zero_extended_entry_functional (0) - L24
apply polynomial_zero_extended_entry_functional - L25
exact ht_witness_witness_witness_right_left
04Separate the logical casesL26–27
05Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hj
06Calculate and transport equalitiesL29–30
07Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
exact ht_witness_witness_witness_right_right_right
08Calculate and transport equalitiesL32–32
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L32
rewrite hz
09Use earlier factsL33–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L33
apply mul_zero_left
Original exact command ledger · 33 lines
- 0001
intro ub - 0002
intro uc - 0003
intro ab - 0004
intro ac - 0005
intro L - 0006
intro i - 0007
intro j - 0008
intro t - 0009
intro hj - 0010
intro ht - 0011
cases ht - 0012
cases ht_witness - 0013
cases ht_witness_witness - 0014
cases ht_witness_witness_witness - 0015
cases ht_witness_witness_witness_right - 0016
cases ht_witness_witness_witness_right_right - 0017
have hz : x1=0 - 0018
specialize polynomial_zero_extended_entry_functional (ub) - 0019
specialize polynomial_zero_extended_entry_functional (uc) - 0020
specialize polynomial_zero_extended_entry_functional (1) - 0021
specialize polynomial_zero_extended_entry_functional (j) - 0022
specialize polynomial_zero_extended_entry_functional (x1) - 0023
specialize polynomial_zero_extended_entry_functional (0) - 0024
apply polynomial_zero_extended_entry_functional - 0025
exact ht_witness_witness_witness_right_left - 0026
right - 0027
split - 0028
exact hj - 0029
refl - 0030
trans x1*x2 - 0031
exact ht_witness_witness_witness_right_right_right - 0032
rewrite hz - 0033
apply mul_zero_left