theorem Th80:
  <*>D/^k = <*>D
proof
  per cases;
  suppose
    k = 0;
    hence thesis;
  end;
  suppose
    k > 0;
    then k > len <*>D;
    hence thesis by RFINSEQ:def 1;
  end;
end;
