Theorems · Theorem · number theory
PosNum.size.eq_def
∀ (x : PosNum),
x.size =
match x with
| PosNum.one => 1
| n.bit0 => n.size.succ
| n.bit1 => n.size.succ- Defined in
- Mathlib.Data.Num.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PosNumstatement and proof · cited by 171
- PosNum.succstatement and proof · cited by 14
- PosNum.brecOn.goproof · cited by 10
- PosNum.belowproof · cited by 10
- PosNum.brecOn.eqproof · cited by 9
- PosNum.sizestatement and proof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.