All subsets of Z that have an even number of members. For example, the set{1,2,3,4}would be in this set, but{1,2,3}would not be in the set.
I thought that it would be something like {A ⊆ ℤ | |A| / 2 ∈ ℤ}
in set-builder and {infinity?}
in set-roster. I believe it to be infinity because you could have 100, 1000, 10000, etc, elements and they would have an even amount of elements. Such as, A = {1, 2, 80, -7, -5, 43}
. The cardinality of A
is 6 but I could put in two more arbitrary elements and it would be at 8 and therefore still an even amount of members.
Can anybody please explain how I am thinking incorrectly? I think the answer is infinity but I do not know how to express infinity in set-roster notation.
Thanks!