Theorems · Theorem · number theory
PadicInt.appr.eq_def
∀ {p : ℕ} [hp_prime : Fact (Nat.Prime p)] (x : ℤ_[p]) (x_1 : ℕ),
x.appr x_1 =
match x, x_1 with
| _x, 0 => 0
| x, n.succ =>
have y := x - ↑(x.appr n);
if hy : y = 0 then x.appr n
else
have u := ↑(PadicInt.unitCoeff hy);
x.appr n + p ^ n * (PadicInt.toZMod (u * ↑p ^ (↑y.valuation - ↑n).natAbs)).val- Defined in
- Mathlib.NumberTheory.Padics.RingHoms
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fact
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHomstatement · cited by 10,189
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- Units.valstatement and proof · cited by 1,966
- ZModstatement · cited by 1,024
- PadicIntstatement and proof · cited by 179
- ZMod.valstatement and proof · cited by 159
- PadicInt.valuationstatement and proof · cited by 19
- PadicInt.apprstatement and proof · cited by 10
- PadicInt.toZModstatement and proof · cited by 10
- PadicInt.unitCoeffstatement and proof · cited by 9
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.