Mathlib Map

Theorems · Inductive type · order theory

MulPosReflectLT

(α : Type u_1) → [Mul α] → [Zero α] → [Preorder α] → Prop

Typeclass for strict reverse monotonicity of multiplication by nonnegative elements on the right, namely a₁ * b < a₂ * b → a₁ < a₂ if 0 ≤ b. You should usually not use this very granular typeclass directly, but rather a typeclass like IsStrictOrderedRing.

Defined in
Mathlib.Algebra.Order.GroupWithZero.Defs
Cited by
93 results in Mathlib
Foundations
Depth 1 from the axioms, rests on 4 definitions · uses no axioms
Assumes
MulZeroPreorder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites1

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by97

Results whose statement or proof uses this declaration.