(9steps total) PrintForm Definitions Lemmas hol bool Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: hcond def 1 1 1

1. 'a : S
2. t : 
3. t1 : 'a
4. t2 : 'a
  if t then t1 else t2 fi 
  =
  (@x:'a. ((t = true)(x = t1)(t = false)(x = t2)))


By: Unab [`bchoose`]
THEN
LemmaRW
Thm* P:('aType), x:'aP(x (y:'aP(y x = y (@y:'aP(y)) = x


Generated subgoal:

1   if t then t1 else t2 fi 
  =
  (@x:'a. ((t = true)(x = t1)(t = false)(x = t2)))

5 steps

About:
boolbfalsebtrueassertfunctionuniverseequalimpliesall
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

(9steps total) PrintForm Definitions Lemmas hol bool Sections HOLlib Doc