1

When talking about operator semigroups, some books use the notation $(e^{tA})_{t \geq 0}.$ Doesn't this create an ambiguity? Why are results proved for this semigroup instead of taking a general semigroup, say $(T(t))_{t \geq 0}$?

Mark
  • 649

2 Answers2

4

When talking about operator semigroups, some books use the notation $(e^{tA})_{t \geq 0}.$ Doesn't this create an ambiguity?

No, because for these authors the notation $(e^{tA})_{t \geq 0}$ means the semigroup $(T(t))_{t\geq 0}$ whose generator is $A$.

  • This notation makes sense because each semigroup has exactly one generator and no operator generates more than one semigroup.

  • This notation is natural because for the particular case in which $A$ is bounded, the semigroup generated by $A$ is exactly $\sum_{n=0}^\infty\frac{(tA)^n}{n!}$. In other words, "the semigroup generated by $A$" is the generalization of "exponential of $A$" and thus it is natural to use the same notation for both.

Why are results proved for this semigroup instead of taking a general semigroup, say $(T(t))_{t \geq 0}$?

The results are proved for a general semigroup. But, in order to be concise, this general semigroup is called $(e^{tA})_{t \geq 0}$. Then we mention the semigroup and the generator in the same notation and can write things like

As $\mathbf i\mathbb R\subset \rho(A)$, we conclude that $(e^{tA})_{t \geq 0}$ is strongly stable.

Consider two semigroups $(e^{tA})_{t \geq 0}$ and $(e^{tB})_{t \geq 0}$.

$e^{t\sigma(A)}\subset \sigma(e^{tA})$.

instead of

As $\mathbf i\mathbb R\subset \rho(A)$, we conclude that the semigroup $(T(t))_{t\geq 0}$ generated by $A$ is strongly stable.

Consider two semigroups $(T(t))_{t \geq 0}$ and $(S(t))_{t \geq 0}$ generated by $A$ and $B$, respectively.

$e^{t\sigma(A)}\subset \sigma(T(t))$ where $(T(t))_{t\geq 0}$ is the semigroup generated by $A$.

In fact, many authors do not use this notation. But some authors (of books and papers) do.

Pedro
  • 18,817
  • 7
  • 65
  • 127
3

The two are equivalent under weak continuity assumptions. In particular if $(T(t))$ is a semigroup and $||T(t)-I||\to0$ as $t\to0$ then there exists a bounded $A$ such that $T(t)=e^{tA}$.

Edit: Or so I'd read. Too stubborn to look at the proof - I think this works:

If $h>0$ is small enough then $$||I-\frac1h\int_0^h T(t)dt||<1,$$so $\frac1h\int_0^hT(t)dt$ is invertible.

Since $T$ is a semigroup it seems like the standard method of evaluating a finite geometric series should say something about that integral. Say $J=\int_0^h T(t)dt$, just because "$I$" is taken. For small $\epsilon>0$ we have $$ (T(\epsilon)-I)J=\int_h^{h+\epsilon}T-\int_0^\epsilon T$$. So $$\lim_{\epsilon\to0^+}\frac{T(\epsilon)-I}{\epsilon}=(T(h)-I)J^{-1}:=A.$$

Hence the semigroup property shows that $$D_RT(t)=AT(t),$$where $D_R$ denotes the right-hand derivative. It's easy to see that this implies that the two-sided derivative exists, but never mind that. The product rule shows that $$D_R(T(t)e^{-tA})=0,$$hence $T(t)e^{-tA}$ is constant, hence $$T(t)=e^{tA}.$$

Heh: That has very little to do with operator theory; in fact the same argument works if $B$ is a Banach algebra with identity and $T:(0,\infty)\to B$ is a continuous semigroup.

  • It seems that you need only $T(t) x \to x$ for all $x$ to get a generator $A$. Do you assume that $A$ is bounded? –  May 11 '18 at 19:04
  • Then why do some books/papers choose to prove results for $e^{tA}$? – Mark May 11 '18 at 19:09
  • @JohnMa Yes. (This is actually just hearsay...) – David C. Ullrich May 11 '18 at 19:12
  • @Mark There's no difference! – David C. Ullrich May 11 '18 at 19:12
  • @DavidC.Ullrich How? What about when $| T(t) - I | \not\to 0?$ – Mark May 11 '18 at 19:15
  • @Mark : If $T(t)$ is strongly continuous at $t=0$, then you get a generator $A$ that is closed, but may only be densely defined, which makes it a bit tricky to define $e^{tA}$. – Disintegrating By Parts May 11 '18 at 20:02
  • @DisintegratingByParts Then why use $e^{tA}$ instead of $T(t).$ – Mark May 11 '18 at 20:37
  • @Mark : Because the generator does determine the semigroup through exponential-like constructions, and because $T$ has the exponential property. I would say that most authors avoid the exponential notation for general $C_0$ semigroups; they'll instead refer to the generator $A$ of the $C_0$ semigroup $T$. – Disintegrating By Parts May 11 '18 at 22:08
  • @DisintegratingByParts I obviously know nothing about this stuff. In cases where we can't define the exponential what does it mean to say $A$ is the generator? $T'=AT$??? – David C. Ullrich May 11 '18 at 22:50
  • 2
    If $T(t)$ is a (bounded) $C_0$ semigroup, then $\mathcal{D}(A)$ is the set of all $x$ such that $T(t)x$ has a right derivative at $0$. Then $Ax=T'(0)x$ is that right strong derivative. $A : \mathcal{D}(A)\subset X\rightarrow X$ is a closed, densely-defined operator; if $T$ is uniformly bounded for $t\ge 0$, for example, then the spectrum of $A$ lies in the left half plane. The equation $\frac{d}{dt}T(t)x= AT(t)x=T(t)Ax$ holds for all $x\in\mathcal{D}(A)$. These facts can be used to come up with various exponential-looking limits for extracting the unique generator. – Disintegrating By Parts May 11 '18 at 23:14