I will be putting a bounty on this problem as soon as it lets me. For those who want to understand where the problem came from I encourage reading the edits, as I cut out several failed attempts and no longer relevant definitions from the problem statement to avoid clutter.
Consider the integral operator $K: C([0,1])\to C([0,1])$ $$Kf(x) = \int_0^1k(x,y)f(y)dy$$ where $k(x,y) = x^2+2xy+y^2$.
Show that the image $I:=K(\overline{B}(0,1))$ of the closed unit ball in $C([0,1])$ using the supremum (maximum) norm $\left\Vert \cdot \right\Vert_\infty$ is closed.
Any of the following will be rewarded the bounty:
- Proof that $I$ is sequentially closed by showing if $Kf_n(x) \to F(x) \in C([0,1])$ then there is a formula for $f \in C([0,1])$ with $\left\Vert f \right\Vert_\infty\leq1$ such that $Kf(x) = F(x)$.
- Proof that $I$ is sequentially closed by showing if $Kf_n(x) \to F(x) \in C([0,1])$ then there there exists $f\in C([0,1])$ with $\left\Vert f \right\Vert_\infty\leq1$ such that $Kf(x) = F(x)$, i.e. a nonconstructive proof (perhaps one could apply the Baire Category Theorem?).
- Proof that $I$ is closed by showing that $C([0,1])\setminus I$ is open.
- Proof that $I$ is compact.
- Proof that $I$ is sequentially compact.
- Proof that $I$ is closed by some more clever method I haven't thought of.
Things I have proven which may or may not be useful to help you help me solve this:
- $C([0,1])$ with the maximum norm is a Banach space.
- If $f\in C([0,1])$ then $Kf \in C([0,1])$.
- If $Kf_n(x) \to F(x) \in C([0,1])$ then the convergence is uniform.
- If $Kf_n(x) \to F(x) \in C([0,1])$ this does not necessarily imply $f_n$ has a convergent subsequence (counterexample $f_ n(x)=\sin(nx)$).
- $K(\overline{B}(0,1))$ is bounded by $\overline{B}(0,7/3)$, hence $K$ is a continuous linear operator.
- If $Kf_n(x) \to F(x) \in C([0,1])$ then $F(x) = a+bx+cx^2$ for some $a\in[-1/3,1/3],b\in[-1,1],c\in[-1,1]$.
- If $Kf_n(x) \to F(x)=a+bx+cx^2$ then there is a function $f\in C([0,1])$ such that $Kf(x) = F(x)$, but it does not necessarily satisfy $\left\Vert f \right\Vert_\infty \leq 1$. The function is given by $$f(x)=(30a -18b+9c)+(-180a+96b-36c)x+(180a-90b+30c)x^2$$ and an example of when it fails then norm condition is if $$f_n(x)=e^{-x^{5+1/n}}.$$
Thank you all for the help. I have been working on this problem for more than 30 hours, I'm sure that together we can solve it.
It is not closed.
Observe that $$ Kf(x) \;=\; \left(\int_0^1 f(y)\,dy\right)x^2 + 2\left(\int_0^1 y\,f(y)\,dy\right)x + \left(\int_0^1 y^2 f(y)\,dy\right) $$ In particular, the image of $K$ lies in the space of quadratic polynomials on $[0,1]$. The topology on this space given by the norm $\|\cdot\|_\infty$ for functions is the same as the standard topology on $\mathbb{R}^3$. Thus, it suffices to determine whether the set of triples $$ S \;=\; \left\{ \left(\int_0^1 f(y)\,dy,\;\int_0^1 y\,f(y)\,dy,\;\int_0^1 y^2 f(y)\,dy\right) : f\in \overline{B}([0,1])\right\} $$ is closed in $\mathbb{R}^3$.
To show that $S$ is not closed, consider functions $f$ for which $\|f\|_\infty \leq 1$ and $\int_0^1 f(y)\,dy=0$. If we do not require $f$ to be continuous, then the maximum value of $\int_0^1 y\,f(y)\,dy$ for such a function is $1/4$, which is attained for the function $$ f(x) \;=\; \begin{cases}-1 & \text{if } x<1/2, \\ 1 & \text{if } x \geq 1/2.\end{cases} $$ If we restrict to continuous functions then $1/4$ is not possible. However, it is possible to find a sequence of continuous functions $f_n\colon [0,1]\to[-1,1]$ so that $\int_0^1 f_n(y)\,dy = 0$ for all $y$ and $f_n\to f$ pointwise, in which case $\int_0^1 y\,f_n(y)\,dy \to 1/4$.