@kartal,
I Found something for my solution but Again I need some help
1.Vx(S(x) ---> ?EzF(x, z)) premise
2.VxVy(F(x, y) ^ ?EzF(y, z) ---> UF(x, y)) premise
3.S(a) ---> ?EzF(a, z) (1,V elim [x/b])
4.F(a, b) ^ ?EzF(b, z) ---> UF(a, b) (2, V elim [x/a][y/b])
. 5. SUBDERIVATION
5.1 S(a) assumption
5.2 ?EzF(a, z) (3, 5.1 --> elim)
.
.
.
.
10.F(a, b) ^ S(b) ----> UF(a, b)
Now I need to find F(a,b) then I can use ^ intro 5.2 and F(a,b)
So I can find
F(a, b) ^ ?EzF(b, z) and after that using --> elim I can achieve UF(a,b)
But my question is how I can carry F(a,b) can I assump it or is this a way to derive it from another way