PA000S · theorem

mul_ne_zero

Stable checked-use theorem · independently closed

A product of two nonzero naturals is nonzero.

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.

Statement with defined notation

forall a b. ~(a = 0) -> ~(b = 0) -> ~(a * b = 0)

Every purple notation token opens its conservative definition. This is a reading surface; the compiler expands the statement before the unchanged kernel checks it.

Definitions used by this theorem

In the theorem statement

none

0 occurrences

In local proof propositions

none

0 occurrences

Exact expanded native-PA statement
forall a b. ~(a = 0) -> ~(b = 0) -> ~(a * b = 0)

Proof neighborhood

Direct theorem prerequisites

Direct theorem dependents

Definition-aware tactic body

Only local propositions introduced by have or suffices are compacted. The untrusted compiler re-expands each one before the original tactic script is replayed; defined notation is never accepted by the kernel. Open the exact replay line beneath every changed command.

Read the argument

Proof checkpoints

15 script commands · 5 reading checkpoints · 1 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.

Definition notation is shown below. Open the paired exact edition for the original native formulas. Source pairing is not a new equivalence certificate.

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

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

  1. L1
    intro a
  2. L2
    intro b
  3. L3
    intro ha
  4. L4
    intro hb
  5. L5
    intro hab
02Use earlier factsL6–7

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

  1. L6
    specialize mul_eq_zero a
  2. L7
    specialize mul_eq_zero b
03Establish hzL8–10

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul eq zero.

  1. L8
    have hz : a = 0 \/ b = 0
  2. L9
    apply mul_eq_zero
  3. L10
    exact hab
04Separate the logical casesL11–11

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

  1. L11
    cases hz
05Use earlier factsL12–15

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

  1. L12
    apply ha
  2. L13
    exact hz_left
  3. L14
    apply hb
  4. L15
    exact hz_right

Library-wide reading audit

Original defined command ledger · 15 lines
  1. 0001intro a
  2. 0002intro b
  3. 0003intro ha
  4. 0004intro hb
  5. 0005intro hab
  6. 0006specialize mul_eq_zero a
  7. 0007specialize mul_eq_zero b
  8. 0008have hz : a = 0 \/ b = 0
  9. 0009apply mul_eq_zero
  10. 0010exact hab
  11. 0011cases hz
  12. 0012apply ha
  13. 0013exact hz_left
  14. 0014apply hb
  15. 0015exact hz_right