I want to prove that the geometric Hahn Banach theorem implies the analytic one.
Edit: To avoid confusion I will state the vesion of H.B theorems im familiar with:
Analytic H.B:
Let $X$ be a linear space(over $\Bbb R$) and $Y\subset X$ a subspace. Let $p:X \to \Bbb R$ be a sub-additive function. Suppose $f:Y\to \Bbb R$ is a linear map s.t $f(y) \le p(y)$ for all $y\in Y$ then there exists an extention $g:X\to \Bbb R$ of $f$ s.t. $g(x)\le p(x) $ for all $x\in X$.
Geometric H.B:
Let $X$ be a linear space. $K \subset X$ convex s.t. each point in $K$ is an internal point. Let $D$ be a plane disjoint from $K$ then there exists hyperplane that contains $D$ and disjoint from $K$.
In my problem $X$ is NOT a normed space so there are no open sets.
Given $X$ a linear space and $Y\subset X$ a subspace $p:X\to \Bbb R$ sub-additive, and $f:Y\to \Bbb R$ linear s.t $f(y)\le p(y)$ for $y\in Y$ we need to extend $f$ to $g:X\to \Bbb R $ and $g(x)\le p(x)$ fo r all $x\in X$
So, we look at $X \times \Bbb R $and define $K = \{(x,t) : t>p(x)\}$.
The fact that $K$ is convex is easy. How can I show directly that every point in $K$ is internal? (can't say that $K$ is open).
Now after showing that, we can look at $Graph(f)$ and observe that $Graph(f)\cap K = \emptyset$.
So by the geometric H.B theorem we have a hyperplane (which is a maximal subspace in this case because $(0,0)\in Graph(f)$ ) M containing $Graph(f) $ and disjoint from $K$.
Now my problem is to show that each $x\in X$ has a unique $t\in \Bbb R$ s.t. $(x,t) \in M$. (I need it in order to extend $f$).
I know that if we take $v_0\notin M$ then each $v \in X \times \Bbb R$ has a unique representation as $v = \alpha v_0 + m$ for $m \in M$ , this is because $M$ is a maximal subspace. not sure if that helps.
Thanks for helping!