let T, X be Subset of CQC-WFF ; :: thesis: ( T is being_a_theory & X c= T implies Cn X c= T )
assume A1: ( T is being_a_theory & X c= T ) ; :: thesis: Cn X c= T
thus Cn X c= T :: thesis: verum
proof
let a be set ; :: according to TARSKI:def 3 :: thesis: ( not a in Cn X or a in T )
assume A2: a in Cn X ; :: thesis: a in T
thus a in T by A1, A2, Def2; :: thesis: verum
end;