(37steps total) PrintForm Definitions Lemmas hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: list iso 2 3 1 1 1 1 1 1

1. 'a : S
2. x' : 'a List
3. n : 
  if n<||x'|| then x'[n] else arb('a) fi 
  =
  if n<||x'||
  then if n<||x'|| then x'[n] else arb('a) fi 
  else @x:'a. true
  fi 


By: BifCase THEN Simp THEN StrongAuto


Generated subgoal:

1 4. n<||x'||
  arb('a) = (@x:'a. true)

1 step

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

(37steps total) PrintForm Definitions Lemmas hol list 1 Sections HOLlib Doc