theorem Th20: p '&&' q in tau X implies p in tau X & q in tau X
  proof
    assume p '&&' q in tau X;
    then A1: p => (q => TFALSUM) in tau X by Th19;
    then 'not' q in tau X by Th19;
    hence thesis by A1,Th19;
  end;
