Mathlib Map

Theorems · Theorem · order theory

mul_inv_le_inv_mul_iff

∀ {α : Type u} [inst : Group α] [inst_1 : LE α] [MulLeftMono α] {a b c d : α} [MulRightMono α],
  a * b⁻¹ ≤ d⁻¹ * c ↔ d * a ≤ c * b
Defined in
Mathlib.Algebra.Order.Group.Unbundled.Basic
Cited by
3 results in Mathlib
Foundations
Depth 14 from the axioms · uses propext
Assumes
GroupLEMulLeftMonoMulRightMono

Around this declaration

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

Cites8

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.