Mathlib Map

Theorems · Definition · number theory

PadicInt.toZModHom

{p : ℕ} →
  [hp_prime : Fact (Nat.Prime p)] →
    (v : ℕ) →
      (f : ℤ_[p] → ℕ) →
        (∀ (x : ℤ_[p]), x - ↑(f x) ∈ Ideal.span {↑v}) →
          (∀ (x : ℤ_[p]) (a b : ℕ), x - ↑a ∈ Ideal.span {↑v} → x - ↑b ∈ Ideal.span {↑v} → ↑a = ↑b) → ℤ_[p] →+* ZMod v

toZModHom is an auxiliary constructor for creating ring homs from ℤ_[p] to ZMod v.

Defined in
Mathlib.NumberTheory.Padics.RingHoms
Cited by
0 results in Mathlib
Foundations
Depth 176 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.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • Setstatement · cited by 53,352
  • RingHomstatement · cited by 10,189
  • Idealstatement · cited by 4,748
  • Factstatement and proof · cited by 2,726
  • Nat.Primestatement and proof · cited by 2,059
  • ZModstatement · cited by 1,024
  • Ideal.spanstatement and proof · cited by 948
  • PadicIntstatement and proof · cited by 179

Cited by2

Results whose statement or proof uses this declaration.