Assume $H$ is a collision resistant and preimage resistant (unkeyed) hash function and $E(k,y)$ is a block cipher where $k$ is the key.
I am interested into the collision resistance of the composed function $F(k,x)=E(k,H(x))$. A collision for $F$ is defined as $(,)≠(′,′)$ such that $(,)=(′,′)$.
This post seems to say that $F$ should be collision resistant but I can't seem to find a way to formally prove it.
ps: Could you please indicate which definition of preimage resistance you would use to prove it? As there seems to be multiple ones.
edit: I have changed the formulation from permutation to block cipher. As explained by @poncho, the implication holds for permutation.