theorem Th21:
  Re (F||D) = (Re F)||D
proof
  let n be Element of NAT;
  (Re (F||D)).n = ((Re F).n)|D by Lm1;
  hence thesis by Def1;
end;
