We know that 2017 is a prime number. I'm trying to find the multiplicative inverse for $2^{1000}$ mod $2017$.
By the Fermat theorem, we have $2^{2016}\equiv 1\pmod {2017}$. It follows that $2^{1000}\cdot2^{1016}\equiv1\pmod {2017}$. Thus, $2^{1016}$ is the multiplicative inverse of $2^{1000}$ mod $2016$.
Is my reasoning right?