I studied existence of harmonic function on boundry by using Poission's formula. but some problem remain. Here is as follows
Suppose $Q(r,s)$ is a function on $\Bbb D =\{(r,\theta): 0 \le r \lt 1 , -\pi \le \theta \le \pi\}$ satisfying the following property.
(1) for any $r,\theta$ $Q(r,\theta) \ge 0$
(2) $\int_{-\pi}^{\pi} Q(r,t)dt=1$
(3) For any $\delta \gt 0$ $\lim_{r \to 1-} max\{Q(r,t) : \delta \le |t| \le \pi\}=0$
If $f$is a continuous function on the unit circle, define $v(r,\theta)= \int_{-\pi}^{\pi} f(\theta-t)Q(r,t)dt$. prove that $f_r(\theta)=v(r,\theta)$ converges to $f$ uniformly on $[-\pi,\pi]$
Attemp : Want to show
for some $r_0 \lt 1 $ such that $$|f(\theta)-f_r(\theta)| \le \epsilon$$ for all $r_0 \le r \lt 1 , -\pi \le \theta \pi$
since $f$ is unifomly continuous on closed set
For any $\epsilon \ge 0$ There is some $\delta \gt 0$ such that $|\theta -t| \le \delta$. $$|f(\theta)-f(t)| \le \epsilon$$
since above property (3). There is some $R \lt 0$
$$ max\{Q(r,t) : \delta \le |t| \le \pi\} \le \epsilon$$
for all $R\le r \le 1$
Now by using Poisson formula
$$f(\theta)-f_r(\theta) =\int_{-\pi}^{\pi}(\big(f(\theta) - f(\theta-t)\big)Q(r,t)dt$$
then split this integral in two
$$\le \int_{-\delta}^{\delta}(\big(f(\theta) - f(\theta-t)\big)Q(r,t)dt+\int_{-\pi}^{-\delta}+\int_{\delta}^{\pi}(\big(f(\theta) - f(\theta-t)\big)Q(r,t)dt$$ $$\le \epsilon \int_{-\delta}^{\delta}Q(r,t)dt +(-\delta +\pi)2M\epsilon+(\pi-\delta)2M\epsilon$$ $$\le \epsilon + 2M\pi\epsilon$$
where $M=\int_{-\pi}^{\pi}|f(t)|dt$
Thus for small $\epsilon$ we can make $$|f(\theta)-f_r(\theta)| \le \epsilon$$ QED
In above proof, I Know The property of (2),(3) for $Q(r,\theta)$ was used in this proof. but I think It can also be proved without using the condition of (1). where do the property be used in above proof? Thank you!