The correct option is D ∀XϵU∀YϵU (X \ Y=Y′ \ X′)
S={1,2,3,4,5,6}
U is the power set of S⇒U=P(S)
U={{} {1}, {2},…{1,2}, {1,3},…{1,2,3},…{1,2,3,4},…{1,2,3,4,5}…{1,2,3,4,5,6}}
|U|=26=64 elements
TϵU⇒T′ϵU
RϵU, T \ R=T−R
(a) ∀XϵU(|X|=|X′|) means that every subset of S has same size as its complement. Clearly this is False.
(For example, {1}ϵU, and complement of {1}={2,3,4,5,6})
(b)∃XϵU∀YϵU(|X|=5, |Y|=5) and X∩ Y=Φ means that there are two 5 element subsets of S which have nothing in common. This clearly False.
Since any two 5 element subsets will have atleast 4 elements in common.
(c) ∀XϵU∀YϵU(|X|=2, |Y|=3) and X\Y=Φ means that every 2 element subset X and every 3 element subset Y will have X−Y=0 i.e., X⊆Y.
This is clearly False as can be seen from the example X={1,2}, Y={3,4,5} where X/⊆Y
(d) ∀XϵU∀YϵU (X \ Y=Y′ \ X′) means that for any two subsets X and Y, X \ Y=Y′\ X′
i.e. X−Y=Y′−X′.
This is clearly True since by boolean algebra
LHS =X−Y=XY′.
RHS =Y′−X′=Y′X and therefore LHS = RHS.