

InterviewSolution
Saved Bookmarks
1. |
Let `A`be a non-empty set such that `AxxB=AxxC`. Show that `B=C`. |
Answer» Let b is an element of B. `a in A` `(a,b) in (A*B)` `(a,b) in (A*C)` `b in c`-(1) `B subset C`-(A) Let `c` be an arbitrary element set C `(a,c) in A*C` `(a,c) in A*B` `C in B` `C subset B`-(B) This is only possible when B=C. |
|