Module docstring
{"# Various ways to combine analytic functions
We show that the following are analytic:
- Cartesian products of analytic functions
- Arithmetic on analytic functions:
mul,smul,inv,div - Finite sums and products:
Finset.sum,Finset.prod","### Constants are analytic ","### Addition, negation, subtraction, scalar multiplication ","### Cartesian products are analytic ","### Analyticity in Pi spaces
In this section, f : Π i, E → Fm i is a family of functions, i.e., each f i is a function,
from E to a space Fm i. We discuss whether the family as a whole is analytic as a function
of x : E, i.e., whether x ↦ (f 1 x, ..., f n x) is analytic from E to the product space
Π i, Fm i. This function is denoted either by fun x ↦ (fun i ↦ f i x), or fun x i ↦ f i x,
or fun x ↦ (f ⬝ x). We use the latter spelling in the statements, for readability purposes.
","### Arithmetic on analytic functions
","### Restriction of scalars
","### Inversion is analytic
","### Finite sums and products of analytic functions
","### Unshifting
"}