theorem
  for S being Relation, R being X-defined Relation st R c= S holds R c= S|X
proof let S be Relation, R be X-defined Relation;
  R = R|X;
  hence thesis by Th70;
end;
