Theorems · Theorem · functional analysis
Filter.Tendsto.op_zero_isBoundedUnder_le
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [inst : SeminormedAddGroup E]
[inst_1 : SeminormedAddGroup F] [inst_2 : SeminormedAddGroup G] {f : α → E} {g : α → F} {l : Filter α},
Filter.Tendsto f l (nhds 0) →
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) l (norm ∘ g) →
∀ (op : E → F → G),
(∀ (x : E) (y : F), ‖op x y‖ ≤ ‖x‖ * ‖y‖) → Filter.Tendsto (fun x => op (f x) (g x)) l (nhds 0)A helper lemma used to prove that the (scalar or usual) product of a function that
tends to zero and a bounded function tends to zero. This lemma is formulated for any binary
operation op : E → F → G with an estimate ‖op x y‖ ≤ ‖x‖ * ‖y‖ instead of multiplication so
that it can be applied to (*), flip (*), (•), and flip (•).
- Defined in
- Mathlib.Analysis.Normed.Group.Bounded
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- 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
- one_mulproof · cited by 2,841
- SeminormedAddGroupstatement and proof · cited by 331
- Filter.IsBoundedUnderstatement and proof · cited by 247
- Filter.Tendsto.op_zero_isBoundedUnder_le'proof · cited by 1
Cited by4
Results whose statement or proof uses this declaration.
- Filter.Tendsto.zero_smul_isBoundedUnder_leproof · cited by 1
- Filter.Tendsto.zero_mul_isBoundedUnder_leproof · cited by 1
- Filter.isBoundedUnder_le_mul_tendsto_zeroproof · cited by 1
- Filter.IsBoundedUnder.smul_tendsto_zeroproof · cited by 0