Mathlib Map

Structures · Algebra

ValuativeRel

The class [ValuativeRel R] class introduces an operator x ≤ᵥ y : Prop for x y : R which is the natural relation arising from (the equivalence class of) a valuation on R when R is a ring. More precisely, if v is a valuation on R then the associated relation is x ≤ᵥ y ↔ v x ≤ v y. Use this class to talk about the case where R is equipped with an equivalence class of valuations.

Defined in
Mathlib.RingTheory.Valuation.ValuativeRel.Basic
Shape
One type argument · adds vle, vle_total, vle_trans, vle_add, mul_vle_mul_left, vle_mul_cancel, not_vle_one_zero, vle_mul_comm

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by0

Nothing extends this class yet.

Concrete types that are instances3

  • Padic
  • WithVal
  • ValuativeRel.WithPreorder

How is a type an instance?

Loading the hierarchy index…

Assumed by299

Ancestors0

No ancestors.