@@ -501,8 +501,8 @@ end linear
501501/-! ### The Cartesian product of two C^n functions is C^n. -/
502502section prod
503503
504- /-- If two functions `f` and `g` admit Taylor series `p` and `q` in a set `s`, then the cartesian
505- product of `f` and `g` admits the cartesian product of `p` and `q` as a Taylor series. -/
504+ /-- If two functions `f` and `g` admit Taylor series `p` and `q` in a set `s`, then the Cartesian
505+ product of `f` and `g` admits the Cartesian product of `p` and `q` as a Taylor series. -/
506506theorem HasFTaylorSeriesUpToOn.prodMk {n : WithTop ℕ∞}
507507 (hf : HasFTaylorSeriesUpToOn n f p s) {g : E → G}
508508 {q : E → FormalMultilinearSeries 𝕜 E G} (hg : HasFTaylorSeriesUpToOn n g q s) :
@@ -519,7 +519,7 @@ theorem HasFTaylorSeriesUpToOn.prodMk {n : WithTop ℕ∞}
519519@ [deprecated (since := "2025-03-09" )]
520520alias HasFTaylorSeriesUpToOn.prod := HasFTaylorSeriesUpToOn.prodMk
521521
522- /-- The cartesian product of `C^n` functions at a point in a domain is `C^n`. -/
522+ /-- The Cartesian product of `C^n` functions at a point in a domain is `C^n`. -/
523523@[fun_prop]
524524theorem ContDiffWithinAt.prodMk {s : Set E} {f : E → F} {g : E → G}
525525 (hf : ContDiffWithinAt 𝕜 n f s x) (hg : ContDiffWithinAt 𝕜 n g s x) :
@@ -543,7 +543,7 @@ theorem ContDiffWithinAt.prodMk {s : Set E} {f : E → F} {g : E → G}
543543@ [deprecated (since := "2025-03-09" )]
544544alias ContDiffWithinAt.prod := ContDiffWithinAt.prodMk
545545
546- /-- The cartesian product of `C^n` functions on domains is `C^n`. -/
546+ /-- The Cartesian product of `C^n` functions on domains is `C^n`. -/
547547@[fun_prop]
548548theorem ContDiffOn.prodMk {s : Set E} {f : E → F} {g : E → G} (hf : ContDiffOn 𝕜 n f s)
549549 (hg : ContDiffOn 𝕜 n g s) : ContDiffOn 𝕜 n (fun x : E => (f x, g x)) s := fun x hx =>
@@ -552,7 +552,7 @@ theorem ContDiffOn.prodMk {s : Set E} {f : E → F} {g : E → G} (hf : ContDiff
552552@ [deprecated (since := "2025-03-09" )]
553553alias ContDiffOn.prod := ContDiffOn.prodMk
554554
555- /-- The cartesian product of `C^n` functions at a point is `C^n`. -/
555+ /-- The Cartesian product of `C^n` functions at a point is `C^n`. -/
556556@[fun_prop]
557557theorem ContDiffAt.prodMk {f : E → F} {g : E → G} (hf : ContDiffAt 𝕜 n f x)
558558 (hg : ContDiffAt 𝕜 n g x) : ContDiffAt 𝕜 n (fun x : E => (f x, g x)) x :=
@@ -561,7 +561,7 @@ theorem ContDiffAt.prodMk {f : E → F} {g : E → G} (hf : ContDiffAt 𝕜 n f
561561@ [deprecated (since := "2025-03-09" )]
562562alias ContDiffAt.prod := ContDiffAt.prodMk
563563
564- /-- The cartesian product of `C^n` functions is `C^n`. -/
564+ /-- The Cartesian product of `C^n` functions is `C^n`. -/
565565@[fun_prop]
566566theorem ContDiff.prodMk {f : E → F} {g : E → G} (hf : ContDiff 𝕜 n f) (hg : ContDiff 𝕜 n g) :
567567 ContDiff 𝕜 n fun x : E => (f x, g x) :=
0 commit comments