Documentation

GibbsMeasure.Prereqs.Juxt

noncomputable def juxt {S : Type u_1} {E : Type u_2} (Λ : Set S) (η : SE) (ζ : ΛE) (x : S) :
E
Equations
Instances For
    theorem juxt_apply_of_mem {S : Type u_1} {E : Type u_2} {Λ : Set S} {η : SE} {x : S} (hx : x Λ) (ζ : ΛE) :
    juxt Λ η ζ x = ζ x, hx
    theorem juxt_apply_of_not_mem {S : Type u_1} {E : Type u_2} {Λ : Set S} {η : SE} {x : S} (h : xΛ) (ζ : ΛE) :
    juxt Λ η ζ x = η x
    theorem measurable_coordinate_projection_2 {S : Type u_1} {E : Type u_2} {𝓔 : MeasurableSpace E} {Δ : Set S} {x : S} (h : x Δ) :
    Measurable fun (σ : SE) => σ x
    theorem Measurable.juxt {S : Type u_1} {E : Type u_2} {𝓔 : MeasurableSpace E} {Λ : Set S} {η : SE} :