Theorems · Theorem · real analysis
hasFDerivWithinAt_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}
{t : Set H} {y : H},
HasFDerivWithinAt f f' t y ↔ ∀ (i : ι), HasFDerivWithinAt (fun x => (f x).ofLp i) (PiLp.proj p E i ∘SL f') t 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.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- 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
- HasFDerivWithinAtstatement and proof · cited by 356
Cited by1
Results whose statement or proof uses this declaration.
- hasFDerivWithinAt_euclideanproof · cited by 0