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

Theorem ifeq1 2368
Description: Equality theorem for conditional operator.
Assertion
Ref Expression
ifeq1 |- (A = B -> if(ph, A, C) = if(ph, B, C))

Proof of Theorem ifeq1
StepHypRef Expression
1 eleq2 1538 . . . . 5 |- (A = B -> (x e. A <-> x e. B))
21anbi1d 619 . . . 4 |- (A = B -> ((x e. A /\ ph) <-> (x e. B /\ ph)))
32orbi1d 617 . . 3 |- (A = B -> (((x e. A /\ ph) \/ (x e. C /\ -. ph)) <-> ((x e. B /\ ph) \/ (x e. C /\ -. ph))))
43abbidv 1580 . 2 |- (A = B -> {x | ((x e. A /\ ph) \/ (x e. C /\ -. ph))} = {x | ((x e. B /\ ph) \/ (x e. C /\ -. ph))})
5 df-if 2366 . 2 |- if(ph, A, C) = {x | ((x e. A /\ ph) \/ (x e. C /\ -. ph))}
6 df-if 2366 . 2 |- if(ph, B, C) = {x | ((x e. B /\ ph) \/ (x e. C /\ -. ph))}
74, 5, 63eqtr4g 1534 1 |- (A = B -> if(ph, A, C) = if(ph, B, C))
Colors of variables: wff set class
Syntax hints:  -. wn 2   -> wi 3   \/ wo 222   /\ wa 223   = wceq 958   e. wcel 960  {cab 1466  ifcif 2365
This theorem is referenced by:  ifeq12 2372  ifeq1d 2373  rdgeq2 3941
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-8 966  ax-10 968  ax-12 970  ax-17 973  ax-4 975  ax-5o 977  ax-6o 980  ax-9o 1125  ax-10o 1142  ax-16 1212  ax-11o 1220  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-if 2366
Copyright terms: Public domain