Suppose $f: \mathbb R^n \to \mathbb R$ is $C^{\infty}$ smooth and the gradient map is $L$-Lipschitz, i.e., $\|\nabla f(x) - \nabla f(y)\|_2 \le L\|x-y\|_2$. We say a function is coercive if $f(x) \to +\infty$ as $\|x\| \to \infty$. This is equivalent to say that all sublevel sets $\{x: f(x) \le \alpha\}$ is compact for every $\alpha > 0$. I am wondering whether we can prove that the map $F: \mathbb R^n \to \mathbb R$ given by $$ x \mapsto f\left( x -\frac{1}{L} \nabla f(x) \right)$$ is coercive if $f$ is coercive. The map can be understood as: at any point $x$, we take a gradient descent step, then evaluate the function.
2026-03-25 14:25:28.1774448728
Is the map $x \mapsto f(x-\frac{1}{L} \nabla f(x) ) $ coercive provided $f \in C^{\infty}(\mathbb R^n)$ is coercive?
97 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in OPTIMIZATION
- Optimization - If the sum of objective functions are similar, will sum of argmax's be similar
- optimization with strict inequality of variables
- Gradient of Cost Function To Find Matrix Factorization
- Calculation of distance of a point from a curve
- Find all local maxima and minima of $x^2+y^2$ subject to the constraint $x^2+2y=6$. Does $x^2+y^2$ have a global max/min on the same constraint?
- What does it mean to dualize a constraint in the context of Lagrangian relaxation?
- Modified conjugate gradient method to minimise quadratic functional restricted to positive solutions
- Building the model for a Linear Programming Problem
- Maximize the function
- Transform LMI problem into different SDP form
Related Questions in NONLINEAR-OPTIMIZATION
- Prove that Newton's Method is invariant under invertible linear transformations
- set points in 2D interval with optimality condition
- Finding a mixture of 1st and 0'th order Markov models that is closest to an empirical distribution
- Sufficient condition for strict minimality in infinite-dimensional spaces
- Weak convergence under linear operators
- Solving special (simple?) system of polynomial equations (only up to second degree)
- Smallest distance to point where objective function value meets a given threshold
- KKT Condition and Global Optimal
- What is the purpose of an oracle in optimization?
- Prove that any Nonlinear program can be written in the form...
Related Questions in GRADIENT-DESCENT
- Gradient of Cost Function To Find Matrix Factorization
- Can someone explain the calculus within this gradient descent function?
- Established results on the convergence rate of iterates for Accelerated Gradient Descent?
- Sensitivity (gradient) of function solved using RK4
- Concerning the sequence of gradients in Nesterov's Accelerated Descent
- Gradient descent proof: justify $\left(\dfrac{\kappa - 1}{\kappa + 1}\right)^2 \leq \exp(-\dfrac{4t}{\kappa+1})$
- If the gradient of the logistic loss is never zero, does that mean the minimum can never be achieved?
- How does one show that the likelihood solution for logistic regression has a magnitude of infinity for separable data (Bishop exercise 4.14)?
- How to determinate that a constrained inequality system is not empty?
- How to show that the gradient descent for unconstrained optimization can be represented as the argmin of a quadratic?
Related Questions in NONLINEAR-ANALYSIS
- Functions on $\mathbb{R}^n$ commuting with orthogonal transformations
- Sufficient condition for strict minimality in infinite-dimensional spaces
- Let $ \ x_1 <x_2 < ... < x_8 \ $ be the eight fixed points of $ \ G^3(x) \ $ where $ \ G(x)= 4x(1−x) \ $
- Determine the stability properties and convergence in the origin using Lyapunov Direct Method
- The motivation for defining Brouwer degree as $\deg(F,\Omega, y_0)= \sum_{x\in F^{-1}(y_0)} \operatorname{sign} J_{F(x)}$
- How are the equations of non linear data determined?
- inhomogenous Fredholm equation
- Nonlinear Sylvester-like equation
- Is the map $u\mapsto |u|^2 u$ globally or locally Lipschitz continuous in the $H_0^1$ norm?
- First order nonlinear differential inequality
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The answer is no. Take $n=1$ and $f(x)=x^2$. Clearly this is smooth and $\nabla f(x) = 2x$ is two lipschitz. However, $$ F(x) = f\Big(x- \frac{1}{2} \nabla f(x)\Big) = f(0) $$ is constant and thus not coercive. In fact we can also add some function $\varphi$ is it does not change the lipschitz constant and if it has bounded gradient (then $x- \frac{1}{2} \nabla (f + \varphi)(x)= \frac{1}{2} \nabla \varphi(x)$ remains bounded).
In general you can play the same game by taking $f(x) = \Vert x \Vert_2^2$ and adding some smooth function $\varphi$ which does not change the lipschitz constant of the gradient and such that $\nabla \varphi$ is bounded. Then you get $$ F(x) = f\big(\nabla \varphi(x)\big). $$