<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Continuity on Nam Le</title><link>https://blog.namln.org/en/categories/continuity/</link><description>Recent content in Continuity on Nam Le</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 26 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.namln.org/en/categories/continuity/index.xml" rel="self" type="application/rss+xml"/><item><title>Criterion for Boundedness of Power Series</title><link>https://blog.namln.org/en/posts/power_series_boundedness/</link><pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate><guid>https://blog.namln.org/en/posts/power_series_boundedness/</guid><description>&lt;h2 class="heading" id="introduction--problem-statement"&gt;
 Introduction &amp;amp; Problem Statement&lt;span class="heading__anchor"&gt; &lt;a href="#introduction--problem-statement"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;Power series constitute one of the most ubiquitous objects in analysis.
A power series $\sum_{n=0}^{\infty}a_n x^n$ with infinite radius of
convergence defines a real-entire function $f:\mathbb{R}\to\mathbb{R}$.
Whereas the question of &lt;em&gt;convergence&lt;/em&gt; is completely settled by
Cauchy–Hadamard theory, the question of &lt;em&gt;boundedness&lt;/em&gt; of the sum function
is far subtler and, as of this writing, remains open.&lt;/p&gt;
&lt;div style="padding:10px 14px; border:2px solid dodgerblue; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:dodgerblue; font-weight:bold;"&gt; Question 1 (Rüdinger, 2009)&lt;/span&gt;
&lt;p&gt;Let $(a_n) _{n\ge 0}$ be a sequence of real numbers such that the power
series $\sum _{n=0}^{\infty}a_n x^n$ converges for every $x\in\mathbb{R}$,
thereby defining a smooth function $f:\mathbb{R}\to\mathbb{R}$.
Give a &lt;strong&gt;necessary and sufficient&lt;/strong&gt; criterion on $(a_n)$ for $f$ to be
bounded on $\mathbb{R}$.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;The problem is rated &lt;em&gt;low importance&lt;/em&gt; on the
&lt;a href="http://www.openproblemgarden.org/op/criterion_for_boundedness_of_power_series"&gt;Open Problem Garden&lt;/a&gt;
and is recommended as accessible to undergraduates; nevertheless, a complete
answer appears to be unknown.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Motivating examples.&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Function&lt;/th&gt;
					&lt;th&gt;Power series&lt;/th&gt;
					&lt;th&gt;Bounded?&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;$\cos x$&lt;/td&gt;
					&lt;td&gt;$\displaystyle\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k}$&lt;/td&gt;
					&lt;td&gt;$|\cos x|\le 1$&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;$\sin x$&lt;/td&gt;
					&lt;td&gt;$\displaystyle\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k+1)!}x^{2k+1}$&lt;/td&gt;
					&lt;td&gt;$|\sin x|\le 1$&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;$e^x$&lt;/td&gt;
					&lt;td&gt;$\displaystyle\sum_{n=0}^{\infty}\frac{x^n}{n!}$&lt;/td&gt;
					&lt;td&gt;$e^x\to+\infty$&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;$p(x)=a_0+\cdots+a_Nx^N,\ N\ge 1$&lt;/td&gt;
					&lt;td&gt;(polynomial)&lt;/td&gt;
					&lt;td&gt;unbounded&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h2 class="heading" id="background--prerequisites"&gt;
 Background &amp;amp; Prerequisites&lt;span class="heading__anchor"&gt; &lt;a href="#background--prerequisites"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;p&gt;This section collects the core mathematical tools needed to engage
seriously with Question 1.&lt;/p&gt;
&lt;h3 class="heading" id="power-series-and-entire-functions"&gt;
 Power Series and Entire Functions&lt;span class="heading__anchor"&gt; &lt;a href="#power-series-and-entire-functions"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;div style="padding:10px 14px; border:2px solid #27ae60; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#27ae60; font-weight:bold;"&gt; Definition 1 (Power Series &amp; Radius of Convergence)&lt;/span&gt;
