theorem
  x in dom (@S`2) implies (@S`2).x is bound_QC-variable of Al
proof
  assume x in dom (@S`2);
  then (@S`2).x in rng @S`2 by FUNCT_1:3;
  hence thesis;
end;
