theorem Th6:
  (SAT M).[n,TVERUM]=1
 proof
  assume not(SAT M).[n,TVERUM]=1;
  then not(SAT M).[n,TFALSUM]=0 by Th5;
  hence contradiction by Def11;
 end;
