Ask your own question, for FREE!
Mathematics 11 Online
OpenStudy (anonymous):

Math proof. Can some here actually help! Thanks.

OpenStudy (anonymous):

typing it up

OpenStudy (anonymous):

\[\cup _ i \in I (A_i \cap B_i) \subseteq (\cup_i \in I A_i)\cap(\cup_i \in I B_i)\]

OpenStudy (anonymous):

the in I parts should be sub scripted with the respective unions

OpenStudy (perl):

$$ \large{ \cup _ {i \in I }(A_i \cap B_i) \subseteq (\cup_{i \in I}~ A_i)\cap(\cup_{i \in I}~ B_i) }$$

OpenStudy (anonymous):

thanks

OpenStudy (perl):

Also this works $$ \large{ \bigcup _ {i \in I }~(A_i \cap B_i) \subseteq (\bigcup_{i \in I}~ A_i)\cap(\bigcup_{i \in I}~ B_i) }$$

OpenStudy (anonymous):

Okay thanks, so how can I prove this?

OpenStudy (perl):

show that for an arbitrary x, if x is an element of the left side, it is also an element of the right side

OpenStudy (anonymous):

Yes, but I need to use logical forms to show that left side is a subset of right side

OpenStudy (anonymous):

it needs to be a rigorous proof

OpenStudy (perl):

try expanding the left side, use

OpenStudy (perl):

$$ \large \rm { \bigcup _ {i \in I }~(A_i \cap B_i) = (A_1 \cap B_1) \cup (A_2 \cap B_2) \cup ... (A_n \cap B_n) }$$

OpenStudy (perl):

even though \( I \) does not have to be a countable set, but this is a good start to get a feel where to go from here

OpenStudy (perl):

$$ \rm { \bigcup _ {i \in I }~(A_i \cap B_i) = (A_1 \cap B_1) \cup (A_2 \cap B_2) \cup ... (A_n \cap B_n) } $$

OpenStudy (anonymous):

I did that but I don't know what to do after that

OpenStudy (anonymous):

I got both sides to expanded form

OpenStudy (perl):

we can apply distributive laws to the expanded form

OpenStudy (anonymous):

my teacher wants the logical equivalent to these things though

OpenStudy (anonymous):

and using laws with the logical forms

OpenStudy (anonymous):

\[\cup_{i \in I}(A_i \cap B_i) \leftrightarrow (x \in A_1 \land x \in B_1) \lor ....( x \in A_i \land x \in b_i)\]

OpenStudy (perl):

ok we can do that

OpenStudy (anonymous):

Okay please show me the path lol

OpenStudy (perl):

we are dealing with a lot of statements here , but

OpenStudy (perl):

$$ x \in \cup_{i \in I}(A_i \cap B_i) \iff \\ (x \in A_1 \land x \in B_1) \lor ( x \in A_2 \land x \in B_2) \lor ...( x \in A_n \land x \in B_n) $$

OpenStudy (perl):

lets look at the first two statements ( p & q ) V ( r & s ) , how can we distribute that

OpenStudy (anonymous):

distributive law

OpenStudy (perl):

( p & q ) V ( r & s ) = (( p & q ) V r ) & ( (p &q ) v s )

OpenStudy (anonymous):

is p=a1 and b1

OpenStudy (perl):

right

OpenStudy (perl):

( p & q ) V ( r & s ) = (( p & q ) V r ) & ( (p &q ) v s ) = (r v ( p & q ) ) & ( s v (p &q ) ) = (( r v p ) & ( r v q )) & (( s v p ) & (s v q)) you can remove the outermost parentheses

OpenStudy (anonymous):

okay just to clarify: is p =a1 and q=b1 or is p=a1 and b1 and the what is q ?

OpenStudy (perl):

p = a1 , q = b1 r = a2, s = b2

OpenStudy (anonymous):

I don't think distributive law works with four terms only 3

OpenStudy (anonymous):

P^(QvR) = (P^Q)v(P^R)

OpenStudy (anonymous):

at least thats what I have in my notes

OpenStudy (perl):

i treated p &q as one term first

OpenStudy (anonymous):

so p and q = x or something?

OpenStudy (perl):

do you see how i did the first step ( p & q ) V ( r & s ) = (( p & q ) V r ) & ( (p &q ) v s )

OpenStudy (anonymous):

now, after looking at it again yes. thanks. So why can you take off the parenthesis on the outer part

OpenStudy (perl):

for the last step?

OpenStudy (anonymous):

yes

OpenStudy (perl):

by the associativity rule. you can drop parentheses if you have all &'s

OpenStudy (anonymous):

oh I didn't know that.

OpenStudy (perl):

carefully though

OpenStudy (perl):

( p & q ) V ( r & s ) = (( p & q ) V r ) & ( (p &q ) v s ) = (r v ( p & q ) ) & ( s v (p &q ) ) = (( r v p ) & ( r v q )) & (( s v p ) & (s v q)) = ( r v p ) & ( r v q ) & ( s v p ) & (s v q) = ( p v r ) & ( q v r ) & (p v s ) & ( q v s )

OpenStudy (anonymous):

okay I see. is this the last step? plugging in for all values looks kinda confusing

OpenStudy (perl):

i used commutativity , r v p = p v r

OpenStudy (anonymous):

yeah but I don't see what the end result of all of this should be. Do we need to do the same for the right hand side to show that both sides are equal now ?

OpenStudy (perl):

i have to write this on paper, let me see

OpenStudy (anonymous):

okay sure

OpenStudy (perl):

$$ x \in \cup_{i \in I}(A_i \cap B_i) \\ \iff \\ (x \in A_1 \land x \in B_1) \lor ( x \in A_2 \land x \in B_2) \lor ...( x \in A_n \land x \in B_n) \\ \iff \\ \\ (x \in A_1 \lor x \in A_2 \lor .. x \in A_n) \land ( x \in B_1 \lor x \in B_2... \lor~ x \in B_n) $$

OpenStudy (anonymous):

Is that last step just = ( r v p ) & ( r v q ) & ( s v p ) & (s v q) = ( p v r ) & ( q v r ) & (p v s ) & ( q v s )

OpenStudy (perl):

that was commutativity. i wanted to show that

OpenStudy (perl):

Claim: ( p & q ) V ( r & s ) = ( p v r ) & ( q v r ) & (p v s ) & ( q v s ) Proof: ( p & q ) V ( r & s ) = (( p & q ) V r ) & ( (p &q ) v s ) = (r v ( p & q ) ) & ( s v (p &q ) ) = (( r v p ) & ( r v q )) & (( s v p ) & (s v q)) = ( r v p ) & ( r v q ) & ( s v p ) & (s v q) = ( p v r ) & ( q v r ) & (p v s ) & ( q v s )

OpenStudy (anonymous):

Okay great I see now! one last thing: is this a rigor proof since we don't check all of the the index instead just the first few terms?

OpenStudy (perl):

i think we could simplify a bit more

OpenStudy (anonymous):

how so

OpenStudy (perl):

I am trying to use wolram to show that the two expressions are equal

OpenStudy (perl):

wolfram

OpenStudy (anonymous):

oh thats okay I can see that they would be, but I was just wondering if this is a rigorous proof

OpenStudy (perl):

not completely rigorous

OpenStudy (anonymous):

how can I make it completely rigorous

OpenStudy (anonymous):

Thanks a lot for your help perl I appreciate it

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!