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