sa1988
- 221
- 23
Homework Statement
Homework Equations
The Attempt at a Solution
Q.1
I'm a little confused with how subsets and elements are defined in the case of the given set "A" as it seems to be a set of sets, so I'm going to throw my answers out and would appreciate any guidance on where I'm wrong (if anywhere).
A = \Big\{\emptyset, \big\{\emptyset, \{\emptyset\}\big\}\Big\}
"A" has two elements
a) \emptyset\subset A - True
b) \emptyset\in A - True
c) \{\emptyset\}\subset A - Not true
d) \{\emptyset\}\in A - Not true
e) \{\emptyset, \{\emptyset\}\}\subset A - True
f) \{\emptyset, \{\emptyset\}\}\in A - True
Q.2
Not sure what's going on here either. I think the issue is in my own flawed understanding of the notation used in sets generally.
f : R \rightarrow R such that f(x) = x^{2}
My understanding thus far is that the cartesian product of two sets X and Y is:
X \times Y = \{(x,y) : x\in X, y\in Y\}
So in the case of f(x) = x^2, we have:
a) f((-1,2)) = (-1,2) \times (-1,2) = \big((-1,-1),(-1,2),(2,-1),(2,2)\big)
but then part of me wonders if I've got it all wrong and it should really just be f((-1,2)) = ((1,4)) ..??
And then for part b:
b) f((-1,2]) = ... ...
I don't really understand this at all since it has a square bracket which I'm led to believe means it represents a continuous interval of numbers not including that which is on the side of the curled bracket (according to this - interval notation). If that's the case, I don't know how to perform X \times Y in the way I defined above.
And then we have stuff to do with f^{-1} which is a whole other thing entirely.
(Just to check - am I right in saying that f^{-1} on a set Y is all the elements x \in X such that f(x) \in Y ??)
Or in other words: f^{-1}(Y) = \{ x \in X : f(x) \in Y \} - right?
Hints much appreciated, thanks.