Mathlib Map

Theorems · Inductive type · field theory

PerfectClosure.R

(K : Type u) → [inst : CommRing K] → (p : ℕ) → [Fact (Nat.Prime p)] → [CharP K p] → ℕ × K → ℕ × K → Prop

PerfectClosure.R is the relation (n, x) ∼ (n + 1, x ^ p) for n : ℕ and x : K. PerfectClosure K p is the quotient by this relation.

Defined in
Mathlib.FieldTheory.PerfectClosure
Cited by
8 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext
Assumes
CommRingFactCharP

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

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

  • CommRingstatement · cited by 17,173
  • Factstatement · cited by 2,726
  • Nat.Primestatement · cited by 2,059
  • CharPstatement · cited by 478

Cited by13

Results whose statement or proof uses this declaration.