Documentation

ConvexAnalysisMonotoneOperators_BauschkeCombettes_2017.Chap01.Text_1_0_16

@[simp]
theorem SetValuedOperator.add_smul_apply {X : Type u} {Y : Type v} [AddCommGroup Y] [Module Y] (A B : SetValuedOperator X Y) (c : ) (x : X) :
(A + c B) x = A x + c B x

Text 1.0.16: for set-valued operators A B : X → Set Y and a real scalar c (λ in the text), the linear combination A + λ B is the pointwise operator satisfying (A + c • B) x = A x + c • B x.