Theorems · Definition · commutative algebra
AddValuation.of
{R : Type u_3} →
{Γ₀ : Type u_4} →
[inst : Ring R] →
[inst_1 : LinearOrderedAddCommMonoidWithTop Γ₀] →
(f : R → Γ₀) →
f 0 = ⊤ →
f 1 = 0 →
(∀ (x y : R), min (f x) (f y) ≤ f (x + y)) → (∀ (x y : R), f (x * y) = f x + f y) → AddValuation R Γ₀An alternate constructor of AddValuation, that doesn't reference Multiplicative Γ₀ᵒᵈ
- Defined in
- Mathlib.RingTheory.Valuation.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Top.topstatement and proof · cited by 9,680
- Ringstatement and proof · cited by 7,463
- AddValuationstatement · cited by 96
- LinearOrderedAddCommMonoidWithTopstatement and proof · cited by 68
Cited by6
Results whose statement or proof uses this declaration.
- ArchimedeanClass.addValuationproof · cited by 15
- HahnSeries.addValproof · cited by 3
- multiplicity_addValuationproof · cited by 2
- AddValuation.of_applystatement · cited by 1
- Padic.addValuationproof · cited by 1
- AddValuation.of.congr_simpstatement and proof · cited by 0