Documentation

LeanPool.PLAcceleratedNesterovLean.MorseBott.BridgeDefs

Shared definitions for external theorem compatibility #

These mirror definitions from the source project so external theorems can be stated and proved using the same types.

Ambient space #

@[reducible, inline]

The ambient Euclidean space ℝ^d (matching PLAcceleratedNesterovLean).

Equations
Instances For

    Tubular neighborhoods #

    A tubular neighborhood of S is an open set U ⊇ S such that every point in U has a unique nearest point in S.

    Instances For

      Optimization definitions #

      The set of global minimizers of f.

      Equations
      Instances For
        noncomputable def PLAcceleratedNesterovLean.Ext.fStar {E : Type u_1} (f : E) :

        The infimal value f⋆ = inf_x f(x).

        Equations
        Instances For

          μ-PŁ condition using ‖fderiv‖ (PLMB compatibility layer).

          Equations
          Instances For
            noncomputable def PLAcceleratedNesterovLean.Ext.gradient {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] [FiniteDimensional E] (f : E) (x : E) :
            E

            The gradient of f at x (Riesz representative of fderiv ℝ f x).

            Equations
            Instances For

              The Hessian quadratic form ξᵀ D²f(x) ξ = ⟨D(∇f)(x)·ξ, ξ⟩.

              Equations
              Instances For