For example:
p = 5, q = 11, n = 55
$\phi$(55) = 40
e = 3, $\phi$(55) and 3 are relatively prime
m = 3, then: $3^3 mod(55) = 27$
m = 113, then: $113^3 mod(55) = 27$
I heard that e and $\phi$(n) have to be relatively prime in order for the encryption to give unique solutions, but it seems that even if they are, multiple values for m gives the same encrypted c value. Is this not a problem? Or am I missing something or doing something wrong? I am asking if it is a problem that multiple values of m give the same cipher text c.