theorem Th27:
  X1 |-| X2 & Y |- X1 implies Y |- X2
proof
  assume that
A1: X1 |-| X2 and
A2: Y |- X1;
  X1 |- X2 by A1,Th18;
  hence thesis by A2,Th9;
end;
