Show that a binary perfect linear $[n,k,d]$ code is generated by its words of minimal weight.
$begingroup$
Question
Show that a binary perfect linear $[n,k,d]$ code is generated by its words of minimal weight.
What I have so far
We can try to solve this by induction on the weight of the words in the code.
Induction base: if a word has weight $d$, then it generates itself and has minimal weight.
Induction step: now suppose that we know that for every word of weight $l>d$ we know that it is generated by words of minimal weight. We now look at the words of weight $l+1$.
This is the hardest step of the proof and I'm stuck here. Any suggestions?
coding-theory
$endgroup$
add a comment |
$begingroup$
Question
Show that a binary perfect linear $[n,k,d]$ code is generated by its words of minimal weight.
What I have so far
We can try to solve this by induction on the weight of the words in the code.
Induction base: if a word has weight $d$, then it generates itself and has minimal weight.
Induction step: now suppose that we know that for every word of weight $l>d$ we know that it is generated by words of minimal weight. We now look at the words of weight $l+1$.
This is the hardest step of the proof and I'm stuck here. Any suggestions?
coding-theory
$endgroup$
1
$begingroup$
You don't seem to be using the "perfect" property anywhere...
$endgroup$
– leonbloy
Jan 7 at 14:44
$begingroup$
Yes I've noticed. Don't really know how to use it here though..
$endgroup$
– xzeo
Jan 7 at 14:48
add a comment |
$begingroup$
Question
Show that a binary perfect linear $[n,k,d]$ code is generated by its words of minimal weight.
What I have so far
We can try to solve this by induction on the weight of the words in the code.
Induction base: if a word has weight $d$, then it generates itself and has minimal weight.
Induction step: now suppose that we know that for every word of weight $l>d$ we know that it is generated by words of minimal weight. We now look at the words of weight $l+1$.
This is the hardest step of the proof and I'm stuck here. Any suggestions?
coding-theory
$endgroup$
Question
Show that a binary perfect linear $[n,k,d]$ code is generated by its words of minimal weight.
What I have so far
We can try to solve this by induction on the weight of the words in the code.
Induction base: if a word has weight $d$, then it generates itself and has minimal weight.
Induction step: now suppose that we know that for every word of weight $l>d$ we know that it is generated by words of minimal weight. We now look at the words of weight $l+1$.
This is the hardest step of the proof and I'm stuck here. Any suggestions?
coding-theory
coding-theory
edited Jan 7 at 14:49
amWhy
1
1
asked Jan 7 at 14:26
xzeoxzeo
388111
388111
1
$begingroup$
You don't seem to be using the "perfect" property anywhere...
$endgroup$
– leonbloy
Jan 7 at 14:44
$begingroup$
Yes I've noticed. Don't really know how to use it here though..
$endgroup$
– xzeo
Jan 7 at 14:48
add a comment |
1
$begingroup$
You don't seem to be using the "perfect" property anywhere...
$endgroup$
– leonbloy
Jan 7 at 14:44
$begingroup$
Yes I've noticed. Don't really know how to use it here though..
$endgroup$
– xzeo
Jan 7 at 14:48
1
1
$begingroup$
You don't seem to be using the "perfect" property anywhere...
$endgroup$
– leonbloy
Jan 7 at 14:44
$begingroup$
You don't seem to be using the "perfect" property anywhere...
$endgroup$
– leonbloy
Jan 7 at 14:44
$begingroup$
Yes I've noticed. Don't really know how to use it here though..
$endgroup$
– xzeo
Jan 7 at 14:48
$begingroup$
Yes I've noticed. Don't really know how to use it here though..
$endgroup$
– xzeo
Jan 7 at 14:48
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Ok, so $d=2t+1$.
A plan of attack for the inductive step. Justify everything.
- Let $x$ be a codeword of weight $ell+1$. Let $y$ be a vector formed by selecting $t+1$ of the $1$s in $x$, and setting the rest of the components to zero. In other words, $y$ has weight $t+1$, and $d(y,x)=ell-t$.
- Perfectness implies that there exists a codeword $z$ such that $d(y,z)le t$. Then $z$ must have the minimum weight $2t+1$.
- It follows that the codeword $x-z$ has weight $le ell$. The induction step follows from this.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3065062%2fshow-that-a-binary-perfect-linear-n-k-d-code-is-generated-by-its-words-of-mi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Ok, so $d=2t+1$.
A plan of attack for the inductive step. Justify everything.
- Let $x$ be a codeword of weight $ell+1$. Let $y$ be a vector formed by selecting $t+1$ of the $1$s in $x$, and setting the rest of the components to zero. In other words, $y$ has weight $t+1$, and $d(y,x)=ell-t$.
- Perfectness implies that there exists a codeword $z$ such that $d(y,z)le t$. Then $z$ must have the minimum weight $2t+1$.
- It follows that the codeword $x-z$ has weight $le ell$. The induction step follows from this.
$endgroup$
add a comment |
$begingroup$
Ok, so $d=2t+1$.
A plan of attack for the inductive step. Justify everything.
- Let $x$ be a codeword of weight $ell+1$. Let $y$ be a vector formed by selecting $t+1$ of the $1$s in $x$, and setting the rest of the components to zero. In other words, $y$ has weight $t+1$, and $d(y,x)=ell-t$.
- Perfectness implies that there exists a codeword $z$ such that $d(y,z)le t$. Then $z$ must have the minimum weight $2t+1$.
- It follows that the codeword $x-z$ has weight $le ell$. The induction step follows from this.
$endgroup$
add a comment |
$begingroup$
Ok, so $d=2t+1$.
A plan of attack for the inductive step. Justify everything.
- Let $x$ be a codeword of weight $ell+1$. Let $y$ be a vector formed by selecting $t+1$ of the $1$s in $x$, and setting the rest of the components to zero. In other words, $y$ has weight $t+1$, and $d(y,x)=ell-t$.
- Perfectness implies that there exists a codeword $z$ such that $d(y,z)le t$. Then $z$ must have the minimum weight $2t+1$.
- It follows that the codeword $x-z$ has weight $le ell$. The induction step follows from this.
$endgroup$
Ok, so $d=2t+1$.
A plan of attack for the inductive step. Justify everything.
- Let $x$ be a codeword of weight $ell+1$. Let $y$ be a vector formed by selecting $t+1$ of the $1$s in $x$, and setting the rest of the components to zero. In other words, $y$ has weight $t+1$, and $d(y,x)=ell-t$.
- Perfectness implies that there exists a codeword $z$ such that $d(y,z)le t$. Then $z$ must have the minimum weight $2t+1$.
- It follows that the codeword $x-z$ has weight $le ell$. The induction step follows from this.
answered Jan 7 at 18:54
Jyrki LahtonenJyrki Lahtonen
109k13169371
109k13169371
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3065062%2fshow-that-a-binary-perfect-linear-n-k-d-code-is-generated-by-its-words-of-mi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
You don't seem to be using the "perfect" property anywhere...
$endgroup$
– leonbloy
Jan 7 at 14:44
$begingroup$
Yes I've noticed. Don't really know how to use it here though..
$endgroup$
– xzeo
Jan 7 at 14:48