Theorems · Inductive type · commutative algebra
IsLinearTopology
(R : Type u_1) → (M : Type u_3) → [inst : Ring R] → [inst_1 : AddCommGroup M] → [Module R M] → [TopologicalSpace M] → Prop
Consider a (left-)module M over a ring R. A topology on M is `R`-linear
if the open sub-R-modules of M form a basis of neighborhoods of zero.
Typically one would also that the topology is invariant by translation (ContinuousConstVAdd M M),
or equivalently that M is a topological group, but we do not assume it for the definition.
In particular, we say that a topology on the ring R is linear if it is both
R-linear and Rᵐᵒᵖ-linear for the obvious module structures. To spell this in Lean,
simply use [IsLinearTopology R R] [IsLinearTopology Rᵐᵒᵖ R].
- Defined in
- Mathlib.Topology.Algebra.LinearTopology
- Cited by
- 83 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement · cited by 24,529
- Modulestatement · cited by 20,661
- AddCommGroupstatement · cited by 12,871
- Ringstatement · cited by 7,463
Cited by92
Results whose statement or proof uses this declaration.
- MvPowerSeries.aevalstatement and proof · cited by 18
- PowerSeries.aevalstatement and proof · cited by 11
- MvPowerSeries.coe_aevalstatement and proof · cited by 9
- IsLinearTopology.hasBasis_submodulestatement and proof · cited by 7
- MvPowerSeries.substAlgHom_eq_aevalproof · cited by 6
- MvPowerSeries.coe_eval₂Homstatement and proof · cited by 5
- MvPowerSeries.HasEval.mul_leftstatement and proof · cited by 4
- MvPowerSeries.continuous_aevalstatement and proof · cited by 4
- MvPowerSeries.continuous_eval₂statement and proof · cited by 4
- MvPowerSeries.eval₂Homstatement and proof · cited by 4
- IsLinearTopology.mk_of_hasBasis'statement · cited by 4
- IsLinearTopology.mk_of_hasBasisstatement · cited by 3