I am trying to make sense of these. To me a is false because the set isn't empty. Is that correct?
b is true because the empty set is an element of that set.
c is false because the set the empty set isn't an element, it is a subset or proper subset.
d is true because the set the empty set is a member of that set.
e the set the empty set is false because it is not a proper subset I think
f false for the same reason
g false for the same
a) ∅ ∈ {∅}
b) ∅ ∈ {∅, {∅}}
c) {∅} ∈ {∅}
d) {∅} ∈ {{∅}}
e) {∅} ⊂ {∅, {∅}}
f ) {{∅}} ⊂ {∅, {∅}}
g) {{∅}} ⊂ {{∅}, {∅}}
I know not all these are correct, why is my logic wrong?