Theorems · Theorem · commutative algebra
AddValuation.of_apply
∀ {R : Type u_3} {Γ₀ : Type u_4} [inst : Ring R] [inst_1 : LinearOrderedAddCommMonoidWithTop Γ₀] (f : R → Γ₀)
{h0 : f 0 = ⊤} {h1 : f 1 = 0} {hadd : ∀ (x y : R), min (f x) (f y) ≤ f (x + y)}
{hmul : ∀ (x y : R), f (x * y) = f x + f y} {r : R}, (AddValuation.of f h0 h1 hadd hmul) r = f r- Defined in
- Mathlib.RingTheory.Valuation.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- 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
- AddValuation.ofstatement · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- HahnSeries.addVal_applyproof · cited by 1