Ring Perfection and Tilt #
In this file we define the perfection of a ring of characteristic p, and the tilt of a field
given a valuation to āā„0.
TODO #
Define the valuation on the tilt, and define a characteristic predicate for the tilt.
The perfection of a monoid α, defined to be the projective limit of α using the p-th
power maps α ā α indexed by the natural numbers, implemented as
{ f : ā ā M | ā n, f (n + 1) ^ p = f n }.
If α is a ring with characteristic p and p is prime, Perfection α p is also a ring.
Instances For
Alias of Perfection.
The perfection of a monoid α, defined to be the projective limit of α using the p-th
power maps α ā α indexed by the natural numbers, implemented as
{ f : ā ā M | ā n, f (n + 1) ^ p = f n }.
If α is a ring with characteristic p and p is prime, Perfection α p is also a ring.
Instances For
Perfection M p as a submonoid of ā ā M.
Instances For
Alias of Perfection.submonoid.
Perfection M p as a submonoid of ā ā M.
Instances For
The n-th coefficient of an element of the perfection.
Instances For
The p-th root of an element of the perfection.
Instances For
Given monoids M and N, with M being perfect,
any homomorphism M ā+* N can be lifted uniquely to a homomorphism M ā* Perfection N p.
Instances For
A monoid homomorphism M ā* N induces Perfection M p ā* Perfection N p.
Instances For
Perfection R p as a subsemiring of ā ā R.
Instances For
Alias of Perfection.subsemiring.
Perfection R p as a subsemiring of ā ā R.
Instances For
The n-th coefficient of an element of the perfection.
Instances For
The p-th root of an element of the perfection.
The preferred way to use this is (frobeniusEquiv (Perfection R p) p).symm.
Instances For
Given rings R and S of characteristic p, with R being perfect,
any homomorphism R ā+* S can be lifted to a homomorphism R ā+* Perfection S p.
Instances For
A ring homomorphism R ā+* S induces Perfection R p ā+* Perfection S p.
Instances For
Perfection R p as a semiring of ā ā R.
Instances For
Alias of Perfection.subring.
Perfection R p as a semiring of ā ā R.
Instances For
A perfection map to a ring of characteristic p is a map that is isomorphic
to its perfection.
- 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 : P), ā (n : ā), Ļ ((ā(frobeniusEquiv P p).symm)^[n] x) = f n
Instances For
Create a PerfectionMap from an isomorphism to the perfection.
The canonical perfection map from the perfection of a ring.
For a perfect ring, it itself is the perfection.
A perfection map induces an isomorphism to the perfection.
Instances For
Given rings R and S of characteristic p, with R being perfect,
any homomorphism R ā+* S can be lifted to a homomorphism R ā+* P,
where P is any perfection of S.
Instances For
A ring homomorphism R ā+* S induces P ā+* Q, a map of the respective perfections.
Instances For
For a field K with valuation v : K ā āā„0 and ring of integers O,
a function O/(p) ā āā„0 that sends 0 to 0 and x + (p) to v(x) as long as x ā (p).
Instances For
A variant of PreTilt.coeff_iterate_frobenius using m-n and n.
The valuation Perfection(O/(p)) ā āā„0 as a function.
Given f ā Perfection(O/(p)), if f = 0 then output 0;
otherwise output preVal(f(n))^(p^n) for any n such that f(n) ā 0.
Instances For
The valuation Perfection(O/(p)) ā āā„0.
Given f ā Perfection(O/(p)), if f = 0 then output 0;
otherwise output preVal(f(n))^(p^n) for any n such that f(n) ā 0.
Instances For
The tilt of a field, as defined in Perfectoid Spaces by Peter Scholze, as in
[scholze2011perfectoid]. Given a field K with valuation K ā āā„0 and ring of integers O,
this is implemented as the fraction field of the perfection of O/(p).