In a normed vector space I know that for a linear map $L:E\rightarrow F$ that there exists an $M\in \mathbb{R}$ such that $\forall x\in E$ $||L(x)||\leq M||x||$. The proof is this is quite straightforward but I am unsure how to generalize to a bilinear map.
Let $A:E\times F\rightarrow G$. I would like to show that $\exists N \in \mathbb{R}$ such that $\forall x\in E,y\in G$ that $||A(x)(y)||\leq N||x||||y||$. I am unsure if my generalization is permissible:
Attempt: $A(x):F\rightarrow G$, $A(x)$ linear, so $\exists B$ such that $||A(x)(y)||\leq B||y||$. Let $N=\frac{B}{||x||}$, it then follows that $||A(x,y)||\leq N||x||||y||$ but this isn't right because N shouldn't depend on $||x||$.
Edit: I guess i should say that I am considering only finite dimensional spaces.