Mathlib Map

Theorems · Theorem · number theory

Nat.psub_add

∀ (m n k : ℕ),
  m.psub (n + k) = do
    let __do_lift ← m.psub n
    __do_lift.psub k
Defined in
Mathlib.Data.Nat.PSub
Cited by
0 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.