HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Theorem xpundir 3232
Description: Distributive law for cross product over union. Similar to Theorem 103 of [Suppes] p. 52.
Assertion
Ref Expression
xpundir |- ((A u. B) X. C) = ((A X. C) u. (B X. C))

Proof of Theorem xpundir
StepHypRef Expression
1 elun 2176 . . . . . 6 |- (x e. (A u. B) <-> (x e. A \/ x e. B))
21anbi1i 483 . . . . 5 |- ((x e. (A u. B) /\ y e. C) <-> ((x e. A \/ x e. B) /\ y e. C))
3 andir 607 . . . . 5 |- (((x e. A \/ x e. B) /\ y e. C) <-> ((x e. A /\ y e. C) \/ (x e. B /\ y e. C)))
42, 3bitr 173 . . . 4 |- ((x e. (A u. B) /\ y e. C) <-> ((x e. A /\ y e. C) \/ (x e. B /\ y e. C)))
54opabbii 2676 . . 3 |- {<.x, y>. | (x e. (A u. B) /\ y e. C)} = {<.x, y>. | ((x e. A /\ y e. C) \/ (x e. B /\ y e. C))}
6 unopab 2684 . . 3 |- ({<.x, y>. | (x e. A /\ y e. C)} u. {<.x, y>. | (x e. B /\ y e. C)}) = {<.x, y>. | ((x e. A /\ y e. C) \/ (x e. B /\ y e. C))}
75, 6eqtr4 1501 . 2 |- {<.x, y>. | (x e. (A u. B) /\ y e. C)} = ({<.x, y>. | (x e. A /\ y e. C)} u. {<.x, y>. | (x e. B /\ y e. C)})
8 df-xp 3190 . 2 |- ((A u. B) X. C) = {<.x, y>. | (x e. (A u. B) /\ y e. C)}
9 df-xp 3190 . . 3 |- (A X. C) = {<.x, y>. | (x e. A /\ y e. C)}
10 df-xp 3190 . . 3 |- (B X. C) = {<.x, y>. | (x e. B /\ y e. C)}
119, 10uneq12i 2185 . 2 |- ((A X. C) u. (B X. C)) = ({<.x, y>. | (x e. A /\ y e. C)} u. {<.x, y>. | (x e. B /\ y e. C)})
127, 8, 113eqtr4 1508 1 |- ((A u. B) X. C) = ((A X. C) u. (B X. C))
Colors of variables: wff set class
Syntax hints:   \/ wo 222   /\ wa 223   = wceq 958   e. wcel 960   u. cun 2048  {copab 2671   X. cxp 3174
This theorem is referenced by:  xpun 3233  resundi 3384  cdaassen 4942
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 964  ax-gen 965  ax-8 966  ax-10 968  ax-12 970  ax-17 973  ax-4 975  ax-5o 977  ax-6o 980  ax-9o 1125  ax-10o 1142  ax-16 1212  ax-11o 1220  ax-ext 1462
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-ex 983  df-sb 1174  df-clab 1467  df-cleq 1472  df-clel 1475  df-v 1815  df-un 2053  df-opab 2672  df-xp 3190
Copyright terms: Public domain