Starting my self-study of the book "A Concise Introduction to Pure Mathematics", I came up with the following stone in the road (on page 2 incidentally).
We say T is a subset of a set S if every element of T also belongs to S... We write T ⊆ S if T is a subset of S, and T ⊄ S if not. For example, S={1, {2}, cat}
{cat} ⊆ S, {{2}} ⊆ S, {2} ⊄ S
My question is why is {2} ⊄ s
(or {{2}}⊆ S) ? Why does the inclusion property not propagate down the subsets? Is this just a stricter definition of inclusion? I still wonder how I haven't thought about this question after years of university studies.