ILE Home Intuitionistic Logic Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  ILE Home  >  Th. List  >  df-if Unicode version

Definition df-if 3536
Description: Define the conditional operator. Read  if ( ph ,  A ,  B ) as "if  ph then  A else  B". See iftrue 3540 and iffalse 3543 for its values. In mathematical literature, this operator is rarely defined formally but is implicit in informal definitions such as "let f(x)=0 if x=0 and 1/x otherwise."

In the absence of excluded middle, this will tend to be useful where  ph is decidable (in the sense of df-dc 835). (Contributed by NM, 15-May-1999.)

Assertion
Ref Expression
df-if  |-  if (
ph ,  A ,  B )  =  {
x  |  ( ( x  e.  A  /\  ph )  \/  ( x  e.  B  /\  -.  ph ) ) }
Distinct variable groups:    ph, x    x, A    x, B

Detailed syntax breakdown of Definition df-if
StepHypRef Expression
1 wph . . 3  wff  ph
2 cA . . 3  class  A
3 cB . . 3  class  B
41, 2, 3cif 3535 . 2  class  if (
ph ,  A ,  B )
5 vx . . . . . . 7  setvar  x
65cv 1352 . . . . . 6  class  x
76, 2wcel 2148 . . . . 5  wff  x  e.  A
87, 1wa 104 . . . 4  wff  ( x  e.  A  /\  ph )
96, 3wcel 2148 . . . . 5  wff  x  e.  B
101wn 3 . . . . 5  wff  -.  ph
119, 10wa 104 . . . 4  wff  ( x  e.  B  /\  -.  ph )
128, 11wo 708 . . 3  wff  ( ( x  e.  A  /\  ph )  \/  ( x  e.  B  /\  -.  ph ) )
1312, 5cab 2163 . 2  class  { x  |  ( ( x  e.  A  /\  ph )  \/  ( x  e.  B  /\  -.  ph ) ) }
144, 13wceq 1353 1  wff  if (
ph ,  A ,  B )  =  {
x  |  ( ( x  e.  A  /\  ph )  \/  ( x  e.  B  /\  -.  ph ) ) }
Colors of variables: wff set class
This definition is referenced by:  dfif6  3537  iftrue  3540  iffalse  3543  ifbi  3555  nfifd  3562  ifmdc  3575  if0ab  14560
  Copyright terms: Public domain W3C validator