Mathlib Map

Theorems · Theorem · commutative algebra

ValuativeRel.ValueGroupWithZero.embed_mk

∀ {R : Type u_2} {Γ : Type u_3} [inst : Ring R] [inst_1 : ValuativeRel R] [inst_2 : LinearOrderedCommGroupWithZero Γ]
  (v : Valuation R Γ) [inst_3 : v.Compatible] (x : R) (s : ↥(ValuativeRel.posSubmonoid R)),
  (ValuativeRel.ValueGroupWithZero.embed v) (ValuativeRel.ValueGroupWithZero.mk x s) =
    (MonoidWithZeroHom.ValueGroup₀.restrict₀ (MonoidWithZeroHom.ofClass v)) x /
      (MonoidWithZeroHom.ValueGroup₀.restrict₀ (MonoidWithZeroHom.ofClass v)) ↑s

The element .mk x s in ValueGroupWithZero R is sent to v x / v s in the image group of v.

Defined in
Mathlib.RingTheory.Valuation.ValuativeRel.Basic
Cited by
1 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingValuativeRelLinearOrderedCommGroupWithZeroValuation.Compatible

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.