Theorems · Theorem · functional analysis
IsMaxFilter.norm_add_sameRay
∀ {α : Type u_1} {E : Type u_3} [inst : SeminormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : α → E} {l : Filter α}
{c : α} {y : E}, IsMaxFilter (norm ∘ f) l c → SameRay ℝ (f c) y → IsMaxFilter (fun x => ‖f x + y‖) l cIf 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.
- Defined in
- Mathlib.Analysis.Normed.Module.Extr
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedSpacestatement and proof · cited by 12,499
- Filterstatement and proof · cited by 8,121
- Norm.normstatement and proof · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- le_reflproof · cited by 2,061
- add_le_addproof · cited by 666
- Filter.Eventually.monoproof · cited by 646
- le_imp_le_of_le_of_leproof · cited by 576
- SameRaystatement and proof · cited by 149
- norm_add_leproof · cited by 68
- IsMaxFilterstatement and proof · cited by 38
Cited by4
Results whose statement or proof uses this declaration.
- IsMaxFilter.norm_add_selfproof · cited by 3
- IsMaxOn.norm_add_sameRayproof · cited by 0
- IsLocalMaxOn.norm_add_sameRayproof · cited by 0
- IsLocalMax.norm_add_sameRayproof · cited by 0