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 u U v V rp rn t. (u * V + 1 = U * v \/ U * v + 1 = u * V) -> exists c d. (((((rp) = (rn) + ((c) * (u) + (d) * (U))) /\ ((t) = (0) + ((c) * (v) + (d) * (V))))) \/ (((((rp) + (d) * (U) = (rn) + (c) * (u)) /\ ((t) + (d) * (V) = (0) + (c) * (v)))) \/ (((((rp) + (c) * (u) = (rn) + (d) * (U)) /\ ((t) + (c) * (v) = (0) + (d) * (V)))) \/ ((((rp) + ((c) * (u) + (d) * (U)) = (rn)) /\ ((t) + ((c) * (v) + (d) * (V)) = (0)))))))Constructive proof overview
Generated structural guide
Both determinant orientations represent every signed numerator and every natural denominator with actual integer coefficients.
The unchanged tactic script uses 2 declared prerequisites and contains 27 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
BA0019 cf_approximation_determinant_one_signed_basis BA001B cf_approximation_determinant_minus_one_signed_basisDirect 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–8
02Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases hd
03Use earlier factsL10–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
specialize cf_approximation_determinant_minus_one_signed_basis (u) - L11
specialize cf_approximation_determinant_minus_one_signed_basis (U) - L12
specialize cf_approximation_determinant_minus_one_signed_basis (v) - L13
specialize cf_approximation_determinant_minus_one_signed_basis (V) - L14
specialize cf_approximation_determinant_minus_one_signed_basis (rp) - L15
specialize cf_approximation_determinant_minus_one_signed_basis (rn) - L16
specialize cf_approximation_determinant_minus_one_signed_basis (t) - L17
apply cf_approximation_determinant_minus_one_signed_basis - L18
exact hd_left - L19
specialize cf_approximation_determinant_one_signed_basis (u)
04Use earlier factsL20–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
specialize cf_approximation_determinant_one_signed_basis (U) - L21
specialize cf_approximation_determinant_one_signed_basis (v) - L22
specialize cf_approximation_determinant_one_signed_basis (V) - L23
specialize cf_approximation_determinant_one_signed_basis (rp) - L24
specialize cf_approximation_determinant_one_signed_basis (rn) - L25
specialize cf_approximation_determinant_one_signed_basis (t) - L26
apply cf_approximation_determinant_one_signed_basis - L27
exact hd_right
Original exact command ledger · 27 lines
- 0001
intro u - 0002
intro U - 0003
intro v - 0004
intro V - 0005
intro rp - 0006
intro rn - 0007
intro t - 0008
intro hd - 0009
cases hd - 0010
specialize cf_approximation_determinant_minus_one_signed_basis (u) - 0011
specialize cf_approximation_determinant_minus_one_signed_basis (U) - 0012
specialize cf_approximation_determinant_minus_one_signed_basis (v) - 0013
specialize cf_approximation_determinant_minus_one_signed_basis (V) - 0014
specialize cf_approximation_determinant_minus_one_signed_basis (rp) - 0015
specialize cf_approximation_determinant_minus_one_signed_basis (rn) - 0016
specialize cf_approximation_determinant_minus_one_signed_basis (t) - 0017
apply cf_approximation_determinant_minus_one_signed_basis - 0018
exact hd_left - 0019
specialize cf_approximation_determinant_one_signed_basis (u) - 0020
specialize cf_approximation_determinant_one_signed_basis (U) - 0021
specialize cf_approximation_determinant_one_signed_basis (v) - 0022
specialize cf_approximation_determinant_one_signed_basis (V) - 0023
specialize cf_approximation_determinant_one_signed_basis (rp) - 0024
specialize cf_approximation_determinant_one_signed_basis (rn) - 0025
specialize cf_approximation_determinant_one_signed_basis (t) - 0026
apply cf_approximation_determinant_one_signed_basis - 0027
exact hd_right