&lt;p&gt;A &lt;em&gt;power series&lt;/em&gt; centred at the origin is a formal series
$\sum_{n=0}^{\infty}a_n x^n$ with $a_n\in\mathbb{R}$. Its &lt;em&gt;radius of
convergence&lt;/em&gt; is
$$
R = \frac{1}{\limsup_{n\to\infty}|a_n|^{1/n}} \in [0,+\infty].
$$&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Throughout this note we always assume $R=+\infty$, i.e.,
$\limsup_{n\to\infty}|a_n|^{1/n}=0$.&lt;/p&gt;
&lt;div style="padding:10px 14px; border:2px solid #27ae60; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#27ae60; font-weight:bold;"&gt; Definition 2 (Entire Function)&lt;/span&gt;
&lt;p&gt;A function $f:\mathbb{C}\to\mathbb{C}$ is called &lt;em&gt;entire&lt;/em&gt; if it is
holomorphic on all of $\mathbb{C}$. Every power series with $R=+\infty$
defines a real-entire function, and by the identity theorem its complex
extension is entire.&lt;/p&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #c0392b; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#c0392b; font-weight:bold;"&gt; Theorem 1 (Cauchy–Hadamard)&lt;/span&gt;
&lt;p&gt;The radius of convergence of $\sum a_n z^n$ equals
$$
R = \Bigl(\limsup_{n\to\infty}|a_n|^{1/n}\Bigr)^{-1}.
$$&lt;/p&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #7f8c8d; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#7f8c8d; font-weight:bold;"&gt; Remark 1&lt;/span&gt;
&lt;p&gt;The condition $R=+\infty$ is equivalent to $a_n = O(r^n/n!)$ for every
$r&amp;gt;0$, i.e., the coefficients decay faster than any geometric sequence.
This is the Paley–Wiener type condition for entire functions of order $1$.&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 class="heading" id="order-and-type-of-entire-functions"&gt;
 Order and Type of Entire Functions&lt;span class="heading__anchor"&gt; &lt;a href="#order-and-type-of-entire-functions"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;div style="padding:10px 14px; border:2px solid #27ae60; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#27ae60; font-weight:bold;"&gt; Definition 3 (Order and Type)&lt;/span&gt;
&lt;p&gt;The &lt;em&gt;order&lt;/em&gt; of an entire function $f$ is
$$
\rho = \limsup_{r\to\infty}\frac{\log\log M(r)}{\log r},
\qquad M(r)=\max_{|z|=r}|f(z)|.
$$
The &lt;em&gt;type&lt;/em&gt; $\sigma$ (for $0&amp;lt;\rho&amp;lt;\infty$) is
$$
\sigma = \limsup_{r\to\infty}\frac{\log M(r)}{r^{\rho}}.
$$&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;A bounded &lt;em&gt;complex&lt;/em&gt; entire function has order $\rho=0$ (by Liouville&amp;rsquo;s
theorem it must be constant), while a bounded &lt;em&gt;real-valued&lt;/em&gt; entire function
can be non-constant. Boundedness is therefore a genuinely real-variable
phenomenon.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 class="heading" id="liouvilles-theorem-and-its-limitations"&gt;
 Liouville&amp;rsquo;s Theorem and Its Limitations&lt;span class="heading__anchor"&gt; &lt;a href="#liouvilles-theorem-and-its-limitations"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;div style="padding:10px 14px; border:2px solid #c0392b; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#c0392b; font-weight:bold;"&gt; Theorem 2 (Liouville)&lt;/span&gt;
&lt;p&gt;Every bounded entire function $f:\mathbb{C}\to\mathbb{C}$ is constant.&lt;/p&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #7f8c8d; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#7f8c8d; font-weight:bold;"&gt; Remark 2 (Why Liouville does not solve the problem)&lt;/span&gt;
&lt;p&gt;Question 1 concerns &lt;em&gt;real-valued&lt;/em&gt; functions $f:\mathbb{R}\to\mathbb{R}$.
A function may be bounded on $\mathbb{R}$ while its complex extension is
unbounded. For instance, $\cos z$ satisfies $|\cos z|\to\infty$ along
the imaginary axis (since $\cos(iy)=\cosh y\to+\infty$). Liouville&amp;rsquo;s
theorem therefore does not apply, and the problem is genuinely non-trivial.&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 class="heading" id="algebraic-structure-of-the-relevant-function-space"&gt;
 Algebraic Structure of the Relevant Function Space&lt;span class="heading__anchor"&gt; &lt;a href="#algebraic-structure-of-the-relevant-function-space"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;div style="padding:10px 14px; border:2px solid #27ae60; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#27ae60; font-weight:bold;"&gt; Definition 4 (Space of Bounded Power Series)&lt;/span&gt;
