Theorems · Theorem · general topology
Filter.isBoundedUnder_le_inv
∀ {α : Type u_1} {β : Type u_2} [inst : CommGroup α] [inst_1 : Preorder α] [IsOrderedMonoid α] {l : Filter β}
{u : β → α},
(Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) l fun x => (u x)⁻¹) ↔ Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) l u- Defined in
- Mathlib.Order.Filter.IsBounded
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- Preorderstatement and proof · cited by 7,952
- CommGroupstatement and proof · cited by 990
- IsOrderedMonoidstatement and proof · cited by 577
- Filter.IsBoundedUnderstatement · cited by 247
- OrderIso.invproof · cited by 27
- OrderIso.isBoundedUnder_ge_compproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.