DI0004

divisor_complement_positive_equation

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

At every genuine positive divisor the complement output satisfies n=d*q; the identity convention cannot supply that branch.

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 expanded first-order arithmetic statement

forall n d q. ~(d=0) -> (exists pvs_factor_equation_divisor. (n) = (d) * pvs_factor_equation_divisor) -> ((((~((d)=0)) /\ ((n)=(d)*(q)))) \/ ((((d)=0 \/ ~(exists pvs_factor_equation_graphnondivisor. (n) = (d) * pvs_factor_equation_graphnondivisor)) /\ ((q)=(d))))) -> n=d*q

Constructive proof overview

Generated structural guide

At every genuine positive divisor the complement output satisfies n=d*q; the identity convention cannot supply that branch.

The unchanged tactic script uses 0 declared prerequisites and contains 16 exact native proof lines.

Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable

Proof neighborhood

Direct dependencies

none

Direct dependents

none

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

16 script commands · 5 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–6

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

  1. L1
    intro n
  2. L2
    intro d
  3. L3
    intro q
  4. L4
    intro hd
  5. L5
    intro hdiv
  6. L6
    intro hq
02Separate the logical casesL7–8

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

  1. L7
    cases hq
  2. L8
    cases hq_left
03Use earlier factsL9–9

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

  1. L9
    exact hq_left_right
04Separate the logical casesL10–12

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

  1. L10
    cases hq_right
  2. L11
    exfalso
  3. L12
    cases hq_right_left
05Use earlier factsL13–16

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

  1. L13
    apply hd
  2. L14
    exact hq_right_left_left
  3. L15
    apply hq_right_left_right
  4. L16
    exact hdiv

Library-wide reading audit

Original exact command ledger · 16 lines
  1. 0001intro n
  2. 0002intro d
  3. 0003intro q
  4. 0004intro hd
  5. 0005intro hdiv
  6. 0006intro hq
  7. 0007cases hq
  8. 0008cases hq_left
  9. 0009exact hq_left_right
  10. 0010cases hq_right
  11. 0011exfalso
  12. 0012cases hq_right_left
  13. 0013apply hd
  14. 0014exact hq_right_left_left
  15. 0015apply hq_right_left_right
  16. 0016exact hdiv