Theorems · Theorem · general topology
Filter.isBoundedUnder_le_mul_of_nonneg
∀ {α : Type u_1} {ι : Type u_4} [inst : Preorder α] [inst_1 : Mul α] [inst_2 : Zero α] [PosMulMono α] [MulPosMono α]
{f : Filter ι} {u v : ι → α},
(∃ᶠ (x : ι) in f, 0 ≤ u x) →
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f u →
0 ≤ᶠ[f] v →
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f v → Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f (u * v)- Defined in
- Mathlib.Order.Filter.IsBounded
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Filter.Frequentlystatement and proof · cited by 414
- Filter.EventuallyLEstatement and proof · cited by 383
- mul_le_mul_of_nonneg_leftproof · cited by 361
- mul_le_mul_of_nonneg_rightproof · cited by 301
- Filter.IsBoundedUnderstatement and proof · cited by 247
- PosMulMonostatement and proof · cited by 165
Cited by2
Results whose statement or proof uses this declaration.
- limsup_mul_leproof · cited by 1
- le_limsup_mulproof · cited by 0