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 p P q Q E F. u = p -> U = P -> v = q -> V = Q -> ((((p * Q + 1 = P * q) /\ ((a * q = b * p + E) /\ (b * P = a * Q + F)))) \/ (((P * q + 1 = p * Q) /\ ((b * p = a * q + E) /\ (a * Q = b * P + F))))) -> ((((u * V + 1 = U * v) /\ ((a * v = b * u + E) /\ (b * U = a * V + F)))) \/ (((U * v + 1 = u * V) /\ ((b * u = a * v + E) /\ (a * V = b * U + F)))))Constructive proof overview
Generated structural guide
Substitution along the actual recurrence equations transports the determinant/error invariant without assuming it as part of a convergent certificate.
The unchanged tactic script uses 0 declared prerequisites and contains 50 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct 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–10
02Fix variables and assumptionsL11–17
03Separate the logical casesL18–22
04Calculate and transport equalitiesL23–26
05Use earlier factsL27–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
exact hi_left_left
06Separate the logical casesL28–28
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L28
split
07Calculate and transport equalitiesL29–30
08Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
exact hi_left_right_left
09Calculate and transport equalitiesL32–33
10Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
exact hi_left_right_right
11Separate the logical casesL35–38
12Calculate and transport equalitiesL39–42
13Use earlier factsL43–43
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L43
exact hi_right_left
14Separate the logical casesL44–44
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L44
split
15Calculate and transport equalitiesL45–46
16Use earlier factsL47–47
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L47
exact hi_right_right_left
17Calculate and transport equalitiesL48–49
18Use earlier factsL50–50
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L50
exact hi_right_right_right
Original exact command ledger · 50 lines
- 0001
intro a - 0002
intro b - 0003
intro u - 0004
intro U - 0005
intro v - 0006
intro V - 0007
intro p - 0008
intro P - 0009
intro q - 0010
intro Q - 0011
intro E - 0012
intro F - 0013
intro hu - 0014
intro hU - 0015
intro hv - 0016
intro hV - 0017
intro hi - 0018
cases hi - 0019
cases hi_left - 0020
cases hi_left_right - 0021
left - 0022
split - 0023
rewrite hu - 0024
rewrite hU - 0025
rewrite hv - 0026
rewrite hV - 0027
exact hi_left_left - 0028
split - 0029
rewrite hu - 0030
rewrite hv - 0031
exact hi_left_right_left - 0032
rewrite hU - 0033
rewrite hV - 0034
exact hi_left_right_right - 0035
cases hi_right - 0036
cases hi_right_right - 0037
right - 0038
split - 0039
rewrite hu - 0040
rewrite hU - 0041
rewrite hv - 0042
rewrite hV - 0043
exact hi_right_left - 0044
split - 0045
rewrite hu - 0046
rewrite hv - 0047
exact hi_right_right_left - 0048
rewrite hU - 0049
rewrite hV - 0050
exact hi_right_right_right