Zulip Chat Archive

Stream: new members

Topic: Codes correcting single-deletion


ĐẶNG HẢI ĐĂNG (Nov 29 2024 at 02:42):

Hi all, here is the introduction to my problem:

(Theorem). Let qq and nn be integers, and let x=(x1,x2,,xn)Zqn\mathbf{x}= \left ( x_{1}, x_{2}, \ldots, x_{n} \right )\in\mathbb{Z}_{q}^{n} be a vector. No matter which single element xix_{i} is deleted, it is always possible to recover xix_{i} using the syndrome
a=i=1niDiff(x)imodqna= \sum\limits_{i= 1}^{n}i\operatorname{Diff}\left ( \mathbf{x} \right )_{i}\mod qn
where Diff(x)=(x1x2,x2x3,,xn1xn,xn)\operatorname{Diff}\left ( \mathbf{x} \right )= \left ( x_{1}- x_{2}, x_{2}- x_{3}, \ldots, x_{n- 1}- x_{n}, x_{n} \right )
(This result is part of the Differential VT codes construction: see arXiv:2311.04578.).

(Conjecture). Let qq and nn be integers, and let x=(x1,x2,,xn)Zqn\mathbf{x}= \left ( x_{1}, x_{2}, \ldots, x_{n} \right )\in\mathbb{Z}_{q}^{n} be a vector. Is it possible to always recover any deleted element xix_{i} using the modified syndrome
a=i=1n(i+12)Diff(x)imodkqn{a}'= \sum\limits_{i= 1}^{n}\binom{i+ 1}{2}\operatorname{Diff}\left ( \mathbf{x} \right )_{i}\mod kqn
where Diff(x)=(x1x2,x2x3,,xn1xn,xn)\operatorname{Diff}\left ( \mathbf{x} \right )= \left ( x_{1}- x_{2}, x_{2}- x_{3}, \ldots, x_{n- 1}- x_{n}, x_{n} \right ) and kk is a positive integer constant?

The question arises from exploring new code constructions based on this modified syndrome. My goal is to formalize this new construction and determine the appropriate constant kk, leveraging Lean theorem-proving techniques.

I would greatly appreciate your guidance and insights. Thanks a real lot!


Last updated: May 02 2025 at 03:31 UTC