&lt;p&gt;Let $\mathcal{B}$ denote the set of all functions $f:\mathbb{R}\to\mathbb{R}$
that can be represented as a convergent power series $\sum_{n\ge 0}a_n x^n$
(with $R=+\infty$) and that are bounded on $\mathbb{R}$.&lt;/p&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #e67e22; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#e67e22; font-weight:bold;"&gt; Proposition 1, Algebraic Properties of $\mathcal{B}$ (Rüdinger, 2009)&lt;/span&gt;
&lt;ol&gt;
&lt;li&gt;$\mathcal{B}$ is a &lt;strong&gt;linear subspace&lt;/strong&gt; of $C^\infty(\mathbb{R})$: if
$f,g\in\mathcal{B}$ and $\lambda\in\mathbb{R}$ then $f+\lambda g\in\mathcal{B}$.&lt;/li&gt;
&lt;li&gt;$\mathcal{B}$ is &lt;strong&gt;closed under pointwise multiplication&lt;/strong&gt;: if
$f,g\in\mathcal{B}$ then $fg\in\mathcal{B}$.&lt;/li&gt;
&lt;li&gt;$\mathcal{B}$ contains &lt;strong&gt;all functions of the form&lt;/strong&gt; $c\cos(h(x))$,
where $c\in\mathbb{R}$ and $h:\mathbb{R}\to\mathbb{R}$ is any entire function.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #7f8c8d; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#7f8c8d; font-weight:bold;"&gt; Remark 3&lt;/span&gt;
&lt;p&gt;Part (3) follows from $\cos(h(x)) = \operatorname{Re}(e^{ih(x)})$ together
with $|\cos(h(x))|\le 1$. The class is strictly larger than
${c\cos(bx):c,b\in\mathbb{R}}$; for example, $\cos(x^3-x)\in\mathcal{B}$.&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 class="heading" id="known-partial-results"&gt;
 Known Partial Results&lt;span class="heading__anchor"&gt; &lt;a href="#known-partial-results"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="necessary-conditions"&gt;
 Necessary Conditions&lt;span class="heading__anchor"&gt; &lt;a href="#necessary-conditions"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;div style="padding:10px 14px; border:2px solid #e67e22; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#e67e22; font-weight:bold;"&gt; Proposition 2, Necessary Condition for Boundedness (Rüdinger, 2009)&lt;/span&gt;
&lt;p&gt;Suppose $f(x)=\sum_{n=0}^{\infty}a_n x^n$ is bounded on $\mathbb{R}$.
Then either:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;$a_0$ is the &lt;em&gt;only&lt;/em&gt; non-zero coefficient (i.e., $f$ is the constant
function $f\equiv a_0$), or&lt;/li&gt;
&lt;li&gt;there are &lt;strong&gt;infinitely many&lt;/strong&gt; indices $n$ with $a_n\neq 0$, and the
signs of the non-zero $a_n$ &lt;strong&gt;change infinitely often&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #7f8c8d; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#7f8c8d; font-weight:bold;"&gt; Remark 4&lt;/span&gt;
&lt;p&gt;The sign-change condition is necessary: if the non-zero coefficients are
eventually of one sign, the dominant-term comparison shows
$f(x)\to\pm\infty$ as $x\to+\infty$ or $x\to-\infty$.&lt;/p&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #8e44ad; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#8e44ad; font-weight:bold;"&gt; Corollary 1&lt;/span&gt;
&lt;p&gt;Every non-constant polynomial is unbounded on $\mathbb{R}$.&lt;/p&gt;
&lt;details&gt;
&lt;summary&gt;&lt;em&gt;Proof.&lt;/em&gt;&lt;/summary&gt;
A polynomial has only finitely many non-zero coefficients. By Proposition 2 (1),
the only bounded polynomial is the constant function. Any non-constant
polynomial satisfies $|p(x)|\to\infty$ as $|x|\to\infty$.
&lt;/details&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 class="heading" id="the-sign-change-condition-is-not-sufficient"&gt;
 The Sign-Change Condition Is Not Sufficient&lt;span class="heading__anchor"&gt; &lt;a href="#the-sign-change-condition-is-not-sufficient"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;The condition of Proposition 2 is &lt;em&gt;not&lt;/em&gt; sufficient, as the following
