Theorems · Definition · number theory
PosNum.divMod
PosNum → PosNum → Num × Num
divMod x y = (y / x, y % x).
- Defined in
- Mathlib.Data.Num.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
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.
- PosNumstatement and proof · cited by 171
- Numstatement · cited by 117
- PosNum.brecOnproof · cited by 16
Cited by4
Results whose statement or proof uses this declaration.
- PosNum.div'proof · cited by 2
- PosNum.divMod_to_natstatement and proof · cited by 2
- PosNum.divMod.eq_defstatement and proof · cited by 1
- PosNum.mod'proof · cited by 1