theorem
  P c= R & X c= Y implies P"X c= R"Y
proof
  assume P c= R & X c= Y;
  then P"X c= R"X & R"X c= R"Y by Th133,Th134;
  hence thesis;
end;
