Theorems · Theorem · real analysis
hasStrictFDerivAt_piLp
∀ {𝕜 : Type u_1} {ι : Type u_2} {E : ι → Type u_3} {H : Type u_4} [inst : NontriviallyNormedField 𝕜]
[inst_1 : NormedAddCommGroup H] [inst_2 : (i : ι) → NormedAddCommGroup (E i)] [inst_3 : (i : ι) → NormedSpace 𝕜 (E i)]
[inst_4 : NormedSpace 𝕜 H] [Finite ι] (p : ENNReal) [Fact (1 ≤ p)] {f : H → PiLp p E} {f' : H →L[𝕜] PiLp p E} {y : H},
HasStrictFDerivAt f f' y ↔ ∀ (i : ι), HasStrictFDerivAt (fun x => (f x).ofLp i) (PiLp.proj p E i ∘SL f') y- Defined in
- Mathlib.Analysis.Calculus.FDeriv.WithLp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 226 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement and proof · cited by 9,879
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Fintypeproof · cited by 7,736
- ContinuousLinearMapstatement and proof · cited by 5,352
- Finitestatement and proof · cited by 3,029
- Factstatement and proof · cited by 2,726
- ContinuousLinearMap.compstatement and proof · cited by 709
- WithLp.ofLpstatement and proof · cited by 323
- HasStrictFDerivAtstatement and proof · cited by 261
Cited by1
Results whose statement or proof uses this declaration.
- hasStrictFDerivAt_euclideanproof · cited by 0