Theorems · Theorem · order theory
FloorDiv.floorDiv_nonpos
∀ {α : Type u_2} {β : Type u_3} {inst : AddCommMonoid α} {inst_1 : PartialOrder α} {inst_2 : AddCommMonoid β}
{inst_3 : PartialOrder β} {inst_4 : SMulZeroClass α β} [self : FloorDiv α β] ⦃a : α⦄, a ≤ 0 → ∀ (b : β), b ⌊/⌋ a = 0Do not use this. Use floorDiv_nonpos instead.
- Defined in
- Mathlib.Algebra.Order.Floor.Div
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- FloorDiv
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- SMulZeroClassstatement and proof · cited by 213
- FloorDiv.floorDivstatement · cited by 24
- FloorDivstatement and proof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- floorDiv_of_nonposproof · cited by 3