(Local) maximums in a normed space #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In this file we prove the following lemma, see is_max_filter.norm_add_same_ray
. If f : α → E
is
a function such that norm ∘ f
has a maximum along a filter l
at a point c
and y
is a vector
on the same ray as f c
, then the function λ x, ‖f x + y‖
has a maximul along l
at c
.
Then we specialize it to the case y = f c
and to different special cases of is_max_filter
:
is_max_on
, is_local_max_on
, and is_local_max
.
Tags #
local maximum, normed space
If f : α → E
is a function such that norm ∘ f
has a maximum along a filter l
at a point
c
and y
is a vector on the same ray as f c
, then the function λ x, ‖f x + y‖
has a maximul
along l
at c
.
If f : α → E
is a function such that norm ∘ f
has a maximum along a filter l
at a point
c
, then the function λ x, ‖f x + f c‖
has a maximul along l
at c
.
If f : α → E
is a function such that norm ∘ f
has a maximum on a set s
at a point c
and
y
is a vector on the same ray as f c
, then the function λ x, ‖f x + y‖
has a maximul on s
at
c
.
If f : α → E
is a function such that norm ∘ f
has a maximum on a set s
at a point c
,
then the function λ x, ‖f x + f c‖
has a maximul on s
at c
.
If 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 λ x, ‖f x + y‖
has a local
maximul on s
at c
.
If f : α → E
is a function such that norm ∘ f
has a local maximum on a set s
at a point
c
, then the function λ x, ‖f x + f c‖
has a local maximul on s
at c
.
If f : α → E
is a function such that norm ∘ f
has a local maximum at a point c
and y
is
a vector on the same ray as f c
, then the function λ x, ‖f x + y‖
has a local maximul at c
.
If f : α → E
is a function such that norm ∘ f
has a local maximum at a point c
, then the
function λ x, ‖f x + f c‖
has a local maximul at c
.