Theorems · Theorem · real analysis
Convex.second_derivative_within_at_symmetric_of_mem_interior
∀ {E : Type u_1} {F : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℝ F] {s : Set E},
Convex ℝ s →
∀ {f : E → F} {f' : E → E →L[ℝ] F} {f'' : E →L[ℝ] E →L[ℝ] F},
(∀ x ∈ interior s, HasFDerivAt f (f' x) x) →
∀ {x : E},
x ∈ s →
HasFDerivWithinAt f' f'' (interior s) x →
∀ {v w : E}, x + 4 • v ∈ interior s → x + 4 • w ∈ interior s → (f'' w) v = (f'' v) wAssume that f is differentiable inside a convex set s, and that its derivative f' is
differentiable at a point x. Then, given two vectors v and w pointing inside s, one
has f'' v w = f'' w v. Superseded by Convex.second_derivative_within_at_symmetric, which
removes the assumption that v and w point inside s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
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
- Setstatement and proof · cited by 53,352
- 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
- Filterproof · cited by 8,121
- ContinuousLinearMapstatement and proof · cited by 5,352
- Algebra.algebraMapproof · cited by 4,706
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
Cited by1
Results whose statement or proof uses this declaration.
- Convex.second_derivative_within_at_symmetricproof · cited by 1