Theorems · Theorem · optimization
IsLocalExtrOn.exists_linear_map_of_hasStrictFDerivAt
∀ {E : Type u_1} {F : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E]
[inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace ℝ F] [CompleteSpace F] {f : E → F} {φ : E → ℝ} {x₀ : E}
{f' : E →L[ℝ] F} {φ' : StrongDual ℝ E},
IsLocalExtrOn φ {x | f x = f x₀} x₀ →
HasStrictFDerivAt f f' x₀ → HasStrictFDerivAt φ φ' x₀ → ∃ Λ Λ₀, (Λ, Λ₀) ≠ 0 ∧ ∀ (x : E), Λ (f' x) + Λ₀ • φ' x = 0Lagrange multipliers theorem: if φ : E → ℝ has a local extremum on the set {x | f x = f x₀}
at x₀, both f : E → F and φ are strictly differentiable at x₀, and the codomain of f is
a complete space, then there exist Λ : dual ℝ F and Λ₀ : ℝ such that (Λ, Λ₀) ≠ 0 and
Λ (f' x) + Λ₀ • φ' x = 0 for all x.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 183 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- LinearMapproof · cited by 10,215
- Set.ofPredstatement and proof · cited by 6,101
- ContinuousLinearMapstatement and proof · cited by 5,352
- LinearEquivproof · cited by 3,317
- CompleteSpacestatement and proof · cited by 2,532
- mul_commproof · cited by 2,262
- LinearMap.compproof · cited by 1,642
Cited by2
Results whose statement or proof uses this declaration.
- IsLocalExtrOn.exists_multipliers_of_hasStrictFDerivAtproof · cited by 1
- IsLocalExtrOn.exists_multipliers_of_hasStrictFDerivAt_1dproof · cited by 1