PD0007 · conservative definition

DivRem

q and r are a quotient and a strict remainder for n by d.

Readable signature

DivRem(n,d,q,r)

Exact expansion

n = d * q + r /\ exists h. h + S r = d

This node is notation, not a theorem, axiom, predicate constant, or kernel rule. The elaboration layer must expand it before proof checking.

Definition neighborhood

Expands using

Used by definitions

Used by theorem statements or local proof propositions