examples show.&lt;/p&gt;
&lt;div style="padding:10px 14px; border:2px solid #16a085; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#16a085; font-weight:bold;"&gt; Example 1&lt;/span&gt;
&lt;p&gt;Consider the geometric series
$$
f(x) = \sum_{n=0}^{\infty}(-1)^n x^{2n} = \frac{1}{1+x^2},
\qquad |x|&amp;lt;1.
$$
The coefficients alternate in sign, yet $R=1\neq+\infty$. One must first
require $R=+\infty$ before the sign-change condition becomes meaningful.&lt;/p&gt;
&lt;p&gt;For a subtler case with $R=+\infty$: take $a_n=(-1)^n/n!$, so
$$
f(x) = \sum_{n=0}^{\infty}\frac{(-1)^n}{n!}x^n = e^{-x}.
$$
The signs alternate, yet $e^{-x}\to+\infty$ as $x\to-\infty$.&lt;/p&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #7f8c8d; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#7f8c8d; font-weight:bold;"&gt; Remark 5&lt;/span&gt;
&lt;p&gt;The $e^{-x}$ example reveals the key gap: sign alternation of the
&lt;em&gt;coefficients&lt;/em&gt; does not prevent the &lt;em&gt;function&lt;/em&gt; from growing in one
direction, because the series for $e^{-x}$ reconstructs exponential
growth in the negative half-line. A complete criterion must capture
cancellation in &lt;strong&gt;both&lt;/strong&gt; directions.&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 class="heading" id="connections-to-entire-function-theory"&gt;
 Connections to Entire Function Theory&lt;span class="heading__anchor"&gt; &lt;a href="#connections-to-entire-function-theory"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;div style="padding:10px 14px; border:2px solid #c0392b; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#c0392b; font-weight:bold;"&gt; Theorem 3 (Borel–Carathéodory)&lt;/span&gt;
&lt;p&gt;Let $f$ be holomorphic in $|z|\le R$. Then for $0&amp;lt;r&amp;lt;R$,
$$
M(r) \le \frac{2r}{R-r}\sup_{|z|=R}\operatorname{Re}f(z) + \frac{R+r}{R-r},|f(0)|.
$$&lt;/p&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #7f8c8d; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#7f8c8d; font-weight:bold;"&gt; Remark 6&lt;/span&gt;
&lt;p&gt;Borel–Carathéodory shows that the &lt;em&gt;real part&lt;/em&gt; of a complex-valued entire
function controls its modulus. For a real-valued function on $\mathbb{R}$
the analogous control is more delicate, since we only observe the function
on a line, not on a disk.&lt;/p&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #c0392b; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#c0392b; font-weight:bold;"&gt; Theorem 4 (Hadamard Factorisation)&lt;/span&gt;
&lt;p&gt;Every entire function of finite order $\rho$ can be written as
$$
f(z) = z^m e^{g(z)}\prod_{n=1}^{\infty} E_p!\left(\frac{z}{z_n}\right),
$$
where $m\ge 0$, $p=\lfloor\rho\rfloor$, $g$ is a polynomial of degree
$\le\rho$, and the $E_p$ are Weierstrass elementary factors.&lt;/p&gt;
&lt;/div&gt;
&lt;div style="padding:10px 14px; border:2px solid #7f8c8d; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#7f8c8d; font-weight:bold;"&gt; Remark 7&lt;/span&gt;
&lt;p&gt;A bounded real entire function of infinite order (if one exists) would
not be directly covered by the Hadamard factorisation. Understanding the
zero set and the exponential factor in $e^{g(z)}$ may be key to
classifying all $f\in\mathcal{B}$.&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 class="heading" id="the-open-sub-question-on-the-generators-of-mathcalb"&gt;
 The Open Sub-Question on the Generators of $\mathcal{B}$&lt;span class="heading__anchor"&gt; &lt;a href="#the-open-sub-question-on-the-generators-of-mathcalb"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;div style="padding:10px 14px; border:2px solid dodgerblue; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:dodgerblue; font-weight:bold;"&gt; Question 2 (Rüdinger, 2009)&lt;/span&gt;
