Mathlib Map

Theorems · Definition · number theory

PosNum.casesOn

{motive : PosNum → Sort u} →
  (t : PosNum) → motive PosNum.one → ((a : PosNum) → motive a.bit1) → ((a : PosNum) → motive a.bit0) → motive t
Defined in
Mathlib.Data.Num.Basic
Cited by
17 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.

Cites1

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

  • PosNumstatement and proof · cited by 171

Cited by21

Results whose statement or proof uses this declaration.