Documentation

Mathlib.Topology.Algebra.Valued.ValuativeRel

Valuative Relations as Valued #

In this temporary file, we provide a helper instance for Valued R Γ derived from a ValuativeRel R, so that downstream files can refer to ValuativeRel R, to facilitate a refactor.

Alternate constructors #

theorem IsValuativeTopology.of_zero {R : Type u_1} [CommRing R] [ValuativeRel R] [TopologicalSpace R] [ContinuousConstVAdd R R] (h₀ : ∀ (s : Set R), s nhds 0 ∃ (γ : (ValuativeRel.ValueGroupWithZero R)ˣ), {z : R | (ValuativeRel.valuation R) z < γ} s) :

Assuming ContinuousConstVAdd R R, we only need to check the neighbourhood of 0 in order to prove IsValuativeTopology R.

@[implicit_reducible, instance 100]

Helper Valued instance when ValuativeTopology R over a UniformSpace R, for use in porting files from Valued to ValuativeRel.

def ValuativeRel.«term𝒪[_]» :
Lean.ParserDescr

The ring of integers under a given valuation is the subring of elements with valuation ≤ 1.

Instances For
    def ValuativeRel.«term𝓂[_]» :
    Lean.ParserDescr

    The ideal of elements that are not units.

    Instances For
      def ValuativeRel.«term𝓀[_]» :
      Lean.ParserDescr

      The residue field of a local ring is the quotient of the ring by its maximal ideal.

      Instances For