Suppose $R_{ij}$ is a matrix that corresponds to an "infinitesimal" rotation. Then my notes mention that such matrix can be rewritten as: $$R_{ij} = \delta _{ij} + \epsilon w_{ij}$$
where $w_{ij} = - w_{ji}$ is antisymmetric and $\epsilon$ is a small quantity. Now I know that a rotation matrix must be orthogonal,but I am unsure on why is $w_{ij}$ must be antisymmetric. Also why would such a matrix represent an infinitesimal rotation?
$\require{enclose} \def\e{\varepsilon}$ The defining equation for a rotation matrix is the orthogonality condition $$I=R^TR$$ Add a tiny perturbation to the identity matrix, then enforce the orthogonality condition. $$\eqalign{ I &= (I+\e W)^T(I+\e W) \\ I &= I + \e W + \e W^T + (\enclose{horizontalstrike}{\e^2W^TW}) \\ 0 &= \e W + \e W^T \\ W &= -W^T \\ }$$ Conclusion: A skew-symmetric perturbation of the identity matrix yields a rotation matrix.