14. Bellman-Gronwall lemma#
Introduction#
We will continue to look at the existence and uniqueness theorem, following the previous module, particularly on uniqueness. We will discuss Bellman-Gronwall lemma, a tool that we use to prove a uniqueness of a function, when we have some ideas that a function is a solution to an ODE.
Bellman-Gronwall lemma#
Suppose we have function \(u(\cdot), K(\cdot)\) that are real-valued, \(PC\) and positive on \(R_+\). Let us also have some constant \(c_1 \ge 0, t_0 \ge 0\), the Bellman-Gronwall states the following:
Bellman-Gronwall lemma
If \(u(t) \le c_1 + \int_{t_0}^t K(\tau)u(\tau)d\tau\) then:
It’s worth noticing that in the resulting inequality, \(u(t)\) only appears on the left hand side.
Proof#
Denotes \(U(t) = c_1 + \int_{t_0}^t K(\tau)u(\tau)d\tau\), we have
Multiply both sides by the function \(K(t)e^{-\int_{t_0}^t K(\tau)d\tau} \ge 0\), we have:
proof continue: https://people.math.wisc.edu/~jwrobbin/angelic/gronwall.pdf
Using Bellman-Gronwall lemma in proof of uniqueness of solution to differential equation#
Suppose we have \(\dot{x} = f(x, t)\), \(x(t_0) = x_0\) with solution \(\phi(t)\). How do we know that there is no other solution? One way to prove this is to assume that it is not unique, and the find a contradiction.
Proving uniqueness
In proving uniqueness, we often do contradiction.
Assume that \(\phi(t)\) is not the unique solution, let us have \(\chi(t)\) also the solution. We know that:
If we take the difference between these two solutions:
Because \(f(\cdot)\) is Lipschitz continuous, there there exists a PC function \(K(\cdot)\) such that \(||f(x_1) - f(x_2)|| \le K(t)||x_1 - x_2||\). Also because \(K(\cdot)\) is PC, there exists a supremum value of \(K(\cdot)\) called \(\bar{K}\). Then we have:
Now this looks like the form that we can use the Bellman-Gronwall lemma on. For this, we will have \(c_1=0\), and so with Bellman-Gronwall lemma, we can further bound this to:
Then we conclude that \(\phi(t) = \chi(t)\).