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 E F c d. ~(c = 0) -> (exists cfba_bound_positive_coefficient. cfba_bound_positive_coefficient + (E) = (c * E + d * F))Constructive proof overview
Generated structural guide
A positive coefficient makes the nonnegative error contribution at least the current error, including error zero.
The unchanged tactic script uses 4 declared prerequisites and contains 18 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
one_le_of_ne_zero Stable theorem; checked-use authorized le_mul_of_one_le_left Alpha theorem; checked-use authorized le_add_right Stable theorem; checked-use authorized le_trans 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.
01Fix variables and assumptionsL1–5
02Use earlier factsL6–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 18 lines
- 0001
intro E - 0002
intro F - 0003
intro c - 0004
intro d - 0005
intro hc - 0006
specialize le_trans (E) - 0007
specialize le_trans (c * E) - 0008
specialize le_trans (c * E + d * F) - 0009
apply le_trans - 0010
specialize le_mul_of_one_le_left (c) - 0011
specialize le_mul_of_one_le_left (E) - 0012
apply le_mul_of_one_le_left - 0013
specialize one_le_of_ne_zero (c) - 0014
apply one_le_of_ne_zero - 0015
exact hc - 0016
specialize le_add_right (c * E) - 0017
specialize le_add_right (d * F) - 0018
apply le_add_right