Is it true that ${1\over x}=1-x+x^2-x^3+\dots$?
It was used during a formal solution regarding big $O$ notation as if it were a fairly familiar identity, but there was nothing mentioned about area of definition and so. I myself have progressed relatively enough to have encountered that expansion at some point, I believe. Something in that equality seems somewhat confusing, and I can't seem to arrive at it using Taylor Expansions. It takes some ugly work to find a pattern of an expansion around a nonzero number.
Could you should shed some light on this please?
(I am sorry for all the tags: if I knew what area gives a simplified background to that identity, if true, I would tag it respectively.)
It's $\dfrac1{1+x}$, not $\dfrac1x$, and it's valid for $\lvert x\rvert<1$. This results from the following high-school identity $$1-x^n=(1-x)(1+x+x^2+\dots x^{n-1}),$$ which can be re-written as $$\frac1{1-x}=1+x+x^2+\dots x^{n-1}+\frac{x^n}{1-x}.$$ If $\lvert x\rvert<1$, $x^n\to 0$ as $n\to\infty$, which proves $$\frac1{1-x}=1+x+x^2+x^3+\dotsm$$ Setting $x\leftarrow -x$, you obtain $$\frac1{1+x}=1-x+x^2-x^3+\dotsm$$