let T be Polish-language; :: thesis: ( T is C -closed implies T is B -closed )
assume A1: T is C -closed ; :: thesis: T is B -closed
let p be FinSequence; :: according to POLNOT_1:def 15 :: thesis: for b1 being set
for b2 being set holds
( not p in dom B or not b1 = B . p or not b2 in T ^^ b1 or p ^ b2 in T )

let n be Nat; :: thesis: for b1 being set holds
( not p in dom B or not n = B . p or not b1 in T ^^ n or p ^ b1 in T )

let q be FinSequence; :: thesis: ( not p in dom B or not n = B . p or not q in T ^^ n or p ^ q in T )
assume that
A4: p in dom B and
A5: n = B . p and
A6: q in T ^^ n ; :: thesis: p ^ q in T
B c= C by Def3;
then ( dom B c= dom C & n = C . p ) by A4, A5, GRFUNC_1:2;
hence p ^ q in T by A1, A4, A6; :: thesis: verum