Nuprl Definition : proof_tree_ind

proof_tree_ind(effect;abort;progress;pf) ==
  W_ind(λa,f,q. let s,r in case effect <s, r> of inl(x) => progress mklist(||x||;f) i.(q i)) inr(x) => abort\000C r;pf)



Definitions occuring in Statement :  mklist: mklist(n;f) length: ||as|| W_ind: W_ind(F;w) apply: a lambda: λx.A[x] spread: spread def pair: <a, b> decide: case of inl(x) => s[x] inr(y) => t[y]
Definitions occuring in definition :  W_ind: W_ind(F;w) spread: spread def decide: case of inl(x) => s[x] inr(y) => t[y] pair: <a, b> mklist: mklist(n;f) length: ||as|| lambda: λx.A[x] apply: a
FDL editor aliases :  proof_tree_ind

Latex:
proof\_tree\_ind(effect;abort;progress;pf)  ==
    W\_ind(\mlambda{}a,f,q.  let  s,r  =  a 
                                in  case  effect  <s,  r>
                                        of  inl(x)  =>
                                        progress  s  r  mklist(||x||;f)  (\mlambda{}i.(q  i))
                                        |  inr(x)  =>
                                        abort  s  r;pf)



Date html generated: 2018_05_21-PM-06_28_46
Last ObjectModification: 2018_01_11-AM-09_45_13

Theory : general


Home Index