If $(X,\| \|)$ be a Normed Linear Space, Show that if any vector subspace $Y$ of $X$ is open, then $Y=X$
Attempt: Subspace $Y$ of $X$ is open, $=> \exists ~~r >0 ~~\forall~~ y \in Y$ s.t $ B(y,r) \subset Y$ where $B(y,r)$ represents the open ball in $Y$ with centre $y$ and radius $r$.
Since, $B(y,r) \subset Y => \exists ~ u \in Y ~\& ~ \exists~ r>0$ s.t :
$B(y,r) = \{ u \in Y ~~|~~ d(u,y) <r \}$ where $d$ is the associated metric.
$B(y,r) = \{ u \in Y ~~|~~ \|u-y\| <r \}$ where $y \in Y ~~............(1)$
$Y$ is a subspace of $X$ . $=> \forall ~~u,y \in Y, ~ u+y \in Y ~~..........(2) $
and $\alpha ~y \in Y~ \forall ~y \in Y ~~~ ...................(3) $
How do I proceed next? Help will be appreciated. Thanks.
Hint: If $Y$ is open, then for each $y\in Y$, there exists $\epsilon>0$ such that $y+v\in Y$ for all $\left\|v\right\|<\epsilon$ (this is just a reformulation of the definition of "open").
Can you apply this to a suitable $y\in Y$? You will need to use the fact that $Y$ is a subspace of $X$ - e.g., that $Y$ is closed under scalar multiplication.
Hope this helps!