Continuous functions of nxn invertible matrices

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Doom of Doom
Messages
85
Reaction score
0
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.
 
Physics news on Phys.org
What IS the "usual Euclidean topology" on the set of n by n nonsingular matrices?
 
Treat the matrices as vectors in [tex]\mathbb{R}^{n^{2}}[/tex]

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