recategorized by
1,717 views
1 votes
1 votes

Prove that : 

A  B = ( A ∪ B ) - ( A ∩ B )  

recategorized by

1 Answer

3 votes
3 votes

The symmetric difference using Venn diagram of two subsets A and B is a sub set of U, denoted by A △ B

and is defined by A △ B = (A – B) ∪ (B – A) Let A and B are two sets.

The symmetric difference of two sets A and B is the set (A – B) ∪ (B – A) and is denoted by A △ B.

Thus, A △ B = (A – B) ∪ (B – A) = {x : x ∉ A ∩ B}

or, A △ B = {x : [x ∈ A and x ∉ B] or [x ∈ B and x ∉ A]}

A △ B = (A – B) ∪ (B – A)

{1,3} = {1} ∪ {3}

{1,3} = {1,3}

 

"Hence Proved"

Related questions

1 votes
1 votes
0 answers
1