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

Theorem cleqf 1552
Description: Establish equality between classes, using bound-variable hypotheses instead of distinct variable conditions.
Hypotheses
Ref Expression
cleqf.1 |- (y e. A -> A.x y e. A)
cleqf.2 |- (y e. B -> A.x y e. B)
Assertion
Ref Expression
cleqf |- (A = B <-> A.x(x e. A <-> x e. B))
Distinct variable groups:   y,A   y,B   x,y

Proof of Theorem cleqf
StepHypRef Expression
1 dfcleq 1463 . 2 |- (A = B <-> A.y(y e. A <-> y e. B))
2 ax-17 968 . . 3 |- ((x e. A <-> x e. B) -> A.y(x e. A <-> x e. B))
3 cleqf.1 . . . 4 |- (y e. A -> A.x y e. A)
4 cleqf.2 . . . 4 |- (y e. B -> A.x y e. B)
53, 4hbbi 1007 . . 3 |- ((y e. A <-> y e. B) -> A.x(y e. A <-> y e. B))
6 eleq1 1526 . . . 4 |- (x = y -> (x e. A <-> y e. A))
7 eleq1 1526 . . . 4 |- (x = y -> (x e. B <-> y e. B))
86, 7bibi12d 627 . . 3 |- (x = y -> ((x e. A <-> x e. B) <-> (y e. A <-> y e. B)))
92, 5, 8cbval 1161 . 2 |- (A.x(x e. A <-> x e. B) <-> A.y(y e. A <-> y e. B))
101, 9bitr4 176 1 |- (A = B <-> A.x(x e. A <-> x e. B))
Colors of variables: wff set class
Syntax hints:   -> wi 3   <-> wb 146  A.wal 951   = wceq 953   e. wcel 955
This theorem is referenced by:  abeq2 1560  eq2ab 1565  cbvab 1899  ne0f 2277
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 959  ax-gen 960  ax-8 961  ax-12 965  ax-17 968  ax-4 970  ax-5o 972  ax-6o 975  ax-9o 1119  ax-ext 1452
This theorem depends on definitions:  df-bi 147  df-an 225  df-ex 978  df-cleq 1462  df-clel 1465
Copyright terms: Public domain