MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  dfif6 Structured version   Visualization version   GIF version

Theorem dfif6 4531
Description: An alternate definition of the conditional operator df-if 4529 as a simple class abstraction. (Contributed by Mario Carneiro, 8-Sep-2013.)
Assertion
Ref Expression
dfif6 if(𝜑, 𝐴, 𝐵) = ({𝑥𝐴𝜑} ∪ {𝑥𝐵 ∣ ¬ 𝜑})
Distinct variable groups:   𝜑,𝑥   𝑥,𝐴   𝑥,𝐵

Proof of Theorem dfif6
Dummy variable 𝑦 is distinct from all other variables.
StepHypRef Expression
1 eleq1w 2817 . . . 4 (𝑥 = 𝑦 → (𝑥𝐴𝑦𝐴))
21anbi1d 631 . . 3 (𝑥 = 𝑦 → ((𝑥𝐴𝜑) ↔ (𝑦𝐴𝜑)))
3 eleq1w 2817 . . . 4 (𝑥 = 𝑦 → (𝑥𝐵𝑦𝐵))
43anbi1d 631 . . 3 (𝑥 = 𝑦 → ((𝑥𝐵 ∧ ¬ 𝜑) ↔ (𝑦𝐵 ∧ ¬ 𝜑)))
52, 4unabw 4297 . 2 ({𝑥 ∣ (𝑥𝐴𝜑)} ∪ {𝑥 ∣ (𝑥𝐵 ∧ ¬ 𝜑)}) = {𝑦 ∣ ((𝑦𝐴𝜑) ∨ (𝑦𝐵 ∧ ¬ 𝜑))}
6 df-rab 3434 . . 3 {𝑥𝐴𝜑} = {𝑥 ∣ (𝑥𝐴𝜑)}
7 df-rab 3434 . . 3 {𝑥𝐵 ∣ ¬ 𝜑} = {𝑥 ∣ (𝑥𝐵 ∧ ¬ 𝜑)}
86, 7uneq12i 4161 . 2 ({𝑥𝐴𝜑} ∪ {𝑥𝐵 ∣ ¬ 𝜑}) = ({𝑥 ∣ (𝑥𝐴𝜑)} ∪ {𝑥 ∣ (𝑥𝐵 ∧ ¬ 𝜑)})
9 df-if 4529 . 2 if(𝜑, 𝐴, 𝐵) = {𝑦 ∣ ((𝑦𝐴𝜑) ∨ (𝑦𝐵 ∧ ¬ 𝜑))}
105, 8, 93eqtr4ri 2772 1 if(𝜑, 𝐴, 𝐵) = ({𝑥𝐴𝜑} ∪ {𝑥𝐵 ∣ ¬ 𝜑})
Colors of variables: wff setvar class
Syntax hints:  ¬ wn 3  wa 397  wo 846   = wceq 1542  wcel 2107  {cab 2710  {crab 3433  cun 3946  ifcif 4528
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1798  ax-4 1812  ax-5 1914  ax-6 1972  ax-7 2012  ax-8 2109  ax-9 2117  ax-ext 2704
This theorem depends on definitions:  df-bi 206  df-an 398  df-or 847  df-tru 1545  df-ex 1783  df-sb 2069  df-clab 2711  df-cleq 2725  df-clel 2811  df-rab 3434  df-v 3477  df-un 3953  df-if 4529
This theorem is referenced by:  ifeq1  4532  ifeq2  4533  dfif3  4542
  Copyright terms: Public domain W3C validator