| Some definitions of interest. | |
| iff |   Q == (P   Q) & (P   Q) | 
|  A,B:Prop. (A   B)  Prop | |
| l_before |  l == [x; y]  l | 
|  T:Type, l:T List, x,y:T. x before y  l  Prop | |
| l_member |  l) ==  i:  . i<||l|| & x = l[i]  T | 
|  T:Type, x:T, l:T List. (x  l)  Prop | |
| sublist |  L2 Def ==  f:(  ||L1||    ||L2||). Def == increasing(f;||L1||) & (  j:  ||L1||. L1[j] = L2[(f(j))]  T) | 
|  T:Type, L1,L2:T List. L1  L2  Prop | 
About:
|  |  |  |  |  |  |  |  |  | 
|  |  |  |  |  |  |  |