Mathlib Map

Theorems · Theorem · order theory

le_iff_forall_one_lt_le_mul

∀ {α : Type u} [inst : LinearOrder α] [DenselyOrdered α] [inst_2 : Monoid α] [ExistsMulOfLE α] [MulLeftReflectLT α]
  {a b : α} [MulLeftStrictMono α], a ≤ b ↔ ∀ (ε : α), 1 < ε → a ≤ b * ε
Defined in
Mathlib.Algebra.Order.Monoid.Unbundled.ExistsOfLE
Cited by
1 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext
Assumes
LinearOrderDenselyOrderedMonoidExistsMulOfLEMulLeftReflectLTMulLeftStrictMono

Around this declaration

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

Cites9

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

Cited by1

Results whose statement or proof uses this declaration.