For the LHS:
Intersection of two sets has the common elements of both sets.
So, B∩C= { 4,6 }
A−(B∩C) will have elements of A which are not in (B∩C).
So, A−(B∩C)= { 1,2,3,5 } .....(1)
For the RHS:
A−B will have elements of A which are not in B.
So, A−B= { 1,3,5 }
A−C will have elements of A which are not in C.
So, A−C= { 1,2 }
Union of two sets will have the elements of both the sets
⇒(A−B)∪(A−C)= { 1,2,3,5 } ....(2)
From (1) and (2), we have,
A−(B∩C)=(A−B)∪(A−C)
A−(B∩C)−(A−B)∪(A−C)=0