Given the following structure:
$A = \{1,2,3\}$
$S^A = \{1,2\}$
$T^A = \{(1,2),(2,2),(2,3)\}$
$f^A(1) = 2$
$f^A(2) = 2$
$f^A(3) = 2$
can I say that the formula $∀xT(f(x),x)$ is satisfiable on the structure just because it is true for $x=3$ or should it be also true for $x = 1$ and $x = 2$?