0

I have to show that the following set is open:

$$U := \{(a,b,c,d)∈\Bbb{R}^4 : |ad-bc|>1\}$$ I know I have to show that there is an open ball at every point in the set, but don't know how to show this.

Gibbs
  • 8,230
kam
  • 1,255

1 Answers1

3

Tha map $f\colon \mathbb{R}^4 \to \mathbb{R}: (a,b,c,d) \mapsto \lvert ad-bc \rvert$ is continuous, because it is a composition of $\lvert {}\cdot{} \rvert$, which is continuous, and a polynomial expression. Hence $$f^{-1}((1,+\infty)) = \{(a,b,c,d) \in \mathbb{R}^4: \lvert ad-bc \rvert > 1 \}$$ is open.

Gibbs
  • 8,230