Back to Problems
mathoverflow_347178.variants.bounded_iff
Specification
Let $f : \mathbb R^n \to \mathbb R, n \geq 2$ be a $C^1$ function. Is the boundedness of $\sup_{x \in \mathbb R^n}f(x)$ and $\sup_{x\in \mathbb R^n} f(x+\nabla f(x))$ equivalent?
Lean 4 Statement
theorem mathoverflow_347178.variants.bounded_iff :
answer(sorry) ↔ ∀ᵉ (n ≥ 2) (f : ℝ^n → ℝ) (hf : ContDiff ℝ 1 f),
BddAbove (range f) ↔ BddAbove (range fun x ↦ f (x + gradient f x))
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.