CompletedGroupAlgebra.ProfiniteModules.Basic.OpenIdeals

9 Theorem | 3 Definition

This module supplies the topological part of the construction. It checks continuity and stagewise neighborhood properties so that the completed object inherits the required topology.

import
Imported by

Declarations

def HasOpenIdealBasisAtZero (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] : Prop :=
  ∀ U ∈ 𝓝 (0 : Λ), ∃ I : Ideal Λ, IsOpen (I : Set Λ) ∧ (I : Set Λ) ⊆ U

Open ideals form a neighborhood basis at zero.

def HasFiniteOpenIdealQuotientBasis (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] : Prop :=
  ∀ U ∈ 𝓝 (0 : Λ), ∃ I : Ideal Λ,
    IsOpen (I : Set Λ) ∧ (I : Set Λ) ⊆ U ∧ Nonempty (Fintype (Λ ⧸ I))

Open ideals with finite quotient form a neighborhood basis at zero.

def IsInverseLimitOfFiniteRingQuotients (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] : Prop :=
  HasFiniteOpenIdealQuotientBasis Λ

The finite-quotient characterization of a profinite ring.

theorem finite_quotient_of_openIdeal
    (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] (hΛ : IsProfiniteRing Λ)
    (I : Ideal Λ) (hI : IsOpen (I : Set Λ)) :
    Nonempty (Fintype (Λ ⧸ I))

An open ideal of a compact topological ring has finite additive quotient.

Show proof
theorem quotient_openIdeal_isDiscreteModule
    (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] (hΛ : IsProfiniteRing Λ)
    (I : Ideal Λ) (hI : IsOpen (I : Set Λ)) :
    IsDiscreteModule Λ (Λ ⧸ I)

The quotient by an open ideal is a discrete module over the original ring.

Show proof
theorem quotient_openIdeal_finiteDiscreteModule
    (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] (hΛ : IsProfiniteRing Λ)
    (I : Ideal Λ) (hI : IsOpen (I : Set Λ)) :
    IsDiscreteModule Λ (Λ ⧸ I) ∧ Nonempty (Fintype (Λ ⧸ I))

Open ideal quotients are finite discrete modules over the original ring.

Show proof
theorem profiniteRing_hasFiniteOpenIdealQuotientBasis_of_linearTopology
    (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] [IsLinearTopology Λ Λ]
    (hΛ : IsProfiniteRing Λ) :
    HasFiniteOpenIdealQuotientBasis Λ

Proposition 5.1.2(d/e), linear-topology interface: a profinite ring whose topology is linear has a fundamental system of open ideals with finite quotient.

Show proof
theorem profiniteRing_isInverseLimitOfFiniteRingQuotients_of_linearTopology
    (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] [IsLinearTopology Λ Λ]
    (hΛ : IsProfiniteRing Λ) :
    IsInverseLimitOfFiniteRingQuotients Λ

Proposition 5.1.2(e) gives the inverse-limit formulation by finite ring quotients under the same linear-topology hypothesis.

Show proof
theorem profiniteRing_self_isProfiniteModule
    (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] (hΛ : IsProfiniteRing Λ) :
    IsProfiniteModule Λ Λ

A profinite ring is a profinite module over itself by left multiplication.

Show proof
theorem profiniteRing_isLinearTopology
    (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] (hΛ : IsProfiniteRing Λ) :
    IsLinearTopology Λ Λ

Proposition 5.1.2(d/e), linear-topology part for profinite rings.

Show proof
theorem profiniteRing_hasFiniteOpenIdealQuotientBasis
    (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] (hΛ : IsProfiniteRing Λ) :
    HasFiniteOpenIdealQuotientBasis Λ

Proposition 5.1.2(d/e): a profinite ring has a fundamental system of open ideals with finite quotient.

Show proof
theorem profiniteRing_hasOpenIdealBasisAtZero
    (Λ : Type u) [Ring Λ] [TopologicalSpace Λ] (hΛ : IsProfiniteRing Λ) :
    HasOpenIdealBasisAtZero Λ

Proposition 5.1.2(d): a profinite ring has a basis of open ideals at zero.

Show proof