Nuprl Definition : count_pairs

count(x < in P[x; y]) ==  sum(if i <j ∧b P[L[i]; L[j]] then else fi  i < ||L||; j < ||L||)



Definitions occuring in Statement :  double_sum: sum(f[x; y] x < n; y < m) select: L[n] length: ||as|| band: p ∧b q ifthenelse: if then else fi  lt_int: i <j natural_number: $n
Definitions occuring in definition :  double_sum: sum(f[x; y] x < n; y < m) length: ||as|| ifthenelse: if then else fi  band: p ∧b q lt_int: i <j select: L[n] natural_number: $n
FDL editor aliases :  count_pairs

Latex:
count(x  <  y  in  L  |  P[x;  y])  ==
    sum(if  i  <z  j  \mwedge{}\msubb{}  P[L[i];  L[j]]  then  1  else  0  fi    |  i  <  ||L||;  j  <  ||L||)



Date html generated: 2016_05_15-PM-02_05_31
Last ObjectModification: 2015_09_23-AM-07_37_50

Theory : list!


Home Index