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

def PreTilt.untiltAux {O : Type u_1} [CommRing O] {p : ℕ} [Fact (Nat.Prime p)] [Fact ¬IsUnit ↑p] (x : PreTilt O p) (n : ℕ) :
O

The auxiliary sequence to define the untilt map. The (n + 1)-th term is the p^n-th powers of arbitrary lifts in O of the n-th component from the perfection of O/p.

Equations
Instances For
    theorem PreTilt.pow_dvd_untiltAux_sub_untiltAux {O : Type u_1} [CommRing O] {p : ℕ} [Fact (Nat.Prime p)] [Fact ¬IsUnit ↑p] (x : PreTilt O p) {m n : ℕ} (h : m ≤ n) :
    ↑p ^ m ∣ x.untiltAux m - x.untiltAux n
    theorem PreTilt.pow_dvd_one_untiltAux_sub_one {O : Type u_1} [CommRing O] {p : ℕ} [Fact (Nat.Prime p)] [Fact ¬IsUnit ↑p] (m : ℕ) :
    ↑p ^ m ∣ untiltAux 1 m - 1
    theorem PreTilt.pow_dvd_mul_untiltAux_sub_untiltAux_mul {O : Type u_1} [CommRing O] {p : ℕ} [Fact (Nat.Prime p)] [Fact ¬IsUnit ↑p] (x y : PreTilt O p) (m : ℕ) :
    ↑p ^ m ∣ (x * y).untiltAux m - x.untiltAux m * y.untiltAux m
    theorem PreTilt.exists_smodEq_untiltAux {O : Type u_1} [CommRing O] {p : ℕ} [Fact (Nat.Prime p)] [Fact ¬IsUnit ↑p] [IsPrecomplete (Ideal.span {↑p}) O] (x : PreTilt O p) :
    ∃ (y : O), ∀ (n : ℕ), x.untiltAux n ≡ y [SMOD Ideal.span {↑p} ^ n • ⊤]
    def PreTilt.untiltFun {O : Type u_1} [CommRing O] {p : ℕ} [Fact (Nat.Prime p)] [Fact ¬IsUnit ↑p] [IsPrecomplete (Ideal.span {↑p}) O] (x : PreTilt O p) :
    O

    Given a p-adically complete ring O, this is the underlying function of the untilt map. 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
      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