When Is an Orthogonal Projector an Orthogonal Matrix?
In linear algebra, an orthogonal matrix is a square matrix whose columns and rows are orthonormal, meaning they are mutually perpendicular and normalized to a length of one. Meanwhile, an orthogonal projector or orthonormal projector is a type of linear map that projects vectors onto subspaces that are themselves orthogonal. But how do we determine when an orthogonal projector is also an orthogonal matrix?
First, lets look at the properties of orthogonal projectors. An orthogonal projector P is idempotent, meaning that P^2 = P. It is also Hermitian, or self-adjoint, meaning that it is equal to its own conjugate transpose, P* = P. As an operator on a vector space V, an orthogonal projector decomposes V into the direct sum of two orthogonal subspaces: one is the range of P, denoted by Range(P), and the other is the null space of P, denoted by Null(P).
One important fact is that the range and null space of an orthogonal projector are complementary, meaning that the dimension of Range(P) plus the dimension of Null(P) equals the dimension of the vector space V. This is because any vector in V can be uniquely decomposed as the sum of a vector in Range(P) and a vector in Null(P), and these two subspaces have no nonzero vectors in common.
Now, lets consider when an orthogonal projector is also an orthogonal matrix. We can show that a linear map or matrix is orthogonal if and only if it preserves the Euclidean inner product, which means that it preserves angles and lengths of vectors. In other words, for any two vectors u and v in a vector space V, we have (u,v) = (Pu,Pv), where (.,.) is the inner product and P is the orthogonal projection matrix.
Thus, if a projector P is orthogonal, then it must satisfy (Pu,Pv) = (u,v) for all u and v in V, or equivalently (P^2u,v) = (u,v). But since P is idempotent, we have P^2u = Pu for all u in V, and this gives (Pu,v) = (u,v) for all u and v in V. That is, P preserves the inner product, and hence it is an orthogonal matrix.
Conversely, if a square matrix P is orthogonal, then it must satisfy PP* = I, where I is the identity matrix. But since P is also idempotent, we have P^2 = P, and this gives (PP*,u) = (Pu,u) = ||Pu||^2 for all u in V. Since P is orthogonal, we have ||Pu|| = ||u|| for all u in V, and thus (PP*,u) = ||u||^2. This implies that PP* is also an orthogonal projector, and hence P is an orthogonal projector as well.
To summarize, an orthogonal projector is an orthogonal matrix if and only if it preserves the inner product or equivalently if it satisfies PP* = I. This condition is not difficult to check in practice, and it has important applications in various areas of mathematics, physics, and engineering, such as signal processing, image compression, and quantum mechanics. |