Theorems · Theorem · Lie groups
tendsto_mul_cofinite_nhds_zero
∀ {M : Type u_3} {α : Type u_6} {β : Type u_7} [inst : TopologicalSpace M] [inst_1 : MulZeroClass M] [ContinuousMul M]
{f : α → M} {g : β → M},
Filter.Tendsto f Filter.cofinite (nhds 0) →
Filter.Tendsto g Filter.cofinite (nhds 0) → Filter.Tendsto (fun i => f i.1 * g i.2) Filter.cofinite (nhds 0)If f : α → M and g : β → M both tend to zero on the cofinite filter, then so does
fun i : α × β ↦ f i.1 * g i.2.
- Defined in
- Mathlib.Topology.Algebra.Monoid
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Bot.botproof · cited by 4,720
- Filter.Tendstostatement and proof · cited by 3,814
- DiscreteTopologyproof · cited by 373
- ContinuousMulstatement and proof · cited by 343
- Filter.cofinitestatement and proof · cited by 251
- MulZeroClassstatement and proof · cited by 232
- continuous_of_discreteTopologyproof · cited by 20
- Filter.cocompact_eq_cofiniteproof · cited by 7
- discreteTopology_botproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- MvPowerSeries.tendsto_antidiagonalproof · cited by 1