This topic is not that easy if you want to learn it the rigorous way. So, don't worry too much if you don't get it immediately

.
I'll go a little back. You wrote:
The MIT professor uses the shorthand notation \Delta u and \Delta v, where
\Delta u =u(x+\Delta x) - u(x) and
\Delta v =v(x+\Delta x) - v(x)
see
7m35s.
He then let's \Delta x approach zero. Intuitively this means that u(x+\Delta x) will approach u(x). Hence, \Delta u approaches zero. The same goes for \Delta v.
More formally we can write:
\text{lim}_{\Delta x \rightarrow 0}\Delta u= \text{lim}_{\Delta x \rightarrow 0}[u(x+\Delta x)-u(x)] =
0
Read this as: The limit of "u(x+Δx)-u(x)" as Δx approaches zero equals
zero.
But I'll ask you this question: Why should u(x+\Delta x) approach u(x)? Or in other words, why is \text{lim}_{\Delta x \rightarrow 0}[u(x+\Delta x)-u(x)] = 0 valid?
This is our goal: We want to show that \text{lim}_{\Delta x \rightarrow 0}[u(x+\Delta x)-u(x)] =
0 (Goal-Equation)
-----
Let's examine the expression \text{lim}_{\Delta x \rightarrow 0}[u(x+\Delta x)-u(x)] carefully. We wish this expression to equal
zero.
It turns out that you can turn it into:
\text{lim}_{\Delta x \rightarrow 0}[u(x+\Delta x)-u(x)] = \text{lim}_{\Delta x \rightarrow 0}u(x+\Delta x) - \text{lim}_{\Delta x \rightarrow 0} u(x)
(Limit-Equation)
Do you see what I've done? I have applied the limit to each addend.
Now, let's plug the
(Limit-Equation) into the
(Goal-Equation):
\text{lim}_{\Delta x \rightarrow 0}u(x+\Delta x) - \text{lim}_{\Delta x \rightarrow 0} u(x) =
0
Let's manipulate it further:
\text{lim}_{\Delta x \rightarrow 0}u(x+\Delta x) = \text{lim}_{\Delta x \rightarrow 0} u(x) = u(x)
(Make sure you understand why the last equal sign is valid)
So the final form is:
\text{lim}_{\Delta x \rightarrow 0}u(x+\Delta x) =u(x) (
Goal-Equation 2)
However, how can you show that
Goal-Equation 2 is true?
-------
We will now show that Goal-Equation 2 is true:
We assume that we can pull the limit into the argument of u. What I mean is the following:
Consider the left hand side of Goal-Equation 2: \text{lim}_{\Delta x \rightarrow 0}u(x+\Delta x)
Now, let's pull the limit into the argument of u, i.e. we throw the limit between the brackets:
\text{lim}_{\Delta x \rightarrow 0}u(x+\Delta x) = u( \text{lim}_{\Delta x \rightarrow 0} [x+\Delta x])
Assumption: We are allowed to pull the limit into the argument
Since \text{lim}_{\Delta x \rightarrow 0} [x+\Delta x] = x, we can write:
\text{lim}_{\Delta x \rightarrow 0}u(x+\Delta x) = u( \text{lim}_{\Delta x \rightarrow 0} [x+\Delta x]) = u(x).
Thus, we have arrived at our Goal-Equation 2.
Note however: We have used an assumption. This assumption is also called continuity of a function.
Prof. Francis Su mentions this in his excellent lecture on Real Analysis at 48m07s. This lecture involves rigorous mathematics, i.e. it is very formal and uses proofs.