273 views
0 votes
0 votes
Does associative properties follows only when all the operators in the given expression same (union or intersection) or it do follows when there are different symbols present in the given expression.

E.g.

a U (b U c) U d  =  a U b U (c U d) ;

(a U b) /\ c U d  =  a U (b /\ c) U d.

1 Answer

0 votes
0 votes
Associative properties follows only when symbols are same

You can take this example

A ={1,2,3}

B= {3,4,5}

C={1,3}

(AUB)∩C = {1,3}

AU(B∩C) = {1,2,3}

so we can see that both are not equal.

(AUB)∩C ≠ AU(B∩C)

Related questions

0 votes
0 votes
2 answers
1
3 votes
3 votes
1 answer
2
Aman Bisht asked Aug 17, 2017
2,246 views
how $\phi \cdot R = R \cdot \phi = \phi$ ? where R is regular expression, and why is $\phi^* is $\epsilon$
1 votes
1 votes
1 answer
3
cse23 asked Jun 4, 2016
907 views
0 votes
0 votes
1 answer
4
rajeshposts asked Sep 28, 2023
257 views
Following hasse diagram is Lattice. Is it right that complement of b – c only and complement of c – b only ?