Let $(V,\|.\|)$ be a normed vector space, $ f:V\to \mathbb{R} $ be linear and $ \ker(f) $ closed. Then $f$ is continuous. How does one prove this?
My idea was to distinguish between two cases.
Because $ \ker(f) $ is closed all convergent sequences $ (v_n)_{n\in \mathbb{N}}\subseteq \ker(f) $ have the limit in $ \ker(f) $ which means $ \lim\limits_{n\to \infty} v_n=v\in \ker(f) $. So it applies $ \lim\limits_{n\to \infty} f(v_n)=0=f(v) $.
Now let $ v\in V\setminus \ker(f) $. Because $ \ker(f) $ is closed then $ V\setminus \ker(f) $ is open. With that I tried to show the existence of a constant $c>0$ such that $ 0<|f(v)|\leq c\cdot \|v\| $ for all $ v\in V\setminus \ker(f) $ but I don't know how to get this constant $ c>0 $. I only have this $$ 0<|f(v)|=\left | f\left(\|v\|\cdot \frac{v}{\|v\|}\right)\right |\stackrel{f\text{ is linear}}{=}\|v\|\cdot \underbrace{\left | f\left(\frac{v}{\|v\|}\right)\right |}_{???} $$
Both subcases would imply the continuity of $ f $.