Given a fraction:
$$\frac{a}{b}$$
I now add a number $n$ to both numerator and denominator in the following fashion:
$$\frac{a+n}{b+n}$$
The basic property is that the second fraction is suppose to closer to $1$ than the first one. My question is how can we prove that?
What I have tried:
I know $\frac{n}{n} = 1$ so now adding numbers $a$ and $b$ to it would actually "move it away" from $1$. But I cannot understand why $\frac{a}{b}$ is actually farther away from $1$ than $\frac{a+n}{b+n}$.
Why is that? What does it mean to add a number to both the numerator and denominator?

Well, $\frac{a+n}{b+n} = \frac{\frac{a}{n}+1}{\frac{b}{n}+1}$. So if $n\rightarrow \infty$, then $\frac{a}{n}\rightarrow 0$ and $\frac{b}{n}\rightarrow 0$. Thus $\frac{a+n}{b+n}\rightarrow 1$.
As said in the comments, the answer is incorrect in that it does not address precisely what the OP asks, but gives some intuition as to why it is true.