Problem
Carrie tells you she has two vectors $\vec a, \vec b$ such that $$|\vec a| = 7, \\ |\vec b| = 2,\\ |\vec a - \vec b| = 4.$$
Why do you not believe her?
My thoughts
I went with the triangle inequality, even though it is defined for addition.
$|\vec a - \vec b| = \overbrace{|\vec a + -\vec b| \leq |\vec a| + |-\vec b|}^{\text{triangle inequality}} = |\vec a| + |\vec b| = 9$
Now, since $4\leq9$, I don't see the problem. Seems like Carrie's statements may well be true.
Question
Have I made some mistake in my calculation?
Any help appreciated!