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

Theorem dtru 2770
Description: At least two sets exist (or in terms of first-order logic, the universe of discourse has two or more objects). Note that we may not substitute the same variable for both x and y (as indicated by the distinct variable requirement), for otherwise we would contradict stdpc6 1127. Assuming that ZF set theory is consistent, we cannot prove this theorem unless we specify that x and y be distinct. Specifically, theorem cla4ev 1867 requires that x must not occur in the subexpression -. y = {(/)} in step 4 nor in the subexpression -. y = (/) in step 9. The proof verifier will require that x and y be in a distinct variable group to ensure this. You can check this by deleting the $d statement in set.mm and rerunning the verifier, which will print a detailed explanation of the distinct variable violation.

See dtruALT 2746 for a version proved without using ax-16 1210, ax-ext 1459, or ax-sep 2701.

Assertion
Ref Expression
dtru |- -. A.x x = y
Distinct variable group:   x,y

Proof of Theorem dtru
StepHypRef Expression
1 0inp0 2736 . . . 4 |- (y = (/) -> -. y = {(/)})
2 p0ex 2768 . . . . 5 |- {(/)} e. V
3 eqeq2 1483 . . . . . 6 |- (x = {(/)} -> (y = x <-> y = {(/)}))
43negbid 611 . . . . 5 |- (x = {(/)} -> (-. y = x <-> -. y = {(/)}))
52, 4cla4ev 1867 . . . 4 |- (-. y = {(/)} -> E.x -. y = x)
61, 5syl 10 . . 3 |- (y = (/) -> E.x -. y = x)
7 0ex 2709 . . . 4 |- (/) e. V
8 eqeq2 1483 . . . . 5 |- (x = (/) -> (y = x <-> y = (/)))
98negbid 611 . . . 4 |- (x = (/) -> (-. y = x <-> -. y = (/)))
107, 9cla4ev 1867 . . 3 |- (-. y = (/) -> E.x -. y = x)
116, 10pm2.61i 126 . 2 |- E.x -. y = x
12 exnal 1038 . . 3 |- (E.x -. y = x <-> -. A.x y = x)
13 eqcom 1476 . . . . 5 |- (y = x <-> x = y)
1413albii 999 . . . 4 |- (A.x y = x <-> A.x x = y)
1514negbii 187 . . 3 |- (-. A.x y = x <-> -. A.x x = y)
1612, 15bitr 173 . 2 |- (E.x -. y = x <-> -. A.x x = y)
1711, 16mpbi 189 1 |- -. A.x x = y
Colors of variables: wff set class
Syntax hints:  -. wn 2  A.wal 954   = wceq 956  E.wex 980  (/)c0 2278  {csn 2407
This theorem is referenced by:  dtrucor 2771  dvdemo1 2773  zfcndpow 4956
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 962  ax-gen 963  ax-8 964  ax-10 966  ax-11 967  ax-12 968  ax-13 969  ax-14 970  ax-17 971  ax-4 973  ax-5o 975  ax-6o 978  ax-9o 1123  ax-10o 1140  ax-16 1210  ax-11o 1218  ax-ext 1459  ax-sep 2701  ax-nul 2708  ax-pow 2740
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-ex 981  df-sb 1172  df-eu 1382  df-mo 1383  df-clab 1464  df-cleq 1469  df-clel 1472  df-ne 1586  df-v 1810  df-dif 2047  df-un 2048  df-in 2049  df-ss 2051  df-nul 2279  df-pw 2400  df-sn 2410  df-pr 2411
Copyright terms: Public domain