

InterviewSolution
Saved Bookmarks
1. |
Difference between eqivalent sets and equal sets |
Answer» Equivalent sets refers to equal of elementsBut equal sets refer to same elements<br>Two sets A and B can be equal only if each element of set A is also the element of the set B. Also if two sets are the subsets of each other, they are said to be equal. This is represented by:A\xa0=\xa0BTo be equivalent, the sets should have the same cardinality. This means that there should be one to one correspondence between elements of both the sets. Here, one to one correspondence means that for each element in the set\xa0A, there exists an element in the set\xa0B\xa0till the sets get exhausted. | |