PDA

View Full Version : continuous functions of nxn invertible matrices


Doom of Doom
Mar23-09, 04:14 AM
Ok, so this was assigned as a bonus problem in my Topology class a while ago. Nobody in the class got it, but I've still been racking my brain on it ever since.
____
For some n, consider the set of all nxn nonsingular matrices, and using the usual Euclidean topology on this space, show that:

a) the inverse is a continuous function. f(A) -> A^(-1)

b) matrix multiplication is a continuous function. g(A,B) -> AB

__________


I've thought quite a bit about this problem, but I really don't know where to go. If I can show that the determinant is continuous, then I think I can do part a, since calculating the inverse is just equivalent to calculating a bunch of determinants (Cramer's rule).

As for part b, I am lost.

HallsofIvy
Mar23-09, 06:00 AM
What IS the "usual Euclidean topology" on the set of n by n nonsingular matrices?

Doom of Doom
Mar23-09, 08:34 AM
Treat the matrices as vectors in \mathbb{R}^{n^{2}}

So, d(A,B)=\left\| A-B \right\| = \sqrt{\sum_{i, j}\left( a_{i, j}-b_{i, j} \right)^{2}}