Theorems · Definition · Lie groups
ModuleFilterBasis.mk.noConfusion
{R : Type u_1} →
{M : Type u_2} →
{inst : Semiring R} →
{inst_1 : TopologicalSpace R} →
{inst_2 : AddCommGroup M} →
{inst_3 : Module R M} →
{P : Sort u} →
{toAddGroupFilterBasis : AddGroupFilterBasis M} →
{smul' :
∀ {U : Set M},
U ∈ toAddGroupFilterBasis.sets → ∃ V ∈ nhds 0, ∃ W ∈ toAddGroupFilterBasis.sets, V • W ⊆ U} →
{smul_left' :
∀ (x₀ : R) {U : Set M},
U ∈ toAddGroupFilterBasis.sets →
∃ V ∈ toAddGroupFilterBasis.sets, V ⊆ (fun x => x₀ • x) ⁻¹' U} →
{smul_right' :
∀ (m₀ : M) {U : Set M}, U ∈ toAddGroupFilterBasis.sets → ∀ᶠ (x : R) in nhds 0, x • m₀ ∈ U} →
{toAddGroupFilterBasis' : AddGroupFilterBasis M} →
{smul'' :
∀ {U : Set M},
U ∈ toAddGroupFilterBasis'.sets →
∃ V ∈ nhds 0, ∃ W ∈ toAddGroupFilterBasis'.sets, V • W ⊆ U} →
{smul_left'' :
∀ (x₀ : R) {U : Set M},
U ∈ toAddGroupFilterBasis'.sets →
∃ V ∈ toAddGroupFilterBasis'.sets, V ⊆ (fun x => x₀ • x) ⁻¹' U} →
{smul_right'' :
∀ (m₀ : M) {U : Set M},
U ∈ toAddGroupFilterBasis'.sets → ∀ᶠ (x : R) in nhds 0, x • m₀ ∈ U} →
{ toAddGroupFilterBasis := toAddGroupFilterBasis, smul' := smul',
smul_left' := smul_left', smul_right' := smul_right' } =
{ toAddGroupFilterBasis := toAddGroupFilterBasis', smul' := smul'',
smul_left' := smul_left'', smul_right' := smul_right'' } →
(toAddGroupFilterBasis ≍ toAddGroupFilterBasis' → P) → P- Defined in
- Mathlib.Topology.Algebra.FilterBasis
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Set.preimagestatement and proof · cited by 4,946
- Filter.Eventuallystatement and proof · cited by 3,134
- Set.smulstatement · cited by 110
- FilterBasis.setsstatement and proof · cited by 42
- AddGroupFilterBasis.toFilterBasisstatement and proof · cited by 32
Cited by1
Results whose statement or proof uses this declaration.
- ModuleFilterBasis.mk.injproof · cited by 1