I am currently reading through Chapter 15 of "Complete Normed Algebras" by F.F. Bonsall and J. Duncan. I have come across the following proposition on page 76:
Proposition 5 Let $ A $ be a complex Banach algebra with unit, $ M $ a unit linked Banach left $ A $-module, $ X $ a complex Banach space, and $ h : A \times M \to X $ a continuous bilinear mapping. The following conditions are equivalent.
(i) $ h(a, m) = h(1, am) $ ($ a \in A $, $ m \in M $).
(ii) There exists $ \kappa > 0 $ with $ \| h(a, m) \| \leq \kappa \| am \| $ ( $ a \in A $, $ m \in M $).
The proof given in the book is as follows:
The direction $ (i) \Rightarrow (ii) $ is easy. The direction $ (ii) \Rightarrow (i) $ is given in the book as follows:
Proof: Let condition $ (ii) $ hold and let $ f \in X^* $. Given $ a \in A $, $ m \in M $, let $ F $ be defined on $ \mathbb{C} $ by
$$ F(z) = (f \circ h)(\exp(-za), (\exp(za))m) $$
Then $ F $ is an entire function and, for $ z \in \mathbb{C} $,
$$ |F(z)| \leq \| f \| \| h(\exp(-za), (\exp(za))m) \| \leq \kappa \| f \| \| m \| $$
By Liouville's theorem, $ F $ is constant, and so the coefficient of $ z $ in the power series expansion of $ F $ is zero, i.e.
$$ f(h(1, am)) - f(h(a, m)) = 0 $$
But $ f \in X^* $ is arbitrary. $ \blacksquare $
My questions are:
What is the definition of $ \exp (za) $? I cannot find this in the text.
Liouville's theorem in complex analysis states that if $ F $ is a bounded entire function then $ F $ is constant. I am not sure why the given $ F $ is an entire function though (perhaps because I am not sure what $ \exp (za) $ means).
By Liouville's theorem $ F(z) $ is constant. If $ F(z) $ has power series $ \sum_{n=0}^{\infty} a_nz^n $ then $ F $ being constant implies that $ a_1, a_2, ... = 0 $, and so $ F(z) = F(0) = f(\exp(0), \exp(0)m) \overset{?} = f(1, m)$? I am not sure how the authors conclude that $ f(h(1, am)) - f(h(a, m)) = 0 $.
Any help would be greatly appreciated. Thanks!