It is customary to see in mathematical analysis that the domain of the function in definition or theorem would require as "small" as possible. For example, recall that the Extreme Value Theorem often phrased like this:
Way 1: Let $f:[a,b]\to\Bbb R$. If $f$ is continuous, then $f$ has a max/min on $[a,b]$.
In contrast, authors usually don't like to state as:
Way 2: Let $E\subseteq \Bbb R$, $f:E\to\Bbb R$ and $[a,b]\subseteq E$, if $f$ is continuous on $[a,b]$, then $f$ has a max/min on $[a,b]$
(Notice that in this case, the domain $E$ of the function in the context can be a "fragile" set, such like $(1,5)\cup (10,15)\cup (20,24)$.)
Now, if we have a function $f:(1,5)\cup (10,15)\cup (20,24)\to \Bbb R$ at hand, then does it have a max/min on $[2,4]$? Yes, but given different description of theorem, we have different argument. If we adopt the first one, we would say: because $f\vert_{[2,4]}$ is a function that defined on a closed bounded set $[a,b]$, so by the theorem, $f\vert_{[2,4]}$ has a max/min on $[2,4]$. However, if we adopt the second one, we would say: since $[2,4]\subseteq\text{dom} (f)$, by the theorem, $f$ has a max/min on $[2,4]$ (we don't need to make the restriction here, since this precisely suite the theorem itself this time).
One more example, in defining Riemann integrability, people always stated the hyphothesis as
Let $f:[a,b]\to\Bbb R$, $f$ is called integrable if ...
rather than
Let $E\subseteq\Bbb R$, $f:E\to\Bbb R$, and $[a,b]\subseteq E$, $f$ is called integrable on $[a,b]$ if ...
Next, below is the definition of analyticity of a point of a function from Terrence Tao's Analysis II.
Definition: Let $I$ be an open interval, $c\in I$ and $f:I\to\Bbb R$. We say that $f$ is analytic at $c$ if there exists $\delta>0$ such that $(c-\delta,c+\delta)\subseteq I$ and there exists a power series $\sum a_n(x-c)^n$ with radius of convergence $R\geq \delta$, such that $f(x)=\sum a_n(x-c)^n$ for all $x\in(c-\delta,c+\delta)$.
If we have a function $f:[0,1)\cup [10,20)\cup [40,50]\to \Bbb R$, which defines by $f(x)=\sin x$. Notice that this definition from Tao is similar to the type 1 way, which means he requires the domain of the fuction in interest as minimal as possible. (Though this time it is a definition, rather than EVT, which is a theorem. However, doesn't matter for our discussion here.) We all know that $f$ is definitely "very good" to be "analytic" at every point(interior point). However, rigorous speaking, it seems that we cannot simply say that $f$ is analytic at, say, the point $0.5$, since this does not suit the exact pattern that the definition just said! If we truly want to say something about the analyticity of $f$ at $0.5$, we must make a restriction by ourselves first, then say something like $f\vert_{(0.3,0.6)}$ is analytic at $0.5$, which is very burdensome. And that's why I post this.
- Is their any better way to say about this?
- Or should we always adopt the second way to phrase the definitions and theorems?
- Any suggestions?