Nuprl Definition : copathAgree
copathAgree(a.B[a];w;x;y) ==
  let n,p = x 
  in let m,q = y 
     in if (n) < (m)  then coPathAgree(a.B[a];n;w;p;q)  else coPathAgree(a.B[a];m;w;p;q)
Definitions occuring in Statement : 
coPathAgree: coPathAgree(a.B[a];n;w;p;q)
, 
less: if (a) < (b)  then c  else d
, 
spread: spread def
Definitions occuring in definition : 
spread: spread def, 
less: if (a) < (b)  then c  else d
, 
coPathAgree: coPathAgree(a.B[a];n;w;p;q)
FDL editor aliases : 
copathAgree
Latex:
copathAgree(a.B[a];w;x;y)  ==
    let  n,p  =  x 
    in  let  m,q  =  y 
          in  if  (n)  <  (m)    then  coPathAgree(a.B[a];n;w;p;q)    else  coPathAgree(a.B[a];m;w;p;q)
Date html generated:
2019_06_20-PM-00_56_46
Last ObjectModification:
2019_01_02-PM-01_33_50
Theory : co-recursion-2
Home
Index