theorem Th5:
  i in dom ll implies ll.i is bound_QC-variable of Al
proof
  assume i in dom ll;
  then
A1: ll.i in rng ll by FUNCT_1:3;
  rng ll c= bound_QC-variables(Al) by RELAT_1:def 19;
  hence thesis by A1;
end;
