Documentation

ConvexAnalysisMonotoneOperators_BauschkeCombettes_2017.Chap12.Proposition_12_37

theorem ERealFunction.infimalConvolution_eq_infimalPostcomposition_separableSum {H : Type u} [AddCommGroup H] (f g : H(Set.Ioi )) :
infimalConvolution (Function.asEReal f) (Function.asEReal g) = (fun (L : H × HH) (f : H × H(Set.Ioi )) (y : H) => infimalPostcomposition L (fun (x : H × H) => (f x)) y) (Prod.fst + Prod.snd) ((fun (f g : H(Set.Ioi )) => pointwiseAdd (f Prod.fst) (g Prod.snd)) f g)

Proposition 12.37: infimal convolution is the infimal postcomposition of the separable sum (y, z) ↦ f y + g z by the product-sum map (y, z) ↦ y + z.