theorem Th12:
  X is Inconsistent implies for J,v holds not J,v |= X
proof
  reconsider p = 'not' VERUM(Al) as Element of CQC-WFF(Al);
  assume not X is Consistent;
  then X |- 'not' VERUM(Al) by Th6;
  then consider f such that
A1: rng f c= X and
A2: |- f^<*'not' VERUM(Al)*>;
  let J,v;
A3: Suc(f^<*p*>) = p by CALCUL_1:5;
  rng Ant(f^<*p*>) c= X by A1,CALCUL_1:5;
  then p is_formal_provable_from X by A2,A3,CALCUL_1:def 10;
  then
A4: X |= p by CALCUL_1:32;
  now
    assume J,v |= X;
    then J,v |= 'not' VERUM(Al) by A4,CALCUL_1:def 12;
    then not J,v |= VERUM(Al) by VALUAT_1:17;
    hence contradiction by VALUAT_1:32;
  end;
  hence thesis;
end;
