Theorems · Definition · commutative algebra
PerfectionMap.casesOn
{p : ℕ} →
[inst : Fact (Nat.Prime p)] →
{R : Type u₁} →
[inst_1 : CommSemiring R] →
[inst_2 : CharP R p] →
{P : Type u₂} →
[inst_3 : CommSemiring P] →
[inst_4 : CharP P p] →
[inst_5 : PerfectRing P p] →
{π : P →+* R} →
{motive : PerfectionMap p π → Sort u} →
(t : PerfectionMap p π) →
((injective :
∀ ⦃x y : P⦄,
(∀ (n : ℕ),
π ((⇑(frobeniusEquiv P p).symm)^[n] x) = π ((⇑(frobeniusEquiv P p).symm)^[n] y)) →
x = y) →
(surjective :
∀ (f : ℕ → R),
(∀ (n : ℕ), f (n + 1) ^ p = f n) →
∃ x, ∀ (n : ℕ), π ((⇑(frobeniusEquiv P p).symm)^[n] x) = f n) →
motive ⋯) →
motive t- Defined in
- Mathlib.RingTheory.Perfection
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
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
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement and proof · cited by 10,189
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- RingEquivstatement · cited by 1,147
- Nat.iteratestatement and proof · cited by 740
- RingEquiv.symmstatement and proof · cited by 567
- CharPstatement and proof · cited by 478
- PerfectRingstatement and proof · cited by 154
- frobeniusEquivstatement and proof · cited by 48
- PerfectionMapstatement and proof · cited by 16
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.