
theorem Th5:
  for f be non constant standard special_circular_sequence holds
  BDD L~f is connected
proof
  let f be non constant standard special_circular_sequence;
  BDD L~f = RightComp f or BDD L~f = LeftComp f by Th1;
  hence thesis;
end;
