theorem
  F[;](d,i|->d9) = i |-> (F.(d,d9))
proof
  thus F[;](d,i|->d9) = F.:(i |->d,i|->d9)
    .= i |-> (F.(d,d9)) by Th17;
end;
