Documentation

Mathlib.RingTheory.Perfectoid.Untilt

Untilt Function #

In this file, we define the untilt function from the pretilt of a p-adically complete ring to the ring itself. Note that this is not the untilt functor.

Main definition #

Main theorem #

Reference #

Tags #

Perfectoid, Tilting equivalence, Untilt

noncomputable def PreTilt.untilt {O : Type u_1} [CommRing O] {p : } [Fact (Nat.Prime p)] [Fact ¬IsUnit p] [IsAdicComplete (Ideal.span {p}) O] :

Given a p-adically complete ring O, this is the multiplicative map from PreTilt O p to O itself. Specifically, it is defined as the limit of p^n-th powers of arbitrary lifts in O of the n-th component from the perfection of O/p.

Equations
Instances For
    @[simp]
    theorem PreTilt.mk_untilt_eq_coeff_zero {O : Type u_1} [CommRing O] {p : } [Fact (Nat.Prime p)] [Fact ¬IsUnit p] [IsAdicComplete (Ideal.span {p}) O] (x : PreTilt O p) :

    The composition of the mod p map with the untilt function equals taking the zeroth component of the perfection.

    @[simp]

    The composition of the mod p map with the untilt function equals taking the zeroth component of the perfection. A variation of PreTilt.mk_untilt_eq_coeff_zero.

    @[simp]
    theorem PreTilt.untilt_iterate_frobeniusEquiv_symm_pow {O : Type u_1} [CommRing O] {p : } [Fact (Nat.Prime p)] [Fact ¬IsUnit p] [IsAdicComplete (Ideal.span {p}) O] (x : PreTilt O p) (n : ) :
    untilt ((⇑(frobeniusEquiv (PreTilt O p) p).symm)^[n] x) ^ p ^ n = untilt x