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

Definition df-if 3332
Description: Define the conditional operator. Read  if ( ph ,  A ,  B ) as "if  ph then  A else  B." See iftrue 3336 and iffalse 3339 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 743). (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 3331 . 2  class  if (
ph ,  A ,  B )
5 vx . . . . . . 7  setvar  x
65cv 1242 . . . . . 6  class  x
76, 2wcel 1393 . . . . 5  wff  x  e.  A
87, 1wa 97 . . . 4  wff  ( x  e.  A  /\  ph )
96, 3wcel 1393 . . . . 5  wff  x  e.  B
101wn 3 . . . . 5  wff  -.  ph
119, 10wa 97 . . . 4  wff  ( x  e.  B  /\  -.  ph )
128, 11wo 629 . . 3  wff  ( ( x  e.  A  /\  ph )  \/  ( x  e.  B  /\  -.  ph ) )
1312, 5cab 2026 . 2  class  { x  |  ( ( x  e.  A  /\  ph )  \/  ( x  e.  B  /\  -.  ph ) ) }
144, 13wceq 1243 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  3333  iftrue  3336  iffalse  3339  ifbi  3348  nfifd  3355
  Copyright terms: Public domain W3C validator