I am following a probability course on MIT OCW, and on a tutorial on probability convergence, in an attempt to use the Chebyshev's Inequality to prove it, the TA claimed that
$$
P\big(|X_n| \geq \varepsilon\big) \leq P\bigg(\bigg|X_n-\frac{1}{n}\bigg| \geq \varepsilon+\frac{1}{n}\bigg).
$$
To prove it, he said "The right hand side will cover less of $X_n$ hence the inequality holds".

Shouldn't "covering less" of the random variable result in less probability, and not more?
Am I missing something or did he made a mistake?
[Link for the video, discussed around 8:10.]
The TA made a sign error. It should have read
$$\mathbb{P}(|X_n| \geq \varepsilon) \leq \mathbb{P}\left(\left|X_n - \frac1n\right| \geq \varepsilon - \frac1n\right)$$
The rest of the argument follows as expected for any $n > \frac1\varepsilon$, hence it works in the limit as $n\to\infty$ as well.