Mathlib Map

Theorems · Theorem · real analysis

derivWithin_pi

∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {s : Set 𝕜} {ι : Type u_1} {E' : ι → Type u_2}
  [inst_1 : (i : ι) → NormedAddCommGroup (E' i)] [inst_2 : (i : ι) → NormedSpace 𝕜 (E' i)] {φ : 𝕜 → (i : ι) → E' i},
  (∀ (i : ι), DifferentiableWithinAt 𝕜 (fun x => φ x i) s x) →
    derivWithin φ s x = fun i => derivWithin (fun x => φ x i) s x
Defined in
Mathlib.Analysis.Calculus.Deriv.Prod
Cited by
0 results in Mathlib
Foundations
Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpace

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.