Mathlib Map

Theorems · Theorem · order theory

ceilDiv_le_iff_le_smul

∀ {α : Type u_2} {β : Type u_3} [inst : AddCommMonoid α] [inst_1 : PartialOrder α] [inst_2 : AddCommMonoid β]
  [inst_3 : PartialOrder β] [inst_4 : SMulZeroClass α β] [inst_5 : CeilDiv α β] {a : α} {b c : β},
  0 < a → (b ⌈/⌉ a ≤ c ↔ b ≤ a • c)
Defined in
Mathlib.Algebra.Order.Floor.Div
Cited by
3 results in Mathlib
Foundations
Depth 10 from the axioms · uses no axioms
Assumes
AddCommMonoidPartialOrderAddCommMonoidPartialOrderSMulZeroClassCeilDiv

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.

Cited by3

Results whose statement or proof uses this declaration.