Suppose $B: K\times K \to \mathbb{R}$ is a bilinear functional. Take $\|(x,y)\|_{K\times K} := \sqrt{\|x\|_{K}^{2}+\|y\|_{K}^{2}}$ for all $(x,y) \in K\times K$. Show $B$ is continuous iff $B$ is bounded.
This is easy to show when the mapping is from two different spaces, but with the product space $K\times K$ and this $\|(a,b)\|_{K\times K}$ norm, I am stuck. What am I missing?
edit: I have gotten stuck at this point for showing continuity:
For all $\epsilon > 0$, choose $\delta$ = ?, so we then have: \begin{align} |B(x,y) - B(a,b)| &= |B(x-a,b) + B(x-a,y-b) + B(x,y-b)| \\ &\leqslant |B(x-a,b)| + |B(x-a,y-b)| + |B(x,y-b)|\\ &\stackrel{\text{bounded}}{\leqslant} c\|(x-a,b)\|_{K\times K}+c\|(x-a,y-b)\|_{K\times K}+c\|(x,y-b)\|_{K\times K}\\ &=c\bigg[\sqrt{\|x-a\|_{K}^{2}+\|b\|_{K}^2} + \sqrt{\|x-a\|_{K}^{2}+\|y-b\|_{K}^2} + \sqrt{\|x\|_{K}^{2}+\|y-b\|_{K}^2}\bigg]\\ &\leqslant \ldots \\ &< \epsilon \end{align}