theorem Th8:
  All(x,p) => p in Cn(X)
proof
 T is being_a_theory & X c= T implies All(x,p) => p in T;
  hence thesis by Def2;
end;
