← problem archive

problem 1260

medium sets

Given two sets A and B, if every element of A is also an element of B and if every element of B is also an element of A, then the sets A and B are said to be equal. Clearly, the two sets have exactly the same elements. We consider the following examples: (i) Let A = {1, 2, 3, 4} and B = {3, 1, 4, 2}. Then A = B. (ii) Let A be the set of prime numbers less than 6 and P the set of prime factors of 30. Then A and P are equal, since 2, 3 and 5 are the only prime factors of 30 and also these are less than 6.