RLWE modulus switching is similar to LWE modulus switching. Recall that the RLWE cryptosystem (§B-3.2) comprises the following components:
Setup: ,
Encryption Input:
Encryption:
, where
RLWE modulus switching is done as follows:
Summary C-4.4 RLWE Modulus Switching
For an RLWE ciphertext where and , modulus switch of the ciphertext from to is equivalent to updating to as follows:
, where each
, where each
The above update effectively changes and as follows:
# which should be an integer
, where each
Meanwhile, and stay the same as before.
The proof is similar to that of LWE modulus switching.
Proof
(where , a rounding drift error)
(where )
(where )
# Grouping the terms by same exponents
Thus,
(where modulo is replaced by adding , an -degree polynomial whose each coefficient is some multiple of )
# where
Thus, , decrypting which will give us .
□