BA0008

cf_approximation_identity_entry_transport

Alpha v34 independently verified · alpha_closed; checked-use authorized; not Stable

Substitution along the actual recurrence equations transports the determinant/error invariant without assuming it as part of a convergent certificate.

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

none

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

50 script commands · 18 reading checkpoints · 0 local claims

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

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro a
  2. L2
    intro b
  3. L3
    intro u
  4. L4
    intro U
  5. L5
    intro v
  6. L6
    intro V
  7. L7
    intro p
  8. L8
    intro P
  9. L9
    intro q
  10. L10
    intro Q
02Fix variables and assumptionsL11–17

Work with arbitrary variables or the premises of the current implication.

  1. L11
    intro E
  2. L12
    intro F
  3. L13
    intro hu
  4. L14
    intro hU
  5. L15
    intro hv
  6. L16
    intro hV
  7. L17
    intro hi
03Separate the logical casesL18–22

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L18
    cases hi
  2. L19
    cases hi_left
  3. L20
    cases hi_left_right
  4. L21
    left
  5. L22
    split
04Calculate and transport equalitiesL23–26

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L23
    rewrite hu
  2. L24
    rewrite hU
  3. L25
    rewrite hv
  4. L26
    rewrite hV
05Use earlier factsL27–27

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L27
    exact hi_left_left
06Separate the logical casesL28–28

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L28
    split
07Calculate and transport equalitiesL29–30

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L29
    rewrite hu
  2. L30
    rewrite hv
08Use earlier factsL31–31

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L31
    exact hi_left_right_left
09Calculate and transport equalitiesL32–33

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L32
    rewrite hU
  2. L33
    rewrite hV
10Use earlier factsL34–34

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L34
    exact hi_left_right_right
11Separate the logical casesL35–38

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L35
    cases hi_right
  2. L36
    cases hi_right_right
  3. L37
    right
  4. L38
    split
12Calculate and transport equalitiesL39–42

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L39
    rewrite hu
  2. L40
    rewrite hU
  3. L41
    rewrite hv
  4. L42
    rewrite hV
13Use earlier factsL43–43

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L43
    exact hi_right_left
14Separate the logical casesL44–44

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L44
    split
15Calculate and transport equalitiesL45–46

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L45
    rewrite hu
  2. L46
    rewrite hv
16Use earlier factsL47–47

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L47
    exact hi_right_right_left
17Calculate and transport equalitiesL48–49

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L48
    rewrite hU
  2. L49
    rewrite hV
18Use earlier factsL50–50

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L50
    exact hi_right_right_right

Library-wide reading audit

Original exact command ledger · 50 lines
  1. 0001intro a
  2. 0002intro b
  3. 0003intro u
  4. 0004intro U
  5. 0005intro v
  6. 0006intro V
  7. 0007intro p
  8. 0008intro P
  9. 0009intro q
  10. 0010intro Q
  11. 0011intro E
  12. 0012intro F
  13. 0013intro hu
  14. 0014intro hU
  15. 0015intro hv
  16. 0016intro hV
  17. 0017intro hi
  18. 0018cases hi
  19. 0019cases hi_left
  20. 0020cases hi_left_right
  21. 0021left
  22. 0022split
  23. 0023rewrite hu
  24. 0024rewrite hU
  25. 0025rewrite hv
  26. 0026rewrite hV
  27. 0027exact hi_left_left
  28. 0028split
  29. 0029rewrite hu
  30. 0030rewrite hv
  31. 0031exact hi_left_right_left
  32. 0032rewrite hU
  33. 0033rewrite hV
  34. 0034exact hi_left_right_right
  35. 0035cases hi_right
  36. 0036cases hi_right_right
  37. 0037right
  38. 0038split
  39. 0039rewrite hu
  40. 0040rewrite hU
  41. 0041rewrite hv
  42. 0042rewrite hV
  43. 0043exact hi_right_left
  44. 0044split
  45. 0045rewrite hu
  46. 0046rewrite hv
  47. 0047exact hi_right_right_left
  48. 0048rewrite hU
  49. 0049rewrite hV
  50. 0050exact hi_right_right_right