Documentation

Mathlib.RingTheory.Valuation.Discrete.RankOne

Discrete valuations have rank one #

Main Definitions and Results #

Tags #

valuation, discrete, rank one

An order-preserving isomorphism between the ValueGroup₀ of a discrete valuation and ℤᵐ⁰.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[implicit_reducible]
    noncomputable def Valuation.IsRankOneDiscrete.rankOne {Γ : Type u_1} [LinearOrderedCommGroupWithZero Γ] {R : Type u_2} [Ring R] (v : Valuation R Γ) [hv : v.IsRankOneDiscrete] {e : NNReal} (he : 1 < e) :

    A discrete valuation has rank one.

    Equations
    Instances For

      The generator of a discrete valuation in ℤᵐ⁰ that contains exp (-1) in its range is equal to exp (-1).

      The generator of a surjective discrete valuation in ℤᵐ⁰ is equal to exp (-1).

      @[deprecated Valuation.IsRankOneDiscrete.generator_eq_exp_neg_one_of_surjective (since := "2026-04-01")]