I have the following recurrence relation $x_{n+1} \le x_{n-\tau} - a\cdot x_{n-\tau}^2 + b$ where $\tau$ is some positive integer, I'm not sure how to approach it. An upper bound will be enough [my hope is that $x_n \le O(1/n)$].
Any help would be appreciated.