2

I would like to define a linear operator as the sign of a another operator. But to use it I would need to expand it out as a power series.

Roughly, I'm wondering if something like this

\begin{eqnarray} \mathrm{Sgn}\left(\hat{O}\right)=\sum_{n=0}^{\infty}C_{n}\hat{O}^{n} \end{eqnarray}

exists?

2 Answers2

5

A power series that converges for a certain $x_0$ converges absolutely for all $x$ with $|x|<|x_0|$ and then the limit function is necessarily continuous. Since the sign function is not continuous, no such series exists.

  • More precisely, continuity follows from the fact there is total convergence (or convergence of the norms) in any closed interval $[-\delta,\delta]$ for positive $\delta$ less than the radius of convergence. – egreg Jun 09 '15 at 13:59
  • Well that makes life trickier. Thanks, though. – quantum_loser Jun 09 '15 at 14:01
1

As explained in the other post by Hagen von Eitzen, this is not possible due to the discontinuity of the Sign function at $x = 0$. Having said that, you are obviously free to circumvent this difficulty by representing the Sign function as the limit of a continuous sigmoidal function. For example, $f(x) = tanh(x/ \epsilon)$ will do fine. This function can be expanded in a power series without difficulty, and in the limit of $\epsilon$ to zero the function is equal to the Sign function.

M. Wind
  • 3,624
  • 1
  • 14
  • 20