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 = 0Constructive 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 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.
Named ingredients (1)
01Fix variables and assumptionsL1–7
02Establish hcL8–11
03Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases hc
04Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact hc_left
05Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
exfalso
06Use earlier factsL15–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
specialize lt_not_le (t) - L16
specialize lt_not_le (v) - L17
apply lt_not_le - L18
exact hlt - L19
specialize le_trans (v) - L20
specialize le_trans (c * v + d * V) - L21
specialize le_trans (t) - L22
apply le_trans - L23
specialize cf_approximation_positive_coefficient_bound (v) - L24
specialize cf_approximation_positive_coefficient_bound (V)
07Use earlier factsL25–28
08Construct an explicit witnessL29–29
Supply the displayed value, then prove that it has the required property.
- 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.
- L30
trans c * v + d * V
10Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
apply zero_add
11Calculate and transport equalitiesL32–33
Original exact command ledger · 35 lines
- 0001
intro t - 0002
intro v - 0003
intro V - 0004
intro c - 0005
intro d - 0006
intro ht - 0007
intro hlt - 0008
have hc : c = 0 \/ ~(c = 0) - 0009
specialize eq_decidable (c) - 0010
specialize eq_decidable (0) - 0011
apply eq_decidable - 0012
cases hc - 0013
exact hc_left - 0014
exfalso - 0015
specialize lt_not_le (t) - 0016
specialize lt_not_le (v) - 0017
apply lt_not_le - 0018
exact hlt - 0019
specialize le_trans (v) - 0020
specialize le_trans (c * v + d * V) - 0021
specialize le_trans (t) - 0022
apply le_trans - 0023
specialize cf_approximation_positive_coefficient_bound (v) - 0024
specialize cf_approximation_positive_coefficient_bound (V) - 0025
specialize cf_approximation_positive_coefficient_bound (c) - 0026
specialize cf_approximation_positive_coefficient_bound (d) - 0027
apply cf_approximation_positive_coefficient_bound - 0028
exact hc_right - 0029
exists 0 - 0030
trans c * v + d * V - 0031
apply zero_add - 0032
symm - 0033
trans 0 + (c * v + d * V) - 0034
exact ht - 0035
apply zero_add