Equal Sets: Difference between revisions
Thakshashila (talk | contribs) Created page with "= Equal Sets - Definition and Examples= In set theory, '''equal sets''' are sets that contain the '''exact same elements'''. The order of elements or how they are written does not matter, only the content does. == Definition of Equal Sets == Two sets A and B are said to be '''equal''' if they have '''exactly the same elements'''. This means every element of set A is in set B, and every element of set B is in set A. * Mathematically: <math>A = B \iff (x \in A \Rightar..." |
Thakshashila (talk | contribs) |
||
Line 35: | Line 35: | ||
=== Example 3: === | === Example 3: === | ||
Let | Let E be the set of vowels in the word "APPLE". | ||
<math>F = \{ | The vowels are: A and E (note: repeated letters are not included more than once). | ||
Then '''E = F''' because | |||
<math>E = \{A, E\}</math> | |||
Let F be another set: | |||
<math>F = \{E, A\}</math> | |||
Then '''E = F''' because both sets have the same elements, even though the order is different. | |||
== How to Verify if Sets are Equal == | == How to Verify if Sets are Equal == |