0

Let $\mathcal{I}$ be the set of all invertible real matrix $n \times n$. I have to prove that $\mathcal{I}$ is open and not-connected.

My attempt: Take any $A \in \mathcal{I}$. Puting $\varepsilon = \frac{1}{\|A^{-1}\|}$ we have that $\|A-B\| < \varepsilon \Rightarrow B \in \mathcal{I}$. Therefore $\mathcal{I}$ is open.

But I really don't know how I can show that $\mathcal{I}$ is not-connected.

Renan R.
  • 253

2 Answers2

1

The image of a connected set under a continuous map is connected. Consider the image of $\mathcal{I}$ under the determinant map, as suggested in the comments.

user66081
  • 3,987
  • 17
  • 29
1

For example (with real matrices)

$$\mathcal I=\left\{X\in M_{n\times n}\;/\;\det X<0\right\}\cup\left\{X\in M_{n\times n}\;/\;\det X>0\right\}$$

and for example

$$\left\{X\in M_{n\times n}\;/\;\det X<0\right\}=\Delta^{-1}(-\infty,\,0)\;,\;\;\Delta:=\text{ the determinant function}$$

and $\;\Delta\;$ is clearly continuous.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287