Theorems · Theorem · functional analysis
Filter.isBoundedUnder_le_mul_tendsto_zero
∀ {α : Type u_1} {ι : Type u_3} [inst : NonUnitalSeminormedRing α] {f g : ι → α} {l : Filter ι},
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) l (norm ∘ f) →
Filter.Tendsto g l (nhds 0) → Filter.Tendsto (fun x => f x * g x) l (nhds 0)- Defined in
- Mathlib.Analysis.Normed.Ring.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonUnitalSeminormedRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstostatement and proof · cited by 3,814
- mul_commproof · cited by 2,262
- LE.le.trans_eqproof · cited by 328
- Filter.IsBoundedUnderstatement and proof · cited by 247
- NonUnitalSeminormedRingstatement and proof · cited by 44
- norm_mul_leproof · cited by 31
- Filter.Tendsto.op_zero_isBoundedUnder_leproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- tendsto_smul_congr_of_tendsto_left_cobounded_of_isBoundedUnderproof · cited by 1