Theorems · Theorem · Lie groups
tendsto_mul_cocompact_nhds_zero
∀ {M : Type u_3} {α : Type u_6} {β : Type u_7} [inst : TopologicalSpace M] [inst_1 : MulZeroClass M] [ContinuousMul M]
[inst_3 : TopologicalSpace α] [inst_4 : TopologicalSpace β] {f : α → M} {g : β → M},
Continuous f →
Continuous g →
Filter.Tendsto f (Filter.cocompact α) (nhds 0) →
Filter.Tendsto g (Filter.cocompact β) (nhds 0) →
Filter.Tendsto (fun i => f i.1 * g i.2) (Filter.cocompact (α × β)) (nhds 0)If f : α → M and g : β → M are continuous and both tend to zero on the cocompact filter,
then fun i : α × β ↦ f i.1 * g i.2 also tends to zero on the cocompact filter.
- Defined in
- Mathlib.Topology.Algebra.Monoid
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Set.rangeproof · cited by 4,705
- Filter.Tendstostatement and proof · cited by 3,814
- Continuousstatement and proof · cited by 2,592
- Disjointproof · cited by 2,201
- SProd.sprodproof · cited by 1,750
- IsCompactproof · cited by 1,282
- Filter.mapproof · cited by 819
- Filter.Tendsto.compproof · cited by 560
Cited by1
Results whose statement or proof uses this declaration.
- tendsto_mul_cofinite_nhds_zeroproof · cited by 1