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