theorem
  VERUM(Al).(x,y) = VERUM(Al)
proof
  set S = [VERUM(Al),Sbst(x,y)];
  S is Al-Sub_VERUM by SUBSTUT1:def 19;
  hence thesis by SUBLEMMA:3;
end;
