theorem
  ( p <=> q ) => ( q => p ) in TAUT(A)
proof
  ( p <=> q ) = ( p => q ) '&' ( q => p ) by QC_LANG2:def 4;
  hence thesis by Th21;
end;
