Basic set theory / mathematical notation

jaejoon89
Messages
187
Reaction score
0
I'm supposed to write the following intervals as sets in descriptive form:

a. (t, infinity), t a fixed real number

b. (0, 1/n), n a fixed natural number

---

I think it is:
a. (t, infinity) = {x: t < x < infinity}
b. (0,1/n) = {x: 0 < x < 1/n}

Is this correct?
Also, how do you indicate that t is a fixed real number and n a fixed natural number?
 
Physics news on Phys.org
This seems fine. The only comment I will make is that I don't think you need the infinity in the "descriptive form". The extended real number system is defined so that {x: t < x} would suffice, iirc.
 
jaejoon89 said:
a. (t, infinity) = {x: t < x < infinity}
b. (0,1/n) = {x: 0 < x < 1/n}

Is this correct?
Also, how do you indicate that t is a fixed real number and n a fixed natural number?

I agree with snipez90's comment. Also, it would be good to be explicit about what x, t, and n are. You would notate this as x\in\mathbb{R}. To say that t is a fixed real number, just say t\in\mathbb{R}, and to say that n is a fixed natural number, just say n\in\mathbb{N}.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top