theorem
  Product(x .--> K) = K
proof
  thus Product(x .--> K) = card Funcs({x},K) by Th11
    .= card K by FUNCT_5:58
    .= K;
end;
