Let $M$ be a square $N\times N$ matrix with linearly independent columns.
I was wondering why the $QR$ decomposition is unique in this case and how to show it? The linked question below does not explain why $Q$ is also unique and I didn't quite understand its explanation of why $R$ is unique also.
You are likely expected to do it via induction, but there are other ways to execute the proof.
The way that you usually prove uniqueness is that you assume that there exists another QR factorization, perform some algebra, and show that the two distinct factorizations are actually the same.
– Decaf-Math Oct 09 '16 at 00:12