PX000B

prime_field_polynomial_power_index_before_padding

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

A power beyond the source degree can only access the actual added leading-zero block.

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 t L i k. i+S k=t+L -> (exists pfrep_gap_power_before_outside. pfrep_gap_power_before_outside+(L)=(k)) -> (exists pfa_gap_power_before_result. pfa_gap_power_before_result + S (i) = (t))

Constructive proof overview

Generated structural guide

A power beyond the source degree can only access the actual added leading-zero block.

The unchanged tactic script uses 5 declared prerequisites and contains 34 exact native proof lines.

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

Proof neighborhood

Direct dependencies

le_or_lt Alpha theorem; checked-use authorized add_left_cancel Alpha theorem; checked-use authorized add_assoc Alpha theorem; checked-use authorized add_comm Alpha theorem; checked-use authorized lt_not_le 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

34 script commands · 11 reading checkpoints · 3 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–6

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

  1. L1
    intro t
  2. L2
    intro L
  3. L3
    intro i
  4. L4
    intro k
  5. L5
    intro hi
  6. L6
    intro hk
02Establish hoL7–10

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le or lt.

  1. L7
    have ho : (exists pfrep_gap_power_pad_ge. pfrep_gap_power_pad_ge+(t)=(i)) \/ (exists pfa_gap_power_pad_lt. pfa_gap_power_pad_lt + S (i) = (t))
  2. L8
    specialize le_or_lt (t)
  3. L9
    specialize le_or_lt (i)
  4. L10
    apply le_or_lt
03Separate the logical casesL11–12

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

  1. L11
    cases ho
  2. L12
    cases ho_left
04Establish hbadL13–13

Establish this local claim before using it. It is not an additional assumption.

  1. L13
    have hbad : exists pfa_gap_power_pad_contradiction. pfa_gap_power_pad_contradiction + S (k) = (L)
05Construct an explicit witnessL14–14

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

  1. L14
    exists x
06Use earlier factsL15–18

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

  1. L15
    specialize add_left_cancel (t)
  2. L16
    specialize add_left_cancel (x+S k)
  3. L17
    specialize add_left_cancel (L)
  4. L18
    apply add_left_cancel
07Calculate and transport equalitiesL19–20

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

  1. L19
    trans (t+x)+S k
  2. L20
    symm
08Use earlier factsL21–21

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

  1. L21
    apply add_assoc
09Establish heqL22–27

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add comm.

  1. L22
    have heq : t+x=i
  2. L23
    trans x+t
  3. L24
    apply add_comm
  4. L25
    exact ho_left_witness
  5. L26
    rewrite heq
  6. L27
    exact hi
10Separate the logical casesL28–28

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

  1. L28
    exfalso
11Use earlier factsL29–34

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

  1. L29
    specialize lt_not_le (k)
  2. L30
    specialize lt_not_le (L)
  3. L31
    apply lt_not_le
  4. L32
    exact hbad
  5. L33
    exact hk
  6. L34
    exact ho_right

Library-wide reading audit

Original exact command ledger · 34 lines
  1. 0001intro t
  2. 0002intro L
  3. 0003intro i
  4. 0004intro k
  5. 0005intro hi
  6. 0006intro hk
  7. 0007have ho : (exists pfrep_gap_power_pad_ge. pfrep_gap_power_pad_ge+(t)=(i)) \/ (exists pfa_gap_power_pad_lt. pfa_gap_power_pad_lt + S (i) = (t))
  8. 0008specialize le_or_lt (t)
  9. 0009specialize le_or_lt (i)
  10. 0010apply le_or_lt
  11. 0011cases ho
  12. 0012cases ho_left
  13. 0013have hbad : exists pfa_gap_power_pad_contradiction. pfa_gap_power_pad_contradiction + S (k) = (L)
  14. 0014exists x
  15. 0015specialize add_left_cancel (t)
  16. 0016specialize add_left_cancel (x+S k)
  17. 0017specialize add_left_cancel (L)
  18. 0018apply add_left_cancel
  19. 0019trans (t+x)+S k
  20. 0020symm
  21. 0021apply add_assoc
  22. 0022have heq : t+x=i
  23. 0023trans x+t
  24. 0024apply add_comm
  25. 0025exact ho_left_witness
  26. 0026rewrite heq
  27. 0027exact hi
  28. 0028exfalso
  29. 0029specialize lt_not_le (k)
  30. 0030specialize lt_not_le (L)
  31. 0031apply lt_not_le
  32. 0032exact hbad
  33. 0033exact hk
  34. 0034exact ho_right