Given matrices $A$ and $B$, I can use the reverse triangle inequality to get a lower bound on the norm of the difference $$||A|| - ||B|| \leq ||A-B||$$
Is there a way to get an upper bound for the general case or for any special case?
Given matrices $A$ and $B$, I can use the reverse triangle inequality to get a lower bound on the norm of the difference $$||A|| - ||B|| \leq ||A-B||$$
Is there a way to get an upper bound for the general case or for any special case?
Copyright © 2021 JogjaFile Inc.
Well, by the ordinary triangle ineq, you have $$ \| A - B \| = \| A + (-B) \| \le \|A \| + \|-B \| = \|A\| + \| B \|. $$ The case where $B = -A$ shows that this bound is tight.