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_derived_determinant cfba_previous_error_derived_determinant. (((((u * V + 1 = U * v) /\ ((a * v = b * u + cfba_error_derived_determinant) /\ (b * U = a * V + cfba_previous_error_derived_determinant)))) \/ (((U * v + 1 = u * V) /\ ((b * u = a * v + cfba_error_derived_determinant) /\ (a * V = b * U + cfba_previous_error_derived_determinant))))) /\ ((exists cfba_gap_derived_determinantdecrease. cfba_gap_derived_determinantdecrease + S (cfba_error_derived_determinant) = (cfba_previous_error_derived_determinant)) /\ (exists cfba_bound_derived_determinantprevious_bound. cfba_bound_derived_determinantprevious_bound + (cfba_previous_error_derived_determinant) = (b))))) -> (u * V + 1 = U * v \/ U * v + 1 = u * V)Constructive proof overview
Generated structural guide
The determinant-one equation is a proved consequence of the actual-prefix invariant, not a field assumed by the computation relation.
The unchanged tactic script uses 0 declared prerequisites and contains 17 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–7
02Separate the logical casesL8–13
03Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hi_witness_witness_left_left_left
04Separate the logical casesL15–16
05Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact hi_witness_witness_left_right_left
Original exact command ledger · 17 lines
- 0001
intro a - 0002
intro b - 0003
intro u - 0004
intro U - 0005
intro v - 0006
intro V - 0007
intro hi - 0008
cases hi - 0009
cases hi_witness - 0010
cases hi_witness_witness - 0011
cases hi_witness_witness_left - 0012
cases hi_witness_witness_left_left - 0013
left - 0014
exact hi_witness_witness_left_left_left - 0015
cases hi_witness_witness_left_right - 0016
right - 0017
exact hi_witness_witness_left_right_left