Theorems · Definition · field theory
PerfectClosure.liftOn
{K : Type u} →
[inst : CommRing K] →
{p : ℕ} →
[inst_1 : Fact (Nat.Prime p)] →
[inst_2 : CharP K p] →
{L : Type u_1} →
PerfectClosure K p → (f : ℕ × K → L) → (∀ (x y : ℕ × K), PerfectClosure.R K p x y → f x = f y) → LLift a function ℕ × K → L to a function on PerfectClosure K p.
- Defined in
- Mathlib.FieldTheory.PerfectClosure
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- CharPstatement and proof · cited by 478
- PerfectClosurestatement and proof · cited by 22
- PerfectClosure.Rstatement and proof · cited by 8
Cited by3
Results whose statement or proof uses this declaration.
- PerfectClosure.liftOn.congr_simpstatement and proof · cited by 0
- PerfectClosure.liftproof · cited by 0
- PerfectClosure.liftOn_mkstatement · cited by 0