Documentation

Mathlib.RingTheory.DividedPowers.SubDPIdeal

Sub-divided power-ideals #

Let A be a commutative (semi)ring and let I be an ideal of A with a divided power structure hI. A subideal J of I is a sub-dp-ideal of (I, hI) if, for all n ∈ ℕ > 0 and all x ∈ J, hI.dpow n x ∈ J.

Main definitions #

Main results #

Implementation remarks #

We provide both a bundled and an unbundled definition of sub-dp-ideals. The unbundled version is often more convenient when a larger proof requires to show that a certain ideal is a sub-dp-ideal. On the other hand, a bundled version is required to prove that sub-dp-ideals form a complete lattice.

TODO #

References #

structure DividedPowers.IsSubDPIdeal {A : Type u_1} [CommSemiring A] {I : Ideal A} (hI : DividedPowers I) (J : Ideal A) :

A sub-ideal J of a divided power ideal (I, hI) is a sub-dp-ideal if for all n > 0 and all x ∈ J, hI.dpow n j ∈ J.

  • isSubideal : J I
  • dpow_mem (n : ) : n 0∀ {j : A}, j JhI.dpow n j J
Instances For
    def DividedPowers.IsSubDPIdeal.dividedPowers {A : Type u_1} [CommSemiring A] {I : Ideal A} (hI : DividedPowers I) {J : Ideal A} (hJ : hI.IsSubDPIdeal J) [(x : A) → Decidable (x J)] :

    The divided power structure on a sub-dp-ideal.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem DividedPowers.IsSubDPIdeal.dpow_eq {A : Type u_1} [CommSemiring A] {I : Ideal A} (hI : DividedPowers I) {J : Ideal A} (hJ : hI.IsSubDPIdeal J) [(x : A) → Decidable (x J)] (n : ) (a : A) :
      (dividedPowers hI hJ).dpow n a = if a J then hI.dpow n a else 0
      theorem DividedPowers.IsSubDPIdeal.dpow_eq_of_mem {A : Type u_1} [CommSemiring A] {I : Ideal A} (hI : DividedPowers I) {J : Ideal A} (hJ : hI.IsSubDPIdeal J) [(x : A) → Decidable (x J)] {n : } {a : A} (ha : a J) :
      (dividedPowers hI hJ).dpow n a = hI.dpow n a
      theorem DividedPowers.IsSubDPIdeal.isDPMorphism {A : Type u_1} [CommSemiring A] {I : Ideal A} (hI : DividedPowers I) {J : Ideal A} [(x : A) → Decidable (x J)] (hJ : hI.IsSubDPIdeal J) :
      theorem DividedPowers.isSubDPIdeal_inf_iff {A : Type u_1} [CommRing A] {I : Ideal A} (hI : DividedPowers I) {J : Ideal A} :
      hI.IsSubDPIdeal (JI) ∀ {n : } {a b : A}, a Ib Ia - b JhI.dpow n a - hI.dpow n b J

      The ideal J ⊓ I is a sub-dp-ideal of I if and only if the divided powers have some compatiblity mod J. (The necessity was proved as a sanity check.)

      theorem DividedPowers.span_isSubDPIdeal_iff {A : Type u_1} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} {S : Set A} (hS : S I) :
      hI.IsSubDPIdeal (Ideal.span S) ∀ {n : }, n 0sS, hI.dpow n s Ideal.span S

      [P. Berthelot and A. Ogus, Notes on crystalline cohomology (Lemma 3.6)][BerthelotOgus-1978]

      theorem DividedPowers.isSubDPIdeal_sup {A : Type u_1} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} {J K : Ideal A} (hJ : hI.IsSubDPIdeal J) (hK : hI.IsSubDPIdeal K) :
      hI.IsSubDPIdeal (JK)
      theorem DividedPowers.isSubDPIdeal_iSup {A : Type u_1} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} {ι : Type u_3} {J : ιIdeal A} (hJ : ∀ (i : ι), hI.IsSubDPIdeal (J i)) :
      theorem DividedPowers.isSubDPIdeal_iInf {A : Type u_1} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} {ι : Type u_3} {J : ιIdeal A} (hJ : ∀ (i : ι), hI.IsSubDPIdeal (J i)) :
      hI.IsSubDPIdeal (I⨅ (i : ι), J i)
      theorem DividedPowers.isSubDPIdeal_map_of_isSubDPIdeal {A : Type u_1} {B : Type u_2} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} [CommSemiring B] {J : Ideal B} {hJ : DividedPowers J} {f : A →+* B} (hf : hI.IsDPMorphism hJ f) {K : Ideal A} (hK : hI.IsSubDPIdeal K) :
      theorem DividedPowers.isSubDPIdeal_map {A : Type u_1} {B : Type u_2} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} [CommSemiring B] {J : Ideal B} {hJ : DividedPowers J} {f : A →+* B} (hf : hI.IsDPMorphism hJ f) :

      The image of a divided power morphism from I to J is a sub-dp-ideal of J.

      structure DividedPowers.SubDPIdeal {A : Type u_1} [CommSemiring A] {I : Ideal A} (hI : DividedPowers I) :
      Type u_1

      A SubDPIdeal of I is a sub-ideal J of I such that for all n > 0 x ∈ J, hI.dpow n j ∈ J. The unbundled version of this definition is called IsSubDPIdeal.

      Instances For
        theorem DividedPowers.SubDPIdeal.ext {A : Type u_1} {inst✝ : CommSemiring A} {I : Ideal A} {hI : DividedPowers I} {x y : hI.SubDPIdeal} (carrier : x.carrier = y.carrier) :
        x = y
        theorem DividedPowers.SubDPIdeal.ext_iff {A : Type u_1} {inst✝ : CommSemiring A} {I : Ideal A} {hI : DividedPowers I} {x y : hI.SubDPIdeal} :
        def DividedPowers.SubDPIdeal.mk' {A : Type u_1} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} {J : Ideal A} (hJ : hI.IsSubDPIdeal J) :

        Constructs a SubPDIdeal given an ideal J satisfying hI.IsSubDPIdeal J.

        Equations
        Instances For
          Equations

          The coercion from SubDPIdeal to Ideal.

          Equations
          Instances For
            theorem DividedPowers.SubDPIdeal.coe_def {A : Type u_1} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} (J : hI.SubDPIdeal) :
            J = J.carrier
            @[simp]
            theorem DividedPowers.SubDPIdeal.memCarrier {A : Type u_1} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} {s : hI.SubDPIdeal} {x : A} :
            x s.carrier x s
            def DividedPowers.SubDPIdeal.prod {A : Type u_1} [CommSemiring A] {I : Ideal A} {hI : DividedPowers I} (J : Ideal A) :

            If J is an ideal of A, then I⬝J is a sub-dp-ideal of I. See [P. Berthelot, Cohomologie cristalline des schémas de caractéristique $p$ > 0, (Proposition 1.6.1 (i))][Berthelot-1974]

            Equations
            Instances For
              theorem DividedPowers.isSubDPIdeal_ker {A : Type u_1} [CommRing A] {I : Ideal A} (hI : DividedPowers I) {B : Type u_2} [CommRing B] {J : Ideal B} (hJ : DividedPowers J) {f : A →+* B} (hf : hI.IsDPMorphism hJ f) :

              The kernel of a divided power morphism from I to J is a sub-dp-ideal of I.

              def DividedPowers.DPMorphism.ker {A : Type u_1} [CommRing A] {I : Ideal A} (hI : DividedPowers I) {B : Type u_2} [CommRing B] {J : Ideal B} (hJ : DividedPowers J) (f : hI.DPMorphism hJ) :

              The kernel of a divided power morphism, as a SubDPIdeal.

              Equations
              Instances For
                def DividedPowers.dpEqualizer {A : Type u_1} [CommSemiring A] {I : Ideal A} (hI hI' : DividedPowers I) :

                The ideal of A in which the two divided power structures hI and hI' coincide.

                Equations
                Instances For
                  theorem DividedPowers.mem_dpEqualizer_iff {A : Type u_1} [CommSemiring A] {I : Ideal A} (hI hI' : DividedPowers I) {x : A} :
                  x hI.dpEqualizer hI' x I ∀ (n : ), hI.dpow n x = hI'.dpow n x
                  theorem DividedPowers.le_equalizer_of_isDPMorphism {A : Type u_1} [CommSemiring A] {I : Ideal A} (hI : DividedPowers I) {B : Type u_2} [CommSemiring B] (f : A →+* B) {K : Ideal B} (hI_le_K : Ideal.map f I K) (hK hK' : DividedPowers K) (hIK : hI.IsDPMorphism hK f) (hIK' : hI.IsDPMorphism hK' f) :

                  If there is a divided power structure on I⬝(A/J) such that the quotient map is a dp-morphism, then J ⊓ I is a sub-dp-ideal of I.

                  Equations
                  Instances For