Math Fundamentals18 sections · 814 units
Open in Course

Set Equality

Same elements

Two sets AA and BB are equal if they contain exactly the same elements. You write A=BA = B.

Sets AA and BB are equal if and only if ABA \subseteq B and BAB \subseteq A. This is the formal definition.

For example, {1,2,3}={3,2,1}\{1, 2, 3\} = \{3, 2, 1\} because order does not matter. Also, {1,1,2}={1,2}\{1, 1, 2\} = \{1, 2\} because duplicates do not count.