"Prove that if $det(A)=1$ and all the entries in $A$ are integers, then all the entries in $A^{-1}$ are integers."
I began by setting up the adjoint method for finding the inverse.
$A^{-1} = \cfrac {1}{det(A)} adj(A)$
given that $det(A)=1$,
$A^{-1}=adj(A)$
At this point I'm stuck. I think I need to work with an example containing integers, but I'm not quite sure.
The coefficient at place $(i,j)$ of $\operatorname{adj}A$ is the determinant of the matrix obtained by removing row $j$ and column $i$ from $A$, multiplied by $(-1)^{i+j}$.
The determinant of a matrix with integer coefficients is an integer.