Mathlib Map

Theorems · Definition · number theory

Num.casesOn

{motive : Num → Sort u} → (t : Num) → motive Num.zero → ((a : PosNum) → motive (Num.pos a)) → motive t
Defined in
Mathlib.Data.Num.Basic
Cited by
20 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms

Around this declaration

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

Cites2

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

  • PosNumstatement and proof · cited by 171
  • Numstatement and proof · cited by 117

Cited by27

Results whose statement or proof uses this declaration.