theorem Th66:
  p in q implies (T,p,q)incl.(p,q) = [p,q]
  proof assume
    p in q; then
    p c= q by ORDINAL1:def 2;
    hence thesis by Th62;
  end;
