Theorems · Theorem · functional analysis
IsLocalMaxOn.norm_add_sameRay
∀ {X : Type u_2} {E : Type u_3} [inst : SeminormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[inst_2 : TopologicalSpace X] {f : X → E} {s : Set X} {c : X} {y : E},
IsLocalMaxOn (norm ∘ f) s c → SameRay ℝ (f c) y → IsLocalMaxOn (fun x => ‖f x + y‖) s cIf f : α → E is a function such that norm ∘ f has a local maximum on a set s at a point
c and y is a vector on the same ray as f c, then the function fun x => ‖f x + y‖ has a local
maximum on s at c.
- Defined in
- Mathlib.Analysis.Normed.Module.Extr
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedSpacestatement and proof · cited by 12,499
- Norm.normstatement and proof · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- SameRaystatement and proof · cited by 149
- IsLocalMaxOnstatement and proof · cited by 39
- IsMaxFilter.norm_add_sameRayproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.