Mathlib Map

Theorems · Theorem · real analysis

HasFDerivWithinAt.prodMk

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace 𝕜 E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {G : Type u_4}
  [inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] {f₁ : E → F} {f₁' : E →L[𝕜] F} {x : E} {s : Set E}
  {f₂ : E → G} {f₂' : E →L[𝕜] G},
  HasFDerivWithinAt f₁ f₁' s x →
    HasFDerivWithinAt f₂ f₂' s x → HasFDerivWithinAt (fun x => (f₁ x, f₂ x)) (f₁'.prod f₂') s x
Defined in
Mathlib.Analysis.Calculus.FDeriv.Prod
Cited by
17 results in Mathlib
Foundations
Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

HasFDerivWithinAt.mul' · cited by 7HasFDerivWithinAt.mul'HasFDerivWithinAt.smul · cited by 7HasFDerivWithinAt.smulDifferentiableWithinAt.prodMk · cited by 6DifferentiableWithinAt.pr…HasFDerivWithinAt.continuousMultilinearMap_apply · cited by 4HasFDerivWithinAt.continu…HasFDerivWithinAt.clm_apply · cited by 3HasFDerivWithinAt.clm_app…HasFDerivWithinAt.clm_comp · cited by 3HasFDerivWithinAt.clm_compHasFDerivWithinAt.inner · cited by 2HasFDerivWithinAt.innerContinuousLinearMap.hasFDerivWithinAt_of_bilinear · cited by 2ContinuousLinearMap.hasFD…HasFDerivWithinAt.continuousAlternatingMapCompContinuousLinearMap · cited by 2HasFDerivWithinAt.continu…HasFDerivWithinAt.continuousMultilinearMapCompContinuousLinearMap · cited by 2HasFDerivWithinAt.continu…HasFTaylorSeriesUpToOn.prodMk · cited by 2HasFTaylorSeriesUpToOn.pr…HasFDerivWithinAt.cpow · cited by 2HasFDerivWithinAt.cpowDifferentiableWithinAt.fderivWithin_prodMk · cited by 1DifferentiableWithinAt.fd…HasFDerivWithinAt.prodMap · cited by 1HasFDerivWithinAt.prodMapHasMFDerivWithinAt.prodMk · cited by 1HasMFDerivWithinAt.prodMkSet · cited by 53352SetRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldContinuousLinearMap · cited by 5352ContinuousLinearMapHasFDerivWithinAt · cited by 356HasFDerivWithinAtContinuousLinearMap.prod · cited by 56ContinuousLinearMap.prodHasFDerivAtFilter.prodMk · cited by 4HasFDerivAtFilter.prodMkHasFDerivWithinAt.prodMkCITED BYCITES

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by17

Results whose statement or proof uses this declaration.