theorem
  len s = 5
proof
  ex D st s = SpStSeq D by Def2;
  hence thesis by Th40;
end;
