1
$\begingroup$

Let ‎‎$‎A‎$ ‎be a‎ ‎Banach ‎algebra ‎with ‎involution‎ ‎$ * : A ‎\to A$, $x ‎‎\mapsto x‎^{*}‎$ ‎‎and ‎for ‎all‎ ‎$ x \in A $ ,‎ ‎‎$‎\|x\|^2 ‎\leq‎ ‎\|x^{*}x\|$‎.‎

How ‎can ‎we ‎show ‎‎that‎ ‎$A$ ‎is‎ a ‎$ C‎^{*}$-‎ ‎algebra‎ ?‎

2 Answers 2

3

From your equation it follows $\|x\|^2≤\|xx^*\|≤\|x\|\cdot\|x^*\|$ and $\|x\|≤\|x^*\|$. Doing it again with $\|x^*\|$ gives $\|x^*\|≤\|x^{**}\|=\|x\|$ and $\|x\|=\|x^*\|$.

Now check out: $$\|x\|^2≤\|xx^*\|≤\|x\|\cdot \|x^*\|=\|x\|^2.$$

  • 0
    and what about the additive part an the scalars2017-01-22
  • 1
    @JorgeFernándezHidalgo What do you mean? We are in the setting of a Banach algebra, meaning sublinearity of the norm is already present.2017-01-22
  • 0
    you have to prove $(x+y)^*=x^*+y^*$ and $(xy)^*=y^*x^*$2017-01-22
  • 1
    @JorgeFernándezHidalgo I see, I understood that as being part of "involution" but it appears wikipedia does not see it that way. For wikipedia an involution is just a map so that $x^{**}=x$.2017-01-22
  • 0
    that''s what I think, although I think you should keep this answer, this part is also needed.2017-01-22
  • 2
    @s.harp: Wikipedia clearly refers to "$*$-algebra" in the article about involution. I don't think I have ever seen "involution" mentioned in the context of Banach algebras and not include anti-linearity and the multiplication property in the definition.2017-01-23
2

The answer given by s.harp is already complete. You cannot expect to deduce anti-linearity and the product rule from just your inequality.

For instance consider $A=\mathbb C^2$, with pointwise addition and multiplication, and with the infinity norm $\|(a,b)\|=\max\{|a|,|b|\}$. This is a Banach algebra with $$\|x\|^2=\|(a,b)\|^2=\max\{|a|,|b|\}^2 =\max\{|a^2|,|b^2|\}=\|(a,b)^2\|=\|x^2\|.$$ Consider the "involution", $x^*=x$. Then $\|x\|^2=\|x^2\|$. But $A$ is not a C$^*$-algebra, as can be seen for instance from $$(-1,-1)=(i,i)^*(i,i)\geq0.$$

For an involution to be a "C$^*$-algebra" involution, it has to satisfy $(x+\lambda y)^*=x^*+\overline \lambda\,y^*$, and $(xy)^*=y^*x^*$. As seen above, those do not come from the C$^*$-equality.