theorem Th120:
  {q} |-_IPC q 'or' r
proof
A1: {q} |-_IPC q by Th65;
  {q} |-_IPC q => (q 'or' r) by Th23;
  hence thesis by A1,Th27;
end;
