I think I might be completely off on the following question, so would appreciate your opinions and advice:
Given: $$ T:PC[0,1]\to PC[0,1]$$ $$ Tf(x)=\frac{1}{\sqrt{2}}f\big(\frac{x}{2}\big) $$
(where $PC$ stands for piecewise-continuous functions) I have shown that $T$ is bounded and can therefore be extended to: $$ \hat{T}:L_2[0,1]\to L_2[0,1]$$
I am now trying to find $\hat{T}$'s kernel and image.
For the kernel, I figured that it would be sufficient to identify the kernel for $T$ (more precisely, since $T$ is bounded and therefore continuous we get, by definition of the expansion: $\hat{T}f:=\lim Tf_n=T\lim f_n = Tf$ ,for $f_n \to f$ so $Tf=0$ iff $\hat{T}f=0$).
Doing this I get:
$$ Tf=0 \iff \frac{1}{\sqrt2}f\big(\frac{x}{2}\big)=0, \forall x \in [0,1] \iff f(y)=0 ,\forall y \in [0,\frac{1}{2}]$$
and therefore $KerT = g\chi_{(\frac{1}{2},1]}$ for all $g \in PC[0,1]$.
For some reason, I'm uncertain about this.
Also, I do not know how to reach a similar 'closed-form' definition for $ImgT$ - how do I proceed from the definition:
$ImgT = \{Tf(x)=\frac{1}{\sqrt{2}}f\big(\frac{x}{2}\big) \mid f \in PC[0,1]\}$?
I thought of trying to characterise it by plugging in $x$ values to get a feel for what's in the image, but that doesn't feel like the right way to go.
Thanks.