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. (exists cfba_error_positive_denominator cfba_previous_error_positive_denominator. (((((u * V + 1 = U * v) /\ ((a * v = b * u + cfba_error_positive_denominator) /\ (b * U = a * V + cfba_previous_error_positive_denominator)))) \/ (((U * v + 1 = u * V) /\ ((b * u = a * v + cfba_error_positive_denominator) /\ (a * V = b * U + cfba_previous_error_positive_denominator))))) /\ ((exists cfba_gap_positive_denominatordecrease. cfba_gap_positive_denominatordecrease + S (cfba_error_positive_denominator) = (cfba_previous_error_positive_denominator)) /\ (exists cfba_bound_positive_denominatorprevious_bound. cfba_bound_positive_denominatorprevious_bound + (cfba_previous_error_positive_denominator) = (b))))) -> ~(v = 0)Constructive proof overview
Generated structural guide
Every actual derived nonempty-prefix invariant forces a positive denominator; this is proved, rather than postulated to make the convergent predicate non-vacuous.
The unchanged tactic script uses 5 declared prerequisites and contains 51 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
succ_ne_zero Stable theorem; checked-use authorized mul_eq_one_components Stable theorem; checked-use authorized mul_one Stable theorem; checked-use authorized zero_add Stable theorem; checked-use authorized lt_not_le 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–8
02Separate the logical casesL9–14
03Use earlier factsL15–16
04Calculate and transport equalitiesL17–19
05Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact hi_witness_witness_left_left_left
06Calculate and transport equalitiesL21–22
07Separate the logical casesL23–24
08Establish hmL25–30
09Establish hoL31–35
10Separate the logical casesL36–36
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L36
cases ho
11Establish heL37–46
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul one.
12Use earlier factsL47–49
13Calculate and transport equalitiesL50–50
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L50
rewrite <- he
14Use earlier factsL51–51
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L51
exact hi_witness_witness_right_right
Original exact command ledger · 51 lines
- 0001
intro a - 0002
intro b - 0003
intro u - 0004
intro U - 0005
intro v - 0006
intro V - 0007
intro hi - 0008
intro hv - 0009
cases hi - 0010
cases hi_witness - 0011
cases hi_witness_witness - 0012
cases hi_witness_witness_right - 0013
cases hi_witness_witness_left - 0014
cases hi_witness_witness_left_left - 0015
specialize succ_ne_zero (u * V) - 0016
apply succ_ne_zero - 0017
trans u * V + 1 - 0018
simp - 0019
trans U * v - 0020
exact hi_witness_witness_left_left_left - 0021
rewrite hv - 0022
simp - 0023
cases hi_witness_witness_left_right - 0024
cases hi_witness_witness_left_right_right - 0025
have hm : u * V = 1 - 0026
trans U * v + 1 - 0027
symm - 0028
exact hi_witness_witness_left_right_left - 0029
rewrite hv - 0030
simp - 0031
have ho : u = 1 /\ V = 1 - 0032
specialize mul_eq_one_components (u) - 0033
specialize mul_eq_one_components (V) - 0034
apply mul_eq_one_components - 0035
exact hm - 0036
cases ho - 0037
have he : b = x - 0038
trans b * u - 0039
rewrite ho_left - 0040
symm - 0041
apply mul_one - 0042
trans a * v + x - 0043
exact hi_witness_witness_left_right_right_left - 0044
rewrite hv - 0045
simp [zero_add] - 0046
specialize lt_not_le (x) - 0047
specialize lt_not_le (x1) - 0048
apply lt_not_le - 0049
exact hi_witness_witness_right_left - 0050
rewrite <- he - 0051
exact hi_witness_witness_right_right