theorem Th92:
  for p,q holds p = (q | p) | ((q | q) | p)
proof
  let p,q;
  (q | q) | (q | q) = q by SHEFFER1:def 13;
  hence thesis by Th91;
end;
