The question is about the encryption equation in asymmetric encryption.
For $c\equiv m^e\bmod n$, prove that for every unique $m$ there is a unique $c$.
Here $n=pq$ where $p$ and $q$ are primes larger than $m$ and the exponent $e$, is $\geq3$ and coprime with $p-1$ and $q-1$.
Thanks!
If ${\rm GCD}(e,(p-1)(q-1))={\rm GCD}(e,\phi(pq))={\rm GCD}(e,\phi(n))=1$ then you can find (by the so called Bezout identity) integers $r,s$ such that $$ re+s\phi(n)=1. $$ Thus you have $$ m\equiv m^{re+s\phi(n)}\equiv c^r\bmod n $$ and so you recover $m$ from $c$ proving its unicity.
In the above one uses the well known fact that $m^{\phi(n)}\equiv1\bmod n$ since the condition on $m$ implies that ${\rm GCD}(m,n)=1$ ($\phi$ is Euler's function, of course)