&lt;p&gt;Does $\mathcal{B}$ consist &lt;em&gt;precisely&lt;/em&gt; of functions of the form $c\cos(h(x))$
and their linear combinations and products, where $h:\mathbb{R}\to\mathbb{R}$
is entire and $c\in\mathbb{R}$?&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;A &lt;strong&gt;positive&lt;/strong&gt; answer would give an implicit characterisation via algebraic
generators. A &lt;strong&gt;negative&lt;/strong&gt; answer would require producing a bounded entire
function on $\mathbb{R}$ that does &lt;em&gt;not&lt;/em&gt; lie in the
$\mathbb{R}$-algebra generated by ${\cos\circ, h : h\text{ entire}}$.&lt;/p&gt;
&lt;div style="padding:10px 14px; border:2px solid #7f8c8d; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:#7f8c8d; font-weight:bold;"&gt; Remark 8&lt;/span&gt;
&lt;p&gt;By Proposition 1 (3), every $c\cos(h(x))$ belongs to $\mathcal{B}$, and
$\mathcal{B}$ is an algebra, so all products and sums remain in
$\mathcal{B}$. What is unknown is whether &lt;em&gt;every&lt;/em&gt; element of $\mathcal{B}$
arises this way. Note that $\sin x = \cos(x-\pi/2) \in \mathcal{B}$, so
sine is already covered.&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 class="heading" id="research-directions-and-conjectures"&gt;
 Research Directions and Conjectures&lt;span class="heading__anchor"&gt; &lt;a href="#research-directions-and-conjectures"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;h3 class="heading" id="direction-1-coefficient-growth-rate"&gt;
 Direction 1: Coefficient Growth Rate&lt;span class="heading__anchor"&gt; &lt;a href="#direction-1-coefficient-growth-rate"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;A promising approach is to examine the &lt;em&gt;rate&lt;/em&gt; of decay of $|a_n|$, not just
the sign pattern.&lt;/p&gt;
&lt;div style="padding:10px 14px; border:2px solid dodgerblue; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:dodgerblue; font-weight:bold;"&gt; Question 3&lt;/span&gt;
&lt;p&gt;Is there a decay condition on $|a_n|$, combined with the sign-change
condition, that gives a &lt;strong&gt;sufficient&lt;/strong&gt; criterion for $f\in\mathcal{B}$?&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Approach.&lt;/em&gt; The Cauchy estimates give $|a_n| = |f^{(n)}(0)|/n!\le M(r)/r^n$
for all $r&amp;gt;0$. If $f\in\mathcal{B}$ with $|f|\le B$, the bound
$|a_n|\le B/r^n$ holds for every $r&amp;gt;0$, but this recovers only the
$R=+\infty$ condition. Is there a sharper constraint?&lt;/p&gt;
&lt;hr&gt;
&lt;h3 class="heading" id="direction-2-fourier-analytic-approach"&gt;
 Direction 2: Fourier-Analytic Approach&lt;span class="heading__anchor"&gt; &lt;a href="#direction-2-fourier-analytic-approach"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Every $f\in L^\infty(\mathbb{R})\cap L^2(\mathbb{R})$ possesses a
square-integrable Fourier transform. If $f$ is also entire, Paley–Wiener
forces the transform to be compactly supported. However, a generic
$f\in\mathcal{B}$ may not lie in $L^2$ (e.g., $\cos x\notin L^2(\mathbb{R})$).&lt;/p&gt;
&lt;div style="padding:10px 14px; border:2px solid dodgerblue; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:dodgerblue; font-weight:bold;"&gt; Question 4&lt;/span&gt;
&lt;p&gt;Can the Fourier theory for tempered distributions give a necessary and
sufficient condition for $f\in\mathcal{B}$ in terms of the spectral
support of $f$?&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 class="heading" id="direction-3-differential-equation-characterisation"&gt;
 Direction 3: Differential Equation Characterisation&lt;span class="heading__anchor"&gt; &lt;a href="#direction-3-differential-equation-characterisation"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Bounded entire functions often arise as solutions to ODEs. For instance
$y&amp;rsquo;&amp;rsquo;+y=0$ has bounded solutions $A\cos x + B\sin x$. More generally,
$y&amp;rsquo;&amp;rsquo;+\omega(x)y=0$ with $\omega$ entire and bounded can produce bounded
solutions.&lt;/p&gt;
&lt;div style="padding:10px 14px; border:2px solid dodgerblue; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:dodgerblue; font-weight:bold;"&gt; Question 5&lt;/span&gt;
&lt;p&gt;Characterise those linear differential operators $L$ with entire coefficients
whose full solution space lies within $\mathcal{B}$.&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 class="heading" id="direction-4-evenodd-decomposition-and-reduction"&gt;
 Direction 4: Even/Odd Decomposition and Reduction&lt;span class="heading__anchor"&gt; &lt;a href="#direction-4-evenodd-decomposition-and-reduction"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;p&gt;Every $f\in\mathcal{B}$ splits as $f=f_e+f_o$ where
$$
f_e(x)=\tfrac{1}{2}(f(x)+f(-x))=\sum_{k\ge 0}a_{2k}x^{2k}
\quad\text{and}\quad
f_o(x)=\tfrac{1}{2}(f(x)-f(-x))=\sum_{k\ge 0}a_{2k+1}x^{2k+1}.
$$
Since $f_e(x)=g(x^2)$ for the entire function $g(t)=\sum_{k\ge 0}a_{2k}t^k$,
boundedness of $f_e$ reduces to: &lt;em&gt;is $g$ bounded on $[0,+\infty)$?&lt;/em&gt; This
reduction may make the even and odd parts easier to study separately.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 class="heading" id="direction-5-polynomial-approximation-and-numerics"&gt;
 Direction 5: Polynomial Approximation and Numerics&lt;span class="heading__anchor"&gt; &lt;a href="#direction-5-polynomial-approximation-and-numerics"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h3&gt;&lt;div style="padding:10px 14px; border:2px solid dodgerblue; border-radius:6px; margin:16px 0"&gt;
&lt;span style="color:dodgerblue; font-weight:bold;"&gt; Question 6&lt;/span&gt;
&lt;p&gt;If the partial sums $S_N(x)=\sum_{n=0}^{N}a_n x^n$ are uniformly bounded
on growing intervals $[-R_N,R_N]$ (with $R_N\to\infty$), does it follow
that $f\in\mathcal{B}$? Conversely, if $f\in\mathcal{B}$, how fast must
$R_N$ grow relative to $N$ for the bound to hold?&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 class="heading" id="summary-of-open-problems"&gt;
 Summary of Open Problems&lt;span class="heading__anchor"&gt; &lt;a href="#summary-of-open-problems"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;#&lt;/th&gt;
					&lt;th&gt;Statement&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Q1&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Give a necessary and sufficient condition on $(a_n)$ for $f=\sum a_n x^n$ to be bounded on $\mathbb{R}$.&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Q2&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Is $\mathcal{B}$ generated (as an algebra) precisely by ${c\cos(h(x)):h\text{ entire}}$?&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Q3&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Does a sharper decay condition on $&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Q4&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Can spectral-support (Paley–Wiener / distribution) theory characterise $\mathcal{B}$?&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Q5&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Which linear ODEs with entire coefficients have solution space $\subseteq\mathcal{B}$?&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Q6&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;What is the precise relationship between truncation bounds on $[-R_N,R_N]$ and $f\in\mathcal{B}$?&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h2 class="heading" id="references"&gt;
 References&lt;span class="heading__anchor"&gt; &lt;a href="#references"&gt;#&lt;/a&gt;&lt;/span&gt;
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Ahlfors, L. V. (1979). &lt;em&gt;Complex Analysis&lt;/em&gt;, 3rd ed. McGraw-Hill.&lt;/li&gt;
&lt;li&gt;Boas, R. P. (1954). &lt;em&gt;Entire Functions&lt;/em&gt;. Academic Press.&lt;/li&gt;
&lt;li&gt;Conway, J. B. (1978). &lt;em&gt;Functions of One Complex Variable&lt;/em&gt;, 2nd ed. Springer.&lt;/li&gt;
&lt;li&gt;Levin, B. Ya. (1996). &lt;em&gt;Lectures on Entire Functions&lt;/em&gt;. AMS Translations of Mathematical Monographs, vol. 150.&lt;/li&gt;
&lt;li&gt;Rudin, W. (1976). &lt;em&gt;Principles of Mathematical Analysis&lt;/em&gt;, 3rd ed. McGraw-Hill.&lt;/li&gt;
&lt;li&gt;Rudin, W. (1987). &lt;em&gt;Real and Complex Analysis&lt;/em&gt;, 3rd ed. McGraw-Hill.&lt;/li&gt;
&lt;li&gt;Rüdinger, A. (2009). Criterion for boundedness of power series. &lt;em&gt;Open Problem Garden&lt;/em&gt;. &lt;a href="http://www.openproblemgarden.org/op/criterion_for_boundedness_of_power_series"&gt;http://www.openproblemgarden.org/op/criterion_for_boundedness_of_power_series&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Stein, E. M. and Shakarchi, R. (2003). &lt;em&gt;Fourier Analysis: An Introduction&lt;/em&gt;. Princeton University Press.&lt;/li&gt;
&lt;li&gt;Stein, E. M. and Shakarchi, R. (2010). &lt;em&gt;Complex Analysis&lt;/em&gt;. Princeton University Press.&lt;/li&gt;
&lt;li&gt;Titchmarsh, E. C. (1939). &lt;em&gt;The Theory of Functions&lt;/em&gt;, 2nd ed. Oxford University Press.&lt;/li&gt;
&lt;/ol&gt;</description></item></channel></rss>