Is this deduction correctly written as an application of =elim rule?
$t_1=t_3 \qquad Assumption$
$E\left[t_1/y_1,t_2/y_2\right]=E\left[t_1/y_1,t_2/y_2\right] \qquad = Intro$
$E\left[t_1/y_1,t_2/y_2\right]=E\left[t_3/y_1,t_2/y_2\right] \qquad = Elim \: 1,2$
E being an expression and $E[t_1/y_1,t_2/y_2]$ being the expression got from E by replacing each free occurrence of $y_1$ and each free occurrence of $y_2$ , in order by $t_1$ and $t_2$.