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

Theorem preqr1 2472
Description: Reverse equality lemma for unordered pairs. If two unordered pairs have the same second element, the first elements are equal.
Hypotheses
Ref Expression
preqr1.1 |- A e. V
preqr1.2 |- B e. V
Assertion
Ref Expression
preqr1 |- ({A, C} = {B, C} -> A = B)

Proof of Theorem preqr1
StepHypRef Expression
1 preqr1.1 . . . . 5 |- A e. V
21pri1 2441 . . . 4 |- A e. {A, C}
3 eleq2 1527 . . . 4 |- ({A, C} = {B, C} -> (A e. {A, C} <-> A e. {B, C}))
42, 3mpbii 193 . . 3 |- ({A, C} = {B, C} -> A e. {B, C})
51elpr 2414 . . 3 |- (A e. {B, C} <-> (A = B \/ A = C))
64, 5sylib 198 . 2 |- ({A, C} = {B, C} -> (A = B \/ A = C))
7 preqr1.2 . . . . 5 |- B e. V
87pri1 2441 . . . 4 |- B e. {B, C}
9 eleq2 1527 . . . 4 |- ({A, C} = {B, C} -> (B e. {A, C} <-> B e. {B, C}))
108, 9mpbiri 194 . . 3 |- ({A, C} = {B, C} -> B e. {A, C})
117elpr 2414 . . 3 |- (B e. {A, C} <-> (B = A \/ B = C))
1210, 11sylib 198 . 2 |- ({A, C} = {B, C} -> (B = A \/ B = C))
13 eqcom 1469 . 2 |- (A = B <-> B = A)
14 eqeq2 1476 . 2 |- (A = C -> (B = A <-> B = C))
156, 12, 13, 14oplem1 770 1 |- ({A, C} = {B, C} -> A = B)
Colors of variables: wff set class
Syntax hints:   -> wi 3   \/ wo 222   = wceq 953   e. wcel 955  Vcvv 1802  {cpr 2400
This theorem is referenced by:  preqr2 2473  opthwiener 2796
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-10 963  ax-12 965  ax-17 968  ax-4 970  ax-5o 972  ax-6o 975  ax-9o 1119  ax-10o 1136  ax-16 1206  ax-11o 1213  ax-ext 1452
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-ex 978  df-sb 1168  df-clab 1457  df-cleq 1462  df-clel 1465  df-v 1803  df-un 2040  df-sn 2402  df-pr 2403
Copyright terms: Public domain