Documentation

LeanPool.AndersonConjecture.CompleteDomain.LocalRing

The Complete Domain T -- Local Ring Properties #

T = C[[x,y,z]]/(x^2 - yz) is a Noetherian complete local domain whose residue field has the cardinality of C.

theorem Finsupp.cons_add' {n a b : } {s t : Fin n →₀ } :
cons (a + b) (s + t) = cons a s + cons b t
theorem Finsupp.tail_add' {n : } (s t : Fin (n + 1) →₀ ) :
(s + t).tail = s.tail + t.tail
theorem Finsupp.add_cons_zero {n : } (s t : Fin (n + 1) →₀ ) :
(s + t) 0 = s 0 + t 0
noncomputable def mvPowerSeriesFin0RingEquiv (R : Type u_1) [CommSemiring R] :

The ring equivalence MvPowerSeries (Fin 0) R ≃+* R given by taking the constant coefficient (its inverse is the constant-series embedding).

Equations
Instances For
    theorem fin1_finsupp_eq {u : Fin 1 →₀ } :
    u = Finsupp.single 0 (u 0)
    noncomputable def mvPowerSeriesFinSuccRingEquiv {n : } {R : Type u_1} [CommSemiring R] :

    MvPowerSeries (Fin (n+1)) R ≃+* MvPowerSeries (Fin 1) (MvPowerSeries (Fin n) R)

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      noncomputable def mvPowerSeriesFinSuccRingEquiv' {n : } {R : Type u_1} [CommSemiring R] :

      The ring equivalence MvPowerSeries (Fin (n+1)) R ≃+* PowerSeries (MvPowerSeries (Fin n) R), obtained from mvPowerSeriesFinSuccRingEquiv by identifying Fin 1-variable power series with ordinary power series.

      Equations
      Instances For
        @[reducible, inline]
        noncomputable abbrev MPS :

        Local abbreviation for the maximal ideal of ℂ[[x,y,z]] = MvPowerSeries (Fin 3) ℂ.

        Equations
        Instances For
          @[reducible, inline]
          abbrev tdeg (d : Fin 3 →₀ ) :

          Total degree of a monomial exponent vector d : Fin 3 →₀ ℕ.

          Equations
          Instances For
            theorem tdeg_add (a b : Fin 3 →₀ ) :
            tdeg (a + b) = tdeg a + tdeg b
            theorem coeff_eq_zero_of_mem_MPS_pow {f : MvPowerSeries (Fin 3) } {n : } (hf : f MPS ^ n) (d : Fin 3 →₀ ) :
            tdeg d < n(MvPowerSeries.coeff d) f = 0
            theorem mem_MPS_pow_of_coeff_vanish (f : MvPowerSeries (Fin 3) ) (n : ) (hf : ∀ (d : Fin 3 →₀ ), tdeg d < n(MvPowerSeries.coeff d) f = 0) :
            f MPS ^ n

            T is complete with respect to its maximal ideal.

            |T| = |ℂ| (a power series ring over ℂ in finitely many vars has cardinality |ℂ|).

            The composite ℂ →[C] MvPowerSeries (Fin 3) ℂ →[mk] T →[residue] T/M from to the residue field of T.

            Equations
            Instances For

              |T/M| = |ℂ| (the residue field is ℂ).