Taylor's theorem says that if $f:I\to\mathbb R$, $I\subseteq\mathbb R$ an open interval, is $n$ times continuously differentiable, then for $x_0\in I$ there exists a continuous function $R_{n,x_0}:I\to\mathbb R$ with $\frac{R_{n,x_0}(x)}{(x-x_0)^n}\to0$ as $x\to x_0$ such that
$f(x)=\sum\limits_{k=0}^n\frac{f^{(k)}(x_0)}{k!}(x-x_0)^k~+~R_{n,x_0}(x)$.
For the case $n=1$, the requirements of continuity, or even differentiability on all of $I$, can be dropped: a function $f$ like above is differentiable in $x_0\in I$ iff there exist a number $f'(x_0)$ and a function $R:I\to\mathbb R$ with $\frac{R(x)}{x-x_0}\to0$ as $x\to x_0$ such that
$f(x)=f(x_0)+f'(x_0)(x-x_0)+R(x)$.
This is essentially Taylor's theorem without requiring differentiability or even continuity anywhere other than $x_0$. As a consequence, the remainder $R$ is also no longer continuous.
My question is: can I extend this to higher order Taylor polynomials? I would like a statement like the following:
If $f$ is $n$-times differentiable in $x_0$ (the $n$-th derivative need not be continuous in $x_0$, or even existent outside of $x_0$). Then there exists a function $R_{n,x_0}:I\to\mathbb R$ with $\frac{R_{n,x_0}(x)}{(x-x_0)^n}\to0$ such that
$f(x)=\sum\limits_{k=0}^n\frac{f^{(k)}}{k!}(x-x_0)^k~+~R_{n,x_0}(x)$.
Context: I want to find a definition of higher order derivatives using polynomial approximation. The above case with $n=1$ is a useful definition of differentiability, which essentially says that a function is differentiable iff there is a linear polynomial and a small remainder such that $f=\textrm{polynomial}+\textrm{remainder}$. I want to define higher order derivatives by saying that $f$ is $n$-times differentiable if there is a polynomial of degree $n$ and a small remainder such that $f=\textrm{polynomial}+\textrm{remainder}$. If my question from above can be answered with yes, then this definition would be a generalization of higher order differentiability, otherwise it would just be something different and thus useless.