GT0003

euclidean_common_divisor_forward

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

Every constructive common divisor of (a,b) remains a common divisor of the next Euclidean pair (b,r).

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 d a b q r. ((a = b * q + r /\ (exists ff_lt_ec_egt_step_division. ff_lt_ec_egt_step_division + S r = b))) -> (((exists egt_factor_before_left. a = d * egt_factor_before_left) /\ (exists egt_factor_before_right. b = d * egt_factor_before_right))) -> (((exists egt_factor_after_left. b = d * egt_factor_after_left) /\ (exists egt_factor_after_right. r = d * egt_factor_after_right)))

Constructive proof overview

Generated structural guide

Every constructive common divisor of (a,b) remains a common divisor of the next Euclidean pair (b,r).

The unchanged tactic script uses 1 declared prerequisite and contains 19 exact native proof lines.

Alpha v34 checked-use · first admitted v22 · 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

19 script commands · 3 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.

Named ingredients (1)
01Fix variables and assumptionsL1–7

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

  1. L1
    intro d
  2. L2
    intro a
  3. L3
    intro b
  4. L4
    intro q
  5. L5
    intro r
  6. L6
    intro hstep
  7. L7
    intro hcommon
02Separate the logical casesL8–9

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

  1. L8
    cases hcommon
  2. L9
    split
03Use earlier factsL10–19

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

  1. L10
    exact hcommon_right
  2. L11
    specialize euclidean_divisor_remainder_transport d
  3. L12
    specialize euclidean_divisor_remainder_transport a
  4. L13
    specialize euclidean_divisor_remainder_transport b
  5. L14
    specialize euclidean_divisor_remainder_transport q
  6. L15
    specialize euclidean_divisor_remainder_transport r
  7. L16
    apply euclidean_divisor_remainder_transport
  8. L17
    exact hstep
  9. L18
    exact hcommon_left
  10. L19
    exact hcommon_right

Library-wide reading audit

Original exact command ledger · 19 lines
  1. 0001intro d
  2. 0002intro a
  3. 0003intro b
  4. 0004intro q
  5. 0005intro r
  6. 0006intro hstep
  7. 0007intro hcommon
  8. 0008cases hcommon
  9. 0009split
  10. 0010exact hcommon_right
  11. 0011specialize euclidean_divisor_remainder_transport d
  12. 0012specialize euclidean_divisor_remainder_transport a
  13. 0013specialize euclidean_divisor_remainder_transport b
  14. 0014specialize euclidean_divisor_remainder_transport q
  15. 0015specialize euclidean_divisor_remainder_transport r
  16. 0016apply euclidean_divisor_remainder_transport
  17. 0017exact hstep
  18. 0018exact hcommon_left
  19. 0019exact hcommon_right