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

Theorem ceqsex2 1839
Description: Elimination of two existential quantifiers, using implicit substitution. (Contributed by Scott Fenton, 7-Jun-2006.)
Hypotheses
Ref Expression
ceqsex2.1 |- (ps -> A.xps)
ceqsex2.2 |- (ch -> A.ych)
ceqsex2.3 |- A e. V
ceqsex2.4 |- B e. V
ceqsex2.5 |- (x = A -> (ph <-> ps))
ceqsex2.6 |- (y = B -> (ps <-> ch))
Assertion
Ref Expression
ceqsex2 |- (E.xE.y((x = A /\ y = B) /\ ph) <-> ch)
Distinct variable groups:   x,y,A   x,B,y

Proof of Theorem ceqsex2
StepHypRef Expression
1 anass 441 . . . . 5 |- (((x = A /\ y = B) /\ ph) <-> (x = A /\ (y = B /\ ph)))
21exbii 1053 . . . 4 |- (E.y((x = A /\ y = B) /\ ph) <-> E.y(x = A /\ (y = B /\ ph)))
3 19.42v 1310 . . . 4 |- (E.y(x = A /\ (y = B /\ ph)) <-> (x = A /\ E.y(y = B /\ ph)))
42, 3bitr 173 . . 3 |- (E.y((x = A /\ y = B) /\ ph) <-> (x = A /\ E.y(y = B /\ ph)))
54exbii 1053 . 2 |- (E.xE.y((x = A /\ y = B) /\ ph) <-> E.x(x = A /\ E.y(y = B /\ ph)))
6 ax-17 973 . . . . 5 |- (y = B -> A.x y = B)
7 ceqsex2.1 . . . . 5 |- (ps -> A.xps)
86, 7hban 1011 . . . 4 |- ((y = B /\ ps) -> A.x(y = B /\ ps))
98hbex 1008 . . 3 |- (E.y(y = B /\ ps) -> A.xE.y(y = B /\ ps))
10 ceqsex2.3 . . 3 |- A e. V
11 ceqsex2.5 . . . . 5 |- (x = A -> (ph <-> ps))
1211anbi2d 618 . . . 4 |- (x = A -> ((y = B /\ ph) <-> (y = B /\ ps)))
1312exbidv 1281 . . 3 |- (x = A -> (E.y(y = B /\ ph) <-> E.y(y = B /\ ps)))
149, 10, 13ceqsex 1837 . 2 |- (E.x(x = A /\ E.y(y = B /\ ph)) <-> E.y(y = B /\ ps))
15 ceqsex2.2 . . 3 |- (ch -> A.ych)
16 ceqsex2.4 . . 3 |- B e. V
17 ceqsex2.6 . . 3 |- (y = B -> (ps <-> ch))
1815, 16, 17ceqsex 1837 . 2 |- (E.y(y = B /\ ps) <-> ch)
195, 14, 183bitr 177 1 |- (E.xE.y((x = A /\ y = B) /\ ph) <-> ch)
Colors of variables: wff set class
Syntax hints:   -> wi 3   <-> wb 146   /\ wa 223  A.wal 956   = wceq 958   e. wcel 960  E.wex 982  Vcvv 1814
This theorem is referenced by:  ceqsex2v 1840
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-12 970  ax-17 973  ax-4 975  ax-5o 977  ax-6o 980  ax-9o 1125  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
Copyright terms: Public domain