We have the following predicate logical formula $F$: $$\forall x(E(x,y)\rightarrow \neg \exists z(E(f(x,z),y)\land E(y,z)))$$
I want to give a substitution $\sigma$ that is not collision free for $F$.
Could you give me some hints how we could do that?
$$$$
EDIT:
Then I want to do the following:
Give an interpretation $(D_1,I_1)$ and a variable assignment $\beta_1$ so that it holds that $\text{val}_{D_1, I_1,\beta_1}(F) =w$.
By the definition we have that $\text{val}_{D, I,\beta}(1)=w$ and $\text{val}_{D, I,\beta}(0)=f$.
We want that $\text{val}_{D_1, I_1,\beta_1}(F) =w$.
We have that $\text{val}_{D_1, I_1,\beta_1}(x)=\beta_1 (x)$, right?
Does this have to be equal to $w$ ? Does this mean that it must hold that $\beta_1(x)=1$ ?