PX005C

polynomial_zero_extended_left_pad_before

Alpha v34 independently verified · alpha_closed; checked-use authorized; not Stable

Every position in the actual added leading block has zero extended value zero; no source coefficient is read.

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 b c L t B C i. (((forall pfp_repeat_index_before_paddingzeros. (exists pfa_gap_before_paddingzerosindex. pfa_gap_before_paddingzerosindex + S (pfp_repeat_index_before_paddingzeros) = (t)) -> (((exists ff_h_pfp_before_paddingzerosentry. ff_h_pfp_before_paddingzerosentry + S (0) = S ((S (pfp_repeat_index_before_paddingzeros)) * C)) /\ exists ff_q_pfp_before_paddingzerosentry. B = ff_q_pfp_before_paddingzerosentry * S ((S (pfp_repeat_index_before_paddingzeros)) * C) + (0)))) /\ ((forall pfrep_index_before_padding pfrep_value_before_padding. (exists pfa_gap_before_paddingbound. pfa_gap_before_paddingbound + S (pfrep_index_before_padding) = (L)) -> (((exists ff_h_pfp_before_paddinginput. ff_h_pfp_before_paddinginput + S (pfrep_value_before_padding) = S ((S (pfrep_index_before_padding)) * c)) /\ exists ff_q_pfp_before_paddinginput. b = ff_q_pfp_before_paddinginput * S ((S (pfrep_index_before_padding)) * c) + (pfrep_value_before_padding))) -> (((exists ff_h_pfp_before_paddingoutput. ff_h_pfp_before_paddingoutput + S (pfrep_value_before_padding) = S ((S ((t)+pfrep_index_before_padding)) * C)) /\ exists ff_q_pfp_before_paddingoutput. B = ff_q_pfp_before_paddingoutput * S ((S ((t)+pfrep_index_before_padding)) * C) + (pfrep_value_before_padding))))))) -> (exists pfa_gap_before_bound. pfa_gap_before_bound + S (i) = (t)) -> ((((exists pfa_gap_before_zeroinside. pfa_gap_before_zeroinside + S (i) = (t+L)) /\ ((((exists ff_h_pfp_before_zeroentry. ff_h_pfp_before_zeroentry + S (0) = S ((S (i)) * C)) /\ exists ff_q_pfp_before_zeroentry. B = ff_q_pfp_before_zeroentry * S ((S (i)) * C) + (0)))))) \/ (((exists pfc_gap_before_zerooutside. pfc_gap_before_zerooutside+(t+L)=(i)) /\ (((0)=0)))))

Constructive proof overview

Generated structural guide

Every position in the actual added leading block has zero extended value zero; no source coefficient is read.

The unchanged tactic script uses 3 declared prerequisites and contains 22 exact native proof lines.

Alpha v34 checked-use · first admitted v33 · independently kernel and Lean verified; not Stable

Proof neighborhood

Direct dependencies

add_assoc Alpha theorem; checked-use authorized add_comm Alpha theorem; checked-use authorized add_succ_left Alpha theorem; checked-use authorized

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

22 script commands · 7 reading checkpoints · 0 local claims

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–9

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro b
  2. L2
    intro c
  3. L3
    intro L
  4. L4
    intro t
  5. L5
    intro B
  6. L6
    intro C
  7. L7
    intro i
  8. L8
    intro hpad
  9. L9
    intro hi
02Separate the logical casesL10–13

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L10
    cases hpad
  2. L11
    left
  3. L12
    split
  4. L13
    cases hi
03Construct an explicit witnessL14–14

Supply the displayed value, then prove that it has the required property.

  1. L14
    exists x+L
04Calculate and transport equalitiesL15–17

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L15
    trans (x+S i)+L
  2. L16
    simp [add_assoc,add_comm,add_succ_left]
  3. L17
    congr
05Use earlier factsL18–18

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L18
    exact hi_witness
06Calculate and transport equalitiesL19–19

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L19
    refl
07Use earlier factsL20–22

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L20
    specialize hpad_left (i)
  2. L21
    apply hpad_left
  3. L22
    exact hi

Library-wide reading audit

Original exact command ledger · 22 lines
  1. 0001intro b
  2. 0002intro c
  3. 0003intro L
  4. 0004intro t
  5. 0005intro B
  6. 0006intro C
  7. 0007intro i
  8. 0008intro hpad
  9. 0009intro hi
  10. 0010cases hpad
  11. 0011left
  12. 0012split
  13. 0013cases hi
  14. 0014exists x+L
  15. 0015trans (x+S i)+L
  16. 0016simp [add_assoc,add_comm,add_succ_left]
  17. 0017congr
  18. 0018exact hi_witness
  19. 0019refl
  20. 0020specialize hpad_left (i)
  21. 0021apply hpad_left
  22. 0022exact hi