theorem
  Q|A = R|A implies Q.:A = R.:A
proof
  assume Q|A = R|A;
  hence Q.:A = (R|A).:A by Th121
  .= R.:A by Th121;
end;
