Theorems · Definition · commutative algebra
PreTilt.valAux
(K : Type u₁) →
[inst : Field K] →
Valuation K NNReal →
(O : Type u₂) →
[inst_1 : CommRing O] →
[Algebra O K] → (p : ℕ) → [Fact (Nat.Prime p)] → [Fact ¬IsUnit ↑p] → PreTilt O p → NNRealThe valuation Perfection(O/(p)) → ℝ≥0 as a function.
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
- 7 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- Nat.findproof · cited by 139
- PreTiltstatement and proof · cited by 30
- PreTilt.coeffproof · cited by 21
Cited by8
Results whose statement or proof uses this declaration.
- PreTilt.valAux_eqstatement · cited by 4
- PreTilt.valproof · cited by 3
- PreTilt.valAux_zerostatement · cited by 2
- PreTilt.valAux.congr_simpstatement and proof · cited by 2
- PreTilt.map_eq_zeroproof · cited by 1
- PreTilt.valAux_addstatement and proof · cited by 0
- PreTilt.valAux_mulstatement and proof · cited by 0
- PreTilt.valAux_onestatement · cited by 0