Let $$\mathfrak{A} = <A, \Sigma^f_A, \Sigma^r_A>, \mathfrak{B} = <B, \Sigma^f_B, \Sigma^r_B> $$ be a structures where $\Sigma^f_A, \Sigma^f_B $ set of function symbols, $\Sigma^r_A, \Sigma^r_B $ are set of relationships. Now, let $$\mathfrak{C} = \mathfrak{A} \cup \mathfrak{B} = <A \cup B, \Sigma^f_A \cup \Sigma^f_B, \Sigma^r_A \cup \Sigma^R_B> $$ Let $\Sigma^f_A \cup \Sigma^f_B = \emptyset $. Let $\mathfrak{A}, \mathfrak{B} \models \phi$ Prove that $\mathfrak{C} \models \phi$ or give a contrargument.
It seems that it is not true. But I cannot find an argument. Please help.
Consider the non-transitivity property
$$ \exists x. \exists y. \exists z. R(x,y) \wedge R(y,z) \wedge \neg R(x,z)$$
It is easy to find two first-order structures $(A,\Sigma^f_A, \Sigma^r_A)$ and $(B,\Sigma^f_B,\Sigma^r_B)$ for which this property is true for the interpretation of $R$ (as described in $\Sigma^r_A$ and $\Sigma^r_B$, respectively) but such that the union of the structures fails to satisfy it.
Let $R_A = \{ (1,2), (2,3), (1,4) \}$ and $R_B = \{ (1,3), (3,4) \}$. Then $R_A$ and $R_B$ are both non-transitive, but $R_A \cup R_B$ is transitive.