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 q r u U v V E F. a = b * q + r -> ((((u * V + 1 = U * v) /\ ((b * v = r * u + E) /\ (r * U = b * V + F)))) \/ (((U * v + 1 = u * V) /\ ((r * u = b * v + E) /\ (b * V = r * U + F))))) -> (((((q * u + v) * U + 1 = (q * U + V) * u) /\ ((a * u = b * (q * u + v) + E) /\ (b * (q * U + V) = a * U + F)))) \/ ((((q * U + V) * u + 1 = (q * u + v) * U) /\ ((b * (q * u + v) = a * u + E) /\ (a * U = b * (q * U + V) + F)))))Constructive proof overview
Generated structural guide
A quotient prepended to both actual convergents transports both error magnitudes and the alternating determinant.
The unchanged tactic script uses 4 declared prerequisites and contains 77 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
BA0001 cf_approximation_prepend_determinant_forward BA0002 cf_approximation_prepend_determinant_backward BA0003 cf_approximation_prepend_error_forward BA0004 cf_approximation_prepend_error_backwardDirect 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 (4)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–12
03Separate the logical casesL13–17
04Use earlier factsL18–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
specialize cf_approximation_prepend_determinant_forward (u) - L19
specialize cf_approximation_prepend_determinant_forward (U) - L20
specialize cf_approximation_prepend_determinant_forward (v) - L21
specialize cf_approximation_prepend_determinant_forward (V) - L22
specialize cf_approximation_prepend_determinant_forward (q) - L23
apply cf_approximation_prepend_determinant_forward - L24
exact h_left_left
05Separate the logical casesL25–25
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L25
split
06Use earlier factsL26–35
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
specialize cf_approximation_prepend_error_forward (a) - L27
specialize cf_approximation_prepend_error_forward (b) - L28
specialize cf_approximation_prepend_error_forward (q) - L29
specialize cf_approximation_prepend_error_forward (r) - L30
specialize cf_approximation_prepend_error_forward (u) - L31
specialize cf_approximation_prepend_error_forward (v) - L32
specialize cf_approximation_prepend_error_forward (E) - L33
apply cf_approximation_prepend_error_forward - L34
exact ha - L35
exact h_left_right_left
07Use earlier factsL36–45
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L36
specialize cf_approximation_prepend_error_backward (a) - L37
specialize cf_approximation_prepend_error_backward (b) - L38
specialize cf_approximation_prepend_error_backward (q) - L39
specialize cf_approximation_prepend_error_backward (r) - L40
specialize cf_approximation_prepend_error_backward (U) - L41
specialize cf_approximation_prepend_error_backward (V) - L42
specialize cf_approximation_prepend_error_backward (F) - L43
apply cf_approximation_prepend_error_backward - L44
exact ha - L45
exact h_left_right_right
08Separate the logical casesL46–49
09Use earlier factsL50–56
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L50
specialize cf_approximation_prepend_determinant_backward (u) - L51
specialize cf_approximation_prepend_determinant_backward (U) - L52
specialize cf_approximation_prepend_determinant_backward (v) - L53
specialize cf_approximation_prepend_determinant_backward (V) - L54
specialize cf_approximation_prepend_determinant_backward (q) - L55
apply cf_approximation_prepend_determinant_backward - L56
exact h_right_left
10Separate the logical casesL57–57
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L57
split
11Use earlier factsL58–67
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L58
specialize cf_approximation_prepend_error_backward (a) - L59
specialize cf_approximation_prepend_error_backward (b) - L60
specialize cf_approximation_prepend_error_backward (q) - L61
specialize cf_approximation_prepend_error_backward (r) - L62
specialize cf_approximation_prepend_error_backward (u) - L63
specialize cf_approximation_prepend_error_backward (v) - L64
specialize cf_approximation_prepend_error_backward (E) - L65
apply cf_approximation_prepend_error_backward - L66
exact ha - L67
exact h_right_right_left
12Use earlier factsL68–77
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L68
specialize cf_approximation_prepend_error_forward (a) - L69
specialize cf_approximation_prepend_error_forward (b) - L70
specialize cf_approximation_prepend_error_forward (q) - L71
specialize cf_approximation_prepend_error_forward (r) - L72
specialize cf_approximation_prepend_error_forward (U) - L73
specialize cf_approximation_prepend_error_forward (V) - L74
specialize cf_approximation_prepend_error_forward (F) - L75
apply cf_approximation_prepend_error_forward - L76
exact ha - L77
exact h_right_right_right
Original exact command ledger · 77 lines
- 0001
intro a - 0002
intro b - 0003
intro q - 0004
intro r - 0005
intro u - 0006
intro U - 0007
intro v - 0008
intro V - 0009
intro E - 0010
intro F - 0011
intro ha - 0012
intro h - 0013
cases h - 0014
cases h_left - 0015
cases h_left_right - 0016
right - 0017
split - 0018
specialize cf_approximation_prepend_determinant_forward (u) - 0019
specialize cf_approximation_prepend_determinant_forward (U) - 0020
specialize cf_approximation_prepend_determinant_forward (v) - 0021
specialize cf_approximation_prepend_determinant_forward (V) - 0022
specialize cf_approximation_prepend_determinant_forward (q) - 0023
apply cf_approximation_prepend_determinant_forward - 0024
exact h_left_left - 0025
split - 0026
specialize cf_approximation_prepend_error_forward (a) - 0027
specialize cf_approximation_prepend_error_forward (b) - 0028
specialize cf_approximation_prepend_error_forward (q) - 0029
specialize cf_approximation_prepend_error_forward (r) - 0030
specialize cf_approximation_prepend_error_forward (u) - 0031
specialize cf_approximation_prepend_error_forward (v) - 0032
specialize cf_approximation_prepend_error_forward (E) - 0033
apply cf_approximation_prepend_error_forward - 0034
exact ha - 0035
exact h_left_right_left - 0036
specialize cf_approximation_prepend_error_backward (a) - 0037
specialize cf_approximation_prepend_error_backward (b) - 0038
specialize cf_approximation_prepend_error_backward (q) - 0039
specialize cf_approximation_prepend_error_backward (r) - 0040
specialize cf_approximation_prepend_error_backward (U) - 0041
specialize cf_approximation_prepend_error_backward (V) - 0042
specialize cf_approximation_prepend_error_backward (F) - 0043
apply cf_approximation_prepend_error_backward - 0044
exact ha - 0045
exact h_left_right_right - 0046
cases h_right - 0047
cases h_right_right - 0048
left - 0049
split - 0050
specialize cf_approximation_prepend_determinant_backward (u) - 0051
specialize cf_approximation_prepend_determinant_backward (U) - 0052
specialize cf_approximation_prepend_determinant_backward (v) - 0053
specialize cf_approximation_prepend_determinant_backward (V) - 0054
specialize cf_approximation_prepend_determinant_backward (q) - 0055
apply cf_approximation_prepend_determinant_backward - 0056
exact h_right_left - 0057
split - 0058
specialize cf_approximation_prepend_error_backward (a) - 0059
specialize cf_approximation_prepend_error_backward (b) - 0060
specialize cf_approximation_prepend_error_backward (q) - 0061
specialize cf_approximation_prepend_error_backward (r) - 0062
specialize cf_approximation_prepend_error_backward (u) - 0063
specialize cf_approximation_prepend_error_backward (v) - 0064
specialize cf_approximation_prepend_error_backward (E) - 0065
apply cf_approximation_prepend_error_backward - 0066
exact ha - 0067
exact h_right_right_left - 0068
specialize cf_approximation_prepend_error_forward (a) - 0069
specialize cf_approximation_prepend_error_forward (b) - 0070
specialize cf_approximation_prepend_error_forward (q) - 0071
specialize cf_approximation_prepend_error_forward (r) - 0072
specialize cf_approximation_prepend_error_forward (U) - 0073
specialize cf_approximation_prepend_error_forward (V) - 0074
specialize cf_approximation_prepend_error_forward (F) - 0075
apply cf_approximation_prepend_error_forward - 0076
exact ha - 0077
exact h_right_right_right