I define a vector as any object $(a_i,a_j, a_k)$ such that it transforms the same way as the coordinates themselves. That is if $x'_i = R_{ij}x_j$, then $a'_i = R_{ij}a_j$ (using the Einstein convention of summing over repeated indices). Please correct me if this is not a proper definition.
I now want to take the cross product of two vectors, $\vec{c} = \vec{a}\times \vec{b}$ and prove (by this definition) that the output is also a vector. Using the Levi-Civita symbol, we have
$c'_i = R_{ij}c_j = det(R) R_{ij}\epsilon_{jlm}a_l b_m$
But this should somehow be the same as the cross product of the transformed $\vec{a}$ and $\vec{b}$. That is $c'_i = \epsilon_{ijk}a'_jb'_k = \epsilon_{ijk}R_{jl} a_l R_{km}b_m$
How do I reconcile these two? I know I should get $\rm{det(R)}$ in the second expression somehow but I can't see how to express it in this notation.