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

1. 'a : S
2. h : 'a
3. t : hlist('a)
  <n:. if n<||t||+1 then cons(ht)[n] else arb('a) fi ,||t||+1>
  =
  <m:. if m = 0 then h else 1of(rep_list('a;t))(pre(m)) fi 
  ,2of(rep_list('a;t))+1>
   ('a)


By: Analyze


Generated subgoals:

1   (n:. if n<||t||+1 then cons(ht)[n] else arb('a) fi )
  =
  (m:. if m = 0 then h else 1of(rep_list('a;t))(pre(m)) fi )

11 steps
2   ||t||+1 = 2of(rep_list('a;t))+1  
1 step

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

(17steps total) PrintForm Definitions Lemmas hol list 2 Sections HOLlib Doc