(Local) maximums in a normed space #
In this file we prove the following lemma, see IsMaxFilter.norm_add_sameRay
. 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 fun x => ‖f x + y‖
has a maximum along l
at c
.
Then we specialize it to the case y = f c
and to different special cases of IsMaxFilter
:
IsMaxOn
, IsLocalMaxOn
, and IsLocalMax
.
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 fun x => ‖f x + y‖
has
a maximum 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 fun x => ‖f x + f c‖
has a maximum 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 fun x => ‖f x + y‖
has a maximum
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 fun x => ‖f x + f c‖
has a maximum 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 fun x => ‖f x + y‖
has a local
maximum 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 fun x => ‖f x + f c‖
has a local maximum 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 fun x => ‖f x + y‖
has a local maximum
at c
.
If f : α → E
is a function such that norm ∘ f
has a local maximum at a point c
, then the
function fun x => ‖f x + f c‖
has a local maximum at c
.