Nuprl Definition : pcw-pp-barred

partial path ⌜<n, ss>⌝ is barred if it is non-empty and the last step
has "decision" inr ⋅ .
This means that the path does not continue with decision inl b
that picks member of the domain of ⌜snd(w)⌝.⋅

Barred(pp) ==  let n,ss pp in 0 < n ∧ let p,w,d ss (n 1) in ↑isr(d)



Definitions occuring in Statement :  assert: b isr: isr(x) less_than: a < b spreadn: spread3 and: P ∧ Q apply: a spread: spread def subtract: m natural_number: $n
Definitions occuring in definition :  spread: spread def and: P ∧ Q less_than: a < b spreadn: spread3 apply: a subtract: m natural_number: $n assert: b isr: isr(x)
FDL editor aliases :  pcw-pp-barred

Latex:
Barred(pp)  ==    let  n,ss  =  pp  in  0  <  n  \mwedge{}  let  p,w,d  =  ss  (n  -  1)  in  \muparrow{}isr(d)



Date html generated: 2016_07_08-PM-04_47_44
Last ObjectModification: 2015_09_22-PM-05_47_09

Theory : co-recursion


Home Index