set O = OwnSymbolsOf S;
set f = I | (OwnSymbolsOf S);
set D = dom (I | (OwnSymbolsOf S));
set C = U \/ BOOLEAN;
now end;
then I | (OwnSymbolsOf S) is Interpreter of S,U by DefInterpreter2;
hence for b1 being Function st b1 = I | (OwnSymbolsOf S) holds
b1 is S,U -interpreter-like by DefInterpreterLike; :: thesis: verum