set O = OwnSymbolsOf S;
set f = I | (OwnSymbolsOf S);
set D = dom (I | (OwnSymbolsOf S));
set C = U \/ BOOLEAN;
now :: thesis: for s being own Element of S holds (I | (OwnSymbolsOf S)) . s is Interpreter of s,Uend;
then I | (OwnSymbolsOf S) is Interpreter of S,U by Def3;
hence for b1 being Function st b1 = I | (OwnSymbolsOf S) holds
b1 is S,U -interpreter-like by Def4; :: thesis: verum