BA001E

cf_approximation_small_positive_sum_current_zero

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

A nonnegative combination with denominator below the current denominator has zero current coefficient.

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 original first-admission records.

Exact expanded first-order arithmetic statement

forall t v V c d. t = 0 + (c * v + d * V) -> (exists cfba_gap_small_positive_sum. cfba_gap_small_positive_sum + S (t) = (v)) -> c = 0

Constructive proof overview

Generated structural guide

A nonnegative combination with denominator below the current denominator has zero current coefficient.

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

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

Proof neighborhood

Direct dependencies

eq_decidable Stable theorem; checked-use authorized BA001D cf_approximation_positive_coefficient_bound le_trans Stable theorem; checked-use authorized lt_not_le Stable theorem; checked-use authorized zero_add Stable 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

35 script commands · 12 reading checkpoints · 1 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.

Named ingredients (1)
01Fix variables and assumptionsL1–7

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

  1. L1
    intro t
  2. L2
    intro v
  3. L3
    intro V
  4. L4
    intro c
  5. L5
    intro d
  6. L6
    intro ht
  7. L7
    intro hlt
02Establish hcL8–11

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

  1. L8
    have hc : c = 0 \/ ~(c = 0)
  2. L9
    specialize eq_decidable (c)
  3. L10
    specialize eq_decidable (0)
  4. L11
    apply eq_decidable
03Separate the logical casesL12–12

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

  1. L12
    cases hc
04Use earlier factsL13–13

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

  1. L13
    exact hc_left
05Separate the logical casesL14–14

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

  1. L14
    exfalso
06Use earlier factsL15–24

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

  1. L15
    specialize lt_not_le (t)
  2. L16
    specialize lt_not_le (v)
  3. L17
    apply lt_not_le
  4. L18
    exact hlt
  5. L19
    specialize le_trans (v)
  6. L20
    specialize le_trans (c * v + d * V)
  7. L21
    specialize le_trans (t)
  8. L22
    apply le_trans
  9. L23
    specialize cf_approximation_positive_coefficient_bound (v)
  10. L24
    specialize cf_approximation_positive_coefficient_bound (V)
07Use earlier factsL25–28

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

  1. L25
    specialize cf_approximation_positive_coefficient_bound (c)
  2. L26
    specialize cf_approximation_positive_coefficient_bound (d)
  3. L27
    apply cf_approximation_positive_coefficient_bound
  4. L28
    exact hc_right
08Construct an explicit witnessL29–29

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

  1. L29
    exists 0
09Calculate and transport equalitiesL30–30

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

  1. L30
    trans c * v + d * V
10Use earlier factsL31–31

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

  1. L31
    apply zero_add
11Calculate and transport equalitiesL32–33

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

  1. L32
    symm
  2. L33
    trans 0 + (c * v + d * V)
12Use earlier factsL34–35

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

  1. L34
    exact ht
  2. L35
    apply zero_add

Library-wide reading audit

Original exact command ledger · 35 lines
  1. 0001intro t
  2. 0002intro v
  3. 0003intro V
  4. 0004intro c
  5. 0005intro d
  6. 0006intro ht
  7. 0007intro hlt
  8. 0008have hc : c = 0 \/ ~(c = 0)
  9. 0009specialize eq_decidable (c)
  10. 0010specialize eq_decidable (0)
  11. 0011apply eq_decidable
  12. 0012cases hc
  13. 0013exact hc_left
  14. 0014exfalso
  15. 0015specialize lt_not_le (t)
  16. 0016specialize lt_not_le (v)
  17. 0017apply lt_not_le
  18. 0018exact hlt
  19. 0019specialize le_trans (v)
  20. 0020specialize le_trans (c * v + d * V)
  21. 0021specialize le_trans (t)
  22. 0022apply le_trans
  23. 0023specialize cf_approximation_positive_coefficient_bound (v)
  24. 0024specialize cf_approximation_positive_coefficient_bound (V)
  25. 0025specialize cf_approximation_positive_coefficient_bound (c)
  26. 0026specialize cf_approximation_positive_coefficient_bound (d)
  27. 0027apply cf_approximation_positive_coefficient_bound
  28. 0028exact hc_right
  29. 0029exists 0
  30. 0030trans c * v + d * V
  31. 0031apply zero_add
  32. 0032symm
  33. 0033trans 0 + (c * v + d * V)
  34. 0034exact ht
  35. 0035apply zero_add