Documentation

ConvexAnalysisMonotoneOperators_BauschkeCombettes_2017.Chap18.Theorem_18_15

def ERealFunction.HasLipschitzGradient {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (f : H) (β : (Set.Ioi 0)) :

Differentiability together with β-Lipschitz continuity of the gradient.

Instances For
    def ERealFunction.HasGradientInnerQuadraticUpperBound {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (f : H) (β : (Set.Ioi 0)) :

    Differentiability together with the quadratic upper bound on the gradient increment.

    Instances For
      def ERealFunction.HasQuadraticDescentEstimate {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (f : H) (β : (Set.Ioi 0)) :

      Differentiability together with the quadratic descent estimate.

      Instances For
        def ERealFunction.HasConjugateGradientQuadraticLowerBound {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (f : H) (β : (Set.Ioi 0)) :

        Differentiability together with the Fenchel-conjugate quadratic lower bound along the gradient image.

        Instances For
          def ERealFunction.HasCocoerciveGradient {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (f : H) (β : (Set.Ioi 0)) :

          Differentiability together with 1 / β-cocoercivity of the gradient on the whole space.

          Instances For
            def ERealFunction.HasHalfSquaredNormSubConvexity {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] (f : H) (β : (Set.Ioi 0)) :

            Convexity of the shifted quadratic β q - f, with q(x) = ‖x‖² / 2.

            Instances For
              def ERealFunction.HasShiftedConjugateConvexity {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] (f : H) (β : (Set.Ioi 0)) :

              Convexity of the shifted conjugate f* - β⁻¹ q on its effective domain.

              Instances For
                structure ERealFunction.HasMoreauEnvelopeRepresentation {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] (f : H) (β : (Set.Ioi 0)) :

                The Moreau-envelope representation attached to the shifted conjugate f* - β⁻¹ q.

                Instances For
                  structure ERealFunction.HasProximalGradientRepresentation {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (f : H) (β : (Set.Ioi 0)) :

                  The proximal-operator formulas for the gradient attached to the shifted conjugate f* - β⁻¹ q.

                  Instances For
                    theorem ERealFunction.frechetDifferentiable_tfae_lipschitz_gradient {H : Type u} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (f : H) (hcont : Continuous f) (hconv : _root_.ConvexOn Set.univ f) (β : (Set.Ioi 0)) :

                    Theorem 18.15: for a continuous convex function f : H → ℝ, a positive parameter β, and h = f* - β⁻¹ q with q(x) = ‖x‖² / 2, the standard smoothness, descent, cocoercivity, convexity, and proximal formulations of β-Lipschitz differentiability are equivalent.