set SS = AllSymbolsOf S;
set strings = ((AllSymbolsOf S) *) \ {{}};
defpred S1[ string of S] means ( $1 is wff & $1 is exal );
defpred S2[ set ] means verum;
deffunc H1( set ) -> set = $1;
A1: for w being string of S st S1[w] holds
S2[w] ;
set IT = { H1(w) where w is string of S : S1[w] } ;
{ H1(w) where w is string of S : S1[w] } c= { H1(w) where w is string of S : S2[w] } from FRAENKEL:sch 1(A1);
hence { phi where phi is string of S : ( phi is wff & phi is exal ) } is Subset of (((AllSymbolsOf S) *) \ {{}}) by DOMAIN_1:18; :: thesis: verum