jgens
Gold Member
- 1,575
- 50
Homework Statement
Prove that a closed rectangle A \subset \mathbb{R}^n is a closed set.
Homework Equations
N/A
The Attempt at a Solution
Let A = [a_1,b_1] \times \dots \times [a_n,b_n] \subset \mathbb{R}^n, then A is closed if and only if its complement, \mathbb{R}^n - A, is open. Now, let x = (x_1, \dots, x_n) \in \mathbb{R}^n - A and choose \varepsilon_i = \inf_{c_i \in [a_i,b_i]}\frac{|x_i - c_i|}{2} > 0. Clearly we have that (x_i - \varepsilon_i,x_i + \varepsilon_i) \cap [a_i,b_i] = \emptyset; thus, we can define an open rectangle B = (x_1 - \varepsilon_1, x_1 + \varepsilon_1) \times \dots \times (x_n - \varepsilon_n, x_n + \varepsilon_n) \subset \mathbb{R}^n - A with the property that for any x \in \mathbb{R}^n - A, x \in B \subset \mathbb{R}^n - A, completing the proof.
My questions:
1) Is this "proof" correct?
2) If so, is there an easier way to do this?
Thanks