theorem
  X in Y & X c= Z implies meet Y c= Z
proof
  assume that
A1: X in Y and
A2: X c= Z;
  meet Y c= X by A1,Th3;
  hence thesis by A2;
end;
