Theorems · Theorem · functional analysis
ContinuousSMul.of_nhds_zero
∀ {R : Type u_1} {M : Type u_2} [inst : Ring R] [inst_1 : TopologicalSpace R] [inst_2 : TopologicalSpace M]
[inst_3 : AddCommGroup M] [inst_4 : Module R M] [IsTopologicalRing R] [IsTopologicalAddGroup M],
Filter.Tendsto (fun p => p.1 • p.2) (nhds 0 ×ˢ nhds 0) (nhds 0) →
(∀ (m : M), Filter.Tendsto (fun a => a • m) (nhds 0) (nhds 0)) →
(∀ (a : R), Filter.Tendsto (fun m => a • m) (nhds 0) (nhds 0)) → ContinuousSMul R M- Defined in
- Mathlib.Topology.Algebra.Module.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Filterstatement and proof · cited by 8,121
- Ringstatement and proof · cited by 7,463
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- SProd.sprodstatement and proof · cited by 1,750
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- ContinuousSMulstatement · cited by 1,016
- zero_smulproof · cited by 716
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousSMul.of_basis_zeroproof · cited by 1