Is the following statement: $\frac{1}{1+O(T)} = 1+ {O(T)}$ true?

49 Views Asked by At

Is the following statement:

$\dfrac{1}{1+O(T)} = 1+ {O(T)}$

true, and if so, why?

1

There are 1 best solutions below

0
On

$$\frac{1}{1+x}=1+O(x),$$

therefore $$\frac{1}{1+O(x)}=1+O(x).$$