Theorems · Inductive type · order theory
CeilDiv
(α : Type u_2) →
(β : Type u_3) →
[AddCommMonoid α] →
[PartialOrder α] → [inst : AddCommMonoid β] → [PartialOrder β] → [SMulZeroClass α β] → Type (max u_2 u_3)Typeclass for division rounded up. For each a > 0, this asserts the existence of a left
adjoint to the map b ↦ a • b : β → β.
- Defined in
- Mathlib.Algebra.Order.Floor.Div
- Cited by
- 20 results in Mathlib
- Foundations
- Depth 6 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.
- AddCommMonoidstatement · cited by 12,281
- PartialOrderstatement · cited by 6,410
- SMulZeroClassstatement · cited by 213
Cited by27
Results whose statement or proof uses this declaration.
- CeilDiv.ceilDivstatement and proof · cited by 25
- zero_ceilDivstatement and proof · cited by 5
- ceilDiv_le_iff_le_smulstatement and proof · cited by 3
- ceilDiv_of_nonposstatement and proof · cited by 3
- gc_smul_ceilDivstatement and proof · cited by 2
- CeilDiv.ceilDiv_gcstatement and proof · cited by 1
- CeilDiv.ceilDiv_nonposstatement and proof · cited by 1
- CeilDiv.zero_ceilDivstatement and proof · cited by 1
- le_smul_ceilDivstatement and proof · cited by 1
- smul_ceilDivstatement and proof · cited by 1
- Finsupp.support_ceilDiv_subsetstatement and proof · cited by 1
- CeilDiv.casesOnstatement and proof · cited by 0