Proof that PCA is equivalent to MDS when using Euclidean distances

93 Views Asked by At

As I was watching a video explaining how MDS works, the narrator mentioned that PCA is equivalent to MDS when Euclidean distances are used. I got confused as to how that's the case.

My guess is that it has to do with SVD but I don't know how to properly prove it. Thanks in advance!