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

Theorem cleqf 1984
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 1878 . 2 |- (A = B <-> A.y(y e. A <-> y e. B))
2 ax-17 1317 . . 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 1357 . . 3 |- ((y e. A <-> y e. B) -> A.x(y e. A <-> y e. B))
6 eleq1 1957 . . . 4 |- (x = y -> (x e. A <-> y e. A))
7 eleq1 1957 . . . 4 |- (x = y -> (x e. B <-> y e. B))
86, 7bibi12d 691 . . 3 |- (x = y -> ((x e. A <-> x e. B) <-> (y e. A <-> y e. B)))
92, 5, 8cbval 1527 . 2 |- (A.x(x e. A <-> x e. B) <-> A.y(y e. A <-> y e. B))
101, 9bitr4i 193 1 |- (A = B <-> A.x(x e. A <-> x e. B))
Colors of variables: wff set class
Syntax hints:   -> wi 3   <-> wb 163  A.wal 1296   = wceq 1298   e. wcel 1300
This theorem is referenced by:  abeq2 1999  eq2ab 2004  abid2f 2012  ne0f 2883  eqriv2 14281  strdif 16719
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 1304  ax-gen 1305  ax-8 1306  ax-12 1310  ax-17 1317  ax-4 1319  ax-5o 1321  ax-6o 1324  ax-9o 1481  ax-ext 1865
This theorem depends on definitions:  df-bi 164  df-an 242  df-ex 1327  df-cleq 1877  df-clel 1880
Copyright terms: Public domain