theorem Th1:
  Seg 3 = {1,2,3}
proof
  thus Seg 3 = {1,2} \/ {2 + 1} by FINSEQ_1:2,9
    .= {1,2,3} by ENUMSET1:3;
end;
