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

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