Documentation

LeanPool.PLAcceleratedNesterovLean.MorseBott.GradAlign

Gradient Alignment Lemma #

Under μ-PŁ at a local min x₀, proves fderiv(x) = 0 ↔ fderiv(x)|_{T⊥} = 0 for x near x₀. Uses Taylor remainder bounds and a Hessian perturbation argument.

theorem PLAcceleratedNesterovLean.gradient_alignment_impl {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] [FiniteDimensional E] (f : E) (μ : ) (x₀ : E) ( : 0 < μ) (hf : ContDiffAt 2 f x₀) (hmin : IsLocalMin f x₀) (hPL : MuPL f μ x₀) :
Wnhds x₀, xW, fderiv f x = 0 ∀ (w : (hessianKer f x₀)), (fderiv f x) w = 0