Given a set $X$ and a topological space $Y$ the set of all (not necesarilly continuous) maps from $X$ to $Y$ is denoted by $Y^X$.
As a brief introduction to the problem, I first want to specify what I mean by normal space as I'm not sure if theres different deffinitions.
A topological space $X$ is $T_1$ if for every pair of different points $x,y\in X$ there exist two open sets $U,V$ sutch that $x\in U$, $x\notin V$ and $y\in V$, $y\notin V$.
A topological space $X$ is normal if it is $T_1$ and if for every two disjoint closed sets $C_1,C_2 \subset X$ there exist two disjoint open sets $U_1,U_2$ sutch that $C_1\subset U_1$ and $C_2 \subset U_2$.
Now, over the set of all maps from $X$ to $Y$ the point-open topology is the one defined by the subbase $$\mathcal S = \{U^x:x\in X \textrm{ and }U\textrm{ is open in }Y\}$$ where $A^B = \{f\in X^Y : f(B)\subset A\}$ is the notation used in this post where $A\subset Y$ and $B\subset X$.
With this in mind, in the book "Topology and Maps" by T.Husain, in chapter VIII there is an exercise that says:
If $E$ is a set and $F$ is a normal topological sapce, then $F^E$ is not necessarily normal.
I've been thinking about such a space but I can't find an example.
As a corollary, if $F^E$ is normal and $E$ is uncountable, then $F$ is limit point compact.
– Jakobian May 08 '25 at 14:09