reserve p,q,r,s for boolean object;

theorem
  ((p => q) => r) => (q => r) = TRUE
proof
A1: q = FALSE or q = TRUE by Def3;
  r = FALSE or r = TRUE by Def3;
  hence thesis by A1;
end;
