theorem for P be consistent PNPair holds not TFALSUM in rng P`1
  proof
    let P be consistent PNPair;
    assume TFALSUM in rng P`1;
    then {}l |- 'not' (P^) by Th28;
    hence contradiction by Def10;
  end;
