Documentation

Leroy.Measure.Restrict

def Sublocale.embed {E' : Type u_1} [Order.Frame E'] {A : Sublocale E'} (b : Sublocale (Image A)) :
Equations
Instances For
    theorem Sublocale.embed_top {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') :
    theorem Sublocale.embed_bot {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') :
    theorem Sublocale.embed_open_eq_inf {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (u : Open (Image A)) :
    embed u.toSublocale = A { element := u.element }.toSublocale
    theorem Sublocale.embed_open_sSup {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (s : Set (Open (Image A))) :
    theorem Image_himp_closed {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (a b : E') (h1 : a Image A) (h2 : b Image A) :
    a b Image A
    @[simp]
    theorem Nucleus.frameHom.of_coe {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (i : (Image A)) :
    (frameHom A) i = i
    def Sublocale.restrict {E' : Type u_1} [Order.Frame E'] (A b : Sublocale E') (h : b A) :
    Equations
    Instances For
      theorem Sublocale.embed_le {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (b : Sublocale (Image A)) :
      theorem Sublocale.restrict_mono {E' : Type u_1} [Order.Frame E'] (A b a : Sublocale E') (h1 : b A) (h2 : a A) :
      a bA.restrict a h2 A.restrict b h1
      theorem Sublocale.restrict_embed {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (b : Sublocale (Image A)) :
      A.restrict (embed b) = b
      theorem Sublocale.embed_restrict {E' : Type u_1} [Order.Frame E'] (A b : Sublocale E') (h : b A) :
      embed (A.restrict b h) = b
      def Sublocale.restrict_open {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (u : Open E') :
      Open (Image A)
      Equations
      Instances For
        theorem Sublocale.embed_orderiso {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (a b : Sublocale (Image A)) :
        embed a embed ba b
        theorem Sublocale.restrict_orderiso {E' : Type u_1} [Order.Frame E'] (A a b : Sublocale E') (h1 : a A) (h2 : b A) :
        A.restrict a h1 A.restrict b h2a b
        theorem Sublocale.Image_regular' {E' : Type u_1} [Order.Frame E'] [e_regular : Fact (regular E')] (A : Sublocale E') :
        regular (Image A)

        TODO woanders

        noncomputable def Measure.restrict_sublocale {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (m : Measure) :
        Open (Image A)NNReal
        Equations
        Instances For
          noncomputable def Measure.restrict_sublocale_measure {E' : Type u_1} [Order.Frame E'] (A : Sublocale E') (m : Measure) [Fact (regular E')] :
          Equations
          Instances For