theorem Th48:
  1 <= i & i <= j & j < m & m <= n & n <= len f & (1 < i or n <
  len f) implies L~mid(f,i,j) misses L~mid(f,n,m)
proof
  mid(f,n,m) = Rev mid(f,m,n) by FINSEQ_6:196;
  then L~mid(f,n,m) = L~mid(f,m,n) by SPPOL_2:22;
  hence thesis by Th47;
end;
