Theorems · Definition · commutative algebra
PreTilt.val
(K : Type u₁) →
[inst : Field K] →
(v : Valuation K NNReal) →
(O : Type u₂) →
[inst_1 : CommRing O] →
[inst_2 : Algebra O K] →
v.Integers O →
(p : ℕ) → [inst : Fact (Nat.Prime p)] → [inst_3 : Fact ¬IsUnit ↑p] → Valuation (PreTilt O p) NNRealThe valuation Perfection(O/(p)) → ℝ≥0.
Given f ∈ Perfection(O/(p)), if f = 0 then output 0;
otherwise output preVal(f(n))^(p^n) for any n such that f(n) ≠ 0.
- Defined in
- Mathlib.RingTheory.Perfection
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Fieldstatement and proof · cited by 7,404
- NNRealstatement and proof · cited by 4,310
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- IsUnitstatement and proof · cited by 1,602
- Valuationstatement and proof · cited by 823
- Valuation.Integersstatement and proof · cited by 58
- PreTiltstatement · cited by 30
- PreTilt.valAuxproof · cited by 7
- PreTilt.valAux_zeroproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- PreTilt.map_eq_zerostatement and proof · cited by 1
- PreTilt.val.congr_simpstatement and proof · cited by 0
- PreTilt.isDomainproof · cited by 0