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 a b u U v V E F rp rn t D c d. (((a * v = b * u + E) /\ (b * U = a * V + F)) \/ ((b * u = a * v + E) /\ (a * V = b * U + F))) -> ((((rp) + (d) * (U) = (rn) + (c) * (u)) /\ ((t) + (d) * (V) = (0) + (c) * (v)))) -> ~(c = 0) -> (((a * t + b * rn) = (b * rp) + (D)) \/ ((b * rp) = (a * t + b * rn) + (D))) -> (exists cfba_bound_subtractive_bound. cfba_bound_subtractive_bound + (E) = (D))Constructive proof overview
Generated structural guide
In either subtractive sector, a nonzero current coefficient gives the sharp lower bound for the actual absolute error.
The unchanged tactic script uses 4 declared prerequisites and contains 55 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
BA0011 cf_approximation_subtract_previous_absolute_error matrix_lattice_absolute_difference_functional Alpha theorem; checked-use authorized BA001D cf_approximation_positive_coefficient_bound 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 (2)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–18
03Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases hc
04Establish hmL20–29
Establish this local claim before using it. It is not an additional assumption.
- L20
have hm : ((a * t + b * rn) = (b * rp) + (c * E + d * F)) \/ ((b * rp) = (a * t + b * rn) + (c * E + d * F)) - L21
specialize cf_approximation_subtract_previous_absolute_error (a) - L22
specialize cf_approximation_subtract_previous_absolute_error (b) - L23
specialize cf_approximation_subtract_previous_absolute_error (u) - L24
specialize cf_approximation_subtract_previous_absolute_error (U) - L25
specialize cf_approximation_subtract_previous_absolute_error (v) - L26
specialize cf_approximation_subtract_previous_absolute_error (V) - L27
specialize cf_approximation_subtract_previous_absolute_error (E) - L28
specialize cf_approximation_subtract_previous_absolute_error (F) - L29
specialize cf_approximation_subtract_previous_absolute_error (rp)
05Use earlier factsL30–35
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
specialize cf_approximation_subtract_previous_absolute_error (rn) - L31
specialize cf_approximation_subtract_previous_absolute_error (t) - L32
specialize cf_approximation_subtract_previous_absolute_error (c) - L33
specialize cf_approximation_subtract_previous_absolute_error (d) - L34
apply cf_approximation_subtract_previous_absolute_error - L35
exact he
06Separate the logical casesL36–36
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L36
split
07Use earlier factsL37–37
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L37
exact hc_left
08Calculate and transport equalitiesL38–38
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L38
trans 0 + c * v
09Use earlier factsL39–40
10Establish hDL41–50
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply matrix lattice absolute difference functional.
- L41
have hD : D = c * E + d * F - L42
specialize matrix_lattice_absolute_difference_functional (a * t + b * rn) - L43
specialize matrix_lattice_absolute_difference_functional (b * rp) - L44
specialize matrix_lattice_absolute_difference_functional (D) - L45
specialize matrix_lattice_absolute_difference_functional (c * E + d * F) - L46
apply matrix_lattice_absolute_difference_functional - L47
exact herror - L48
exact hm - L49
rewrite hD - L50
specialize cf_approximation_positive_coefficient_bound (E)
11Use earlier factsL51–55
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 55 lines
- 0001
intro a - 0002
intro b - 0003
intro u - 0004
intro U - 0005
intro v - 0006
intro V - 0007
intro E - 0008
intro F - 0009
intro rp - 0010
intro rn - 0011
intro t - 0012
intro D - 0013
intro c - 0014
intro d - 0015
intro he - 0016
intro hc - 0017
intro hcpositive - 0018
intro herror - 0019
cases hc - 0020
have hm : ((a * t + b * rn) = (b * rp) + (c * E + d * F)) \/ ((b * rp) = (a * t + b * rn) + (c * E + d * F)) - 0021
specialize cf_approximation_subtract_previous_absolute_error (a) - 0022
specialize cf_approximation_subtract_previous_absolute_error (b) - 0023
specialize cf_approximation_subtract_previous_absolute_error (u) - 0024
specialize cf_approximation_subtract_previous_absolute_error (U) - 0025
specialize cf_approximation_subtract_previous_absolute_error (v) - 0026
specialize cf_approximation_subtract_previous_absolute_error (V) - 0027
specialize cf_approximation_subtract_previous_absolute_error (E) - 0028
specialize cf_approximation_subtract_previous_absolute_error (F) - 0029
specialize cf_approximation_subtract_previous_absolute_error (rp) - 0030
specialize cf_approximation_subtract_previous_absolute_error (rn) - 0031
specialize cf_approximation_subtract_previous_absolute_error (t) - 0032
specialize cf_approximation_subtract_previous_absolute_error (c) - 0033
specialize cf_approximation_subtract_previous_absolute_error (d) - 0034
apply cf_approximation_subtract_previous_absolute_error - 0035
exact he - 0036
split - 0037
exact hc_left - 0038
trans 0 + c * v - 0039
exact hc_right - 0040
apply zero_add - 0041
have hD : D = c * E + d * F - 0042
specialize matrix_lattice_absolute_difference_functional (a * t + b * rn) - 0043
specialize matrix_lattice_absolute_difference_functional (b * rp) - 0044
specialize matrix_lattice_absolute_difference_functional (D) - 0045
specialize matrix_lattice_absolute_difference_functional (c * E + d * F) - 0046
apply matrix_lattice_absolute_difference_functional - 0047
exact herror - 0048
exact hm - 0049
rewrite hD - 0050
specialize cf_approximation_positive_coefficient_bound (E) - 0051
specialize cf_approximation_positive_coefficient_bound (F) - 0052
specialize cf_approximation_positive_coefficient_bound (c) - 0053
specialize cf_approximation_positive_coefficient_bound (d) - 0054
apply cf_approximation_positive_coefficient_bound - 0055
exact hcpositive