Theorems · Theorem · real analysis
ContDiffWithinAt.prodMk
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [inst : NontriviallyNormedField 𝕜]
[inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F]
[inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] {x : E} {n : WithTop ℕ∞} {s : Set E} {f : E → F}
{g : E → G}, ContDiffWithinAt 𝕜 n f s x → ContDiffWithinAt 𝕜 n g s x → ContDiffWithinAt 𝕜 n (fun x => (f x, g x)) s xThe Cartesian product of C^n functions at a point in a domain is C^n.
- Defined in
- Mathlib.Analysis.Calculus.ContDiff.Basic
- Cited by
- 17 results in Mathlib
- Foundations
- Depth 187 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Top.topproof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement and proof · cited by 4,985
- Set.univproof · cited by 3,945
- WithTopstatement and proof · cited by 3,754
- nhdsWithinproof · cited by 1,912
- WithTop.someproof · cited by 1,128
- FormalMultilinearSeriesproof · cited by 615
- Set.inter_subset_leftproof · cited by 360
Cited by17
Results whose statement or proof uses this declaration.
- ContDiffOn.prodMkproof · cited by 10
- ContMDiffWithinAt.prodMkproof · cited by 10
- ContDiffAt.prodMkproof · cited by 8
- ContDiffWithinAt.addproof · cited by 7
- ContDiffWithinAt.mulproof · cited by 6
- ContDiffWithinAt.smulproof · cited by 6
- ContMDiffWithinAt.prodMk_spaceproof · cited by 5
- ContDiff.comp₂_contDiffWithinAtproof · cited by 3
- ContDiffWithinAt.rpowproof · cited by 2
- ContDiffWithinAt.innerproof · cited by 2
- ContDiffWithinAt.contDiffBumpproof · cited by 1
- ContDiffWithinAt.prodMap'proof · cited by 1