1) Define : $\langle z\rangle := (1+|z|^2 ) ^\frac{1}{2} $ for all $z \in \mathbb{C} $. Prove : $\langle x+y\rangle \leq 2\langle x\rangle\langle y\rangle $ for all $x,y \in \mathbb{R} ^N$ .
2) Define: $ S^\beta := \left\{ f: \mathbb{R} \to \mathbb{C} : f \in C^\infty(\mathbb{R}), \ \left|f^{(n)}(x)\right|:= \left|\frac{d^n f}{dx^n}\right| \leq c_n \langle x\rangle^{\beta -n} \right\} $ for some $c_n<\infty$, all $x \in \mathbb{R} $ and all $ 0\leq n \in \mathbb{Z}$. Then, define: $ \mathbb{A} := \cup_{\beta<0 } S^\beta $. Prove $\mathbb{A}$ is an algebra under pointwise multiplication.
I'm pretty much clueless regarding (1). As for 2 - I can't understand which notion of an "algebra" they mean... If it's an algebra like in "sigma-algebra", then why do we need the pointwise multiplication? can you help me prove this?
Thanks
I assume that $x,y\in\mathbb{C}$ since that is where $\langle\cdot\rangle$ is defined. Here are some hints:
1) Let $x=a+ib$ and $y=c+id$. Then $$ \begin{align} \langle x+y\rangle^2 &=1+(a+c)^2+(b+d)^2\\ &=1+a^2+b^2+c^2+d^2+2ac+2bd\\ &\le1+a^2+b^2+c^2+d^2+(a^2+c^2)+(b^2+d^2)\tag{1} \end{align} $$ and $$ \begin{align} \langle x\rangle^2\langle y\rangle^2 &=(1+a^2+b^2)(1+c^2+d^2)\\ &=1+a^2+b^2+c^2+d^2+(a^2c^2+a^2d^2+b^2c^2+b^2d^2)\\ &\ge1+a^2+b^2+c^2+d^2\tag{2} \end{align} $$ Compare $(1)$ and $(2)$.
2) You are supposed to show that if $f,g\in S^\beta$, then $fg\in S^\beta$. Think product rule.