(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

1. 'a : S
2. h : 'a
3. t : hlist('a)
  (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 )


By: Analyze


Generated subgoal:

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

10 steps

About:
natural_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