Show that every sequence of $2^n$ numbers taken from $A$ contains a consecutive block of numbers whose...
$begingroup$
Let $A$ be a set of $n$ positive integers. Show that every sequence of $2^n$ numbers taken from $A$ contains a consecutive block of numbers whose product is square.(For instance, {2,5,3,2,5,2,3,5} contains the block 5,3,2,5,2,3 .)
I think this has something to do with the pigeon-hole principle but apart from that I have no idea how to proceed any further.
Any hint guys?
Thank You
combinatorics
$endgroup$
add a comment |
$begingroup$
Let $A$ be a set of $n$ positive integers. Show that every sequence of $2^n$ numbers taken from $A$ contains a consecutive block of numbers whose product is square.(For instance, {2,5,3,2,5,2,3,5} contains the block 5,3,2,5,2,3 .)
I think this has something to do with the pigeon-hole principle but apart from that I have no idea how to proceed any further.
Any hint guys?
Thank You
combinatorics
$endgroup$
add a comment |
$begingroup$
Let $A$ be a set of $n$ positive integers. Show that every sequence of $2^n$ numbers taken from $A$ contains a consecutive block of numbers whose product is square.(For instance, {2,5,3,2,5,2,3,5} contains the block 5,3,2,5,2,3 .)
I think this has something to do with the pigeon-hole principle but apart from that I have no idea how to proceed any further.
Any hint guys?
Thank You
combinatorics
$endgroup$
Let $A$ be a set of $n$ positive integers. Show that every sequence of $2^n$ numbers taken from $A$ contains a consecutive block of numbers whose product is square.(For instance, {2,5,3,2,5,2,3,5} contains the block 5,3,2,5,2,3 .)
I think this has something to do with the pigeon-hole principle but apart from that I have no idea how to proceed any further.
Any hint guys?
Thank You
combinatorics
combinatorics
asked Oct 29 '11 at 22:30
RashmirathiRashmirathi
32037
32037
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Hint: You have a list of $2^n$ vectors of length $n$ over $mathbb{Z}_2$. Show that there is a consecutive block of vectors that sum to zero.
$endgroup$
$begingroup$
Length $leq n$?
$endgroup$
– zyx
Oct 30 '11 at 2:12
$begingroup$
@zyx, yes because we can pretend wlog that the numbers in $A$ are distinct primes. Then the criterion is just that the consecutive block must contain an even number of instances of each element.
$endgroup$
– Henning Makholm
Oct 30 '11 at 6:59
$begingroup$
@Henning, that observation was the point of my question. All numbers relatively prime is the worst case. In the easier case such as powers of one prime, the mod 2 vector space is of smaller dimension so one can either improve the statement of the problem (one does not quite need 2^n numbers from A but 2^(dimension of the mod 2 space for A), or the wording of the answer should be modified slightly. Assuming that you and I and Yuval are discussing the same vector space...
$endgroup$
– zyx
Oct 30 '11 at 7:07
$begingroup$
@zyx, I thought you were asking why $le n$ would always be enough. Even if a smaller space can sometimes work, it is easier always to use the same size and just pad with zeroes if not all dimensions are needed. It's just an existence proof we're after, after all.
$endgroup$
– Henning Makholm
Oct 30 '11 at 7:12
add a comment |
$begingroup$
First I'm sorry for bad English. But there is a solution.
Define sets for i = 1 to 2^n :
M(i) = {x ; x is number with odd occurence in subsequence from position 1 to i}
M(0) = {}
For every i M(i) is subset of A.
{M(0), M(1), …, M(2^n)} is set of 2^n + 1 set. But number of all subsets of A i 2^n. So there must exists j and k that M(j) = M(k). Subsequence from position j + 1 to position k is then a perfect square.
$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%2f77032%2fshow-that-every-sequence-of-2n-numbers-taken-from-a-contains-a-consecutive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Hint: You have a list of $2^n$ vectors of length $n$ over $mathbb{Z}_2$. Show that there is a consecutive block of vectors that sum to zero.
$endgroup$
$begingroup$
Length $leq n$?
$endgroup$
– zyx
Oct 30 '11 at 2:12
$begingroup$
@zyx, yes because we can pretend wlog that the numbers in $A$ are distinct primes. Then the criterion is just that the consecutive block must contain an even number of instances of each element.
$endgroup$
– Henning Makholm
Oct 30 '11 at 6:59
$begingroup$
@Henning, that observation was the point of my question. All numbers relatively prime is the worst case. In the easier case such as powers of one prime, the mod 2 vector space is of smaller dimension so one can either improve the statement of the problem (one does not quite need 2^n numbers from A but 2^(dimension of the mod 2 space for A), or the wording of the answer should be modified slightly. Assuming that you and I and Yuval are discussing the same vector space...
$endgroup$
– zyx
Oct 30 '11 at 7:07
$begingroup$
@zyx, I thought you were asking why $le n$ would always be enough. Even if a smaller space can sometimes work, it is easier always to use the same size and just pad with zeroes if not all dimensions are needed. It's just an existence proof we're after, after all.
$endgroup$
– Henning Makholm
Oct 30 '11 at 7:12
add a comment |
$begingroup$
Hint: You have a list of $2^n$ vectors of length $n$ over $mathbb{Z}_2$. Show that there is a consecutive block of vectors that sum to zero.
$endgroup$
$begingroup$
Length $leq n$?
$endgroup$
– zyx
Oct 30 '11 at 2:12
$begingroup$
@zyx, yes because we can pretend wlog that the numbers in $A$ are distinct primes. Then the criterion is just that the consecutive block must contain an even number of instances of each element.
$endgroup$
– Henning Makholm
Oct 30 '11 at 6:59
$begingroup$
@Henning, that observation was the point of my question. All numbers relatively prime is the worst case. In the easier case such as powers of one prime, the mod 2 vector space is of smaller dimension so one can either improve the statement of the problem (one does not quite need 2^n numbers from A but 2^(dimension of the mod 2 space for A), or the wording of the answer should be modified slightly. Assuming that you and I and Yuval are discussing the same vector space...
$endgroup$
– zyx
Oct 30 '11 at 7:07
$begingroup$
@zyx, I thought you were asking why $le n$ would always be enough. Even if a smaller space can sometimes work, it is easier always to use the same size and just pad with zeroes if not all dimensions are needed. It's just an existence proof we're after, after all.
$endgroup$
– Henning Makholm
Oct 30 '11 at 7:12
add a comment |
$begingroup$
Hint: You have a list of $2^n$ vectors of length $n$ over $mathbb{Z}_2$. Show that there is a consecutive block of vectors that sum to zero.
$endgroup$
Hint: You have a list of $2^n$ vectors of length $n$ over $mathbb{Z}_2$. Show that there is a consecutive block of vectors that sum to zero.
answered Oct 29 '11 at 22:38
Yuval FilmusYuval Filmus
48.8k472146
48.8k472146
$begingroup$
Length $leq n$?
$endgroup$
– zyx
Oct 30 '11 at 2:12
$begingroup$
@zyx, yes because we can pretend wlog that the numbers in $A$ are distinct primes. Then the criterion is just that the consecutive block must contain an even number of instances of each element.
$endgroup$
– Henning Makholm
Oct 30 '11 at 6:59
$begingroup$
@Henning, that observation was the point of my question. All numbers relatively prime is the worst case. In the easier case such as powers of one prime, the mod 2 vector space is of smaller dimension so one can either improve the statement of the problem (one does not quite need 2^n numbers from A but 2^(dimension of the mod 2 space for A), or the wording of the answer should be modified slightly. Assuming that you and I and Yuval are discussing the same vector space...
$endgroup$
– zyx
Oct 30 '11 at 7:07
$begingroup$
@zyx, I thought you were asking why $le n$ would always be enough. Even if a smaller space can sometimes work, it is easier always to use the same size and just pad with zeroes if not all dimensions are needed. It's just an existence proof we're after, after all.
$endgroup$
– Henning Makholm
Oct 30 '11 at 7:12
add a comment |
$begingroup$
Length $leq n$?
$endgroup$
– zyx
Oct 30 '11 at 2:12
$begingroup$
@zyx, yes because we can pretend wlog that the numbers in $A$ are distinct primes. Then the criterion is just that the consecutive block must contain an even number of instances of each element.
$endgroup$
– Henning Makholm
Oct 30 '11 at 6:59
$begingroup$
@Henning, that observation was the point of my question. All numbers relatively prime is the worst case. In the easier case such as powers of one prime, the mod 2 vector space is of smaller dimension so one can either improve the statement of the problem (one does not quite need 2^n numbers from A but 2^(dimension of the mod 2 space for A), or the wording of the answer should be modified slightly. Assuming that you and I and Yuval are discussing the same vector space...
$endgroup$
– zyx
Oct 30 '11 at 7:07
$begingroup$
@zyx, I thought you were asking why $le n$ would always be enough. Even if a smaller space can sometimes work, it is easier always to use the same size and just pad with zeroes if not all dimensions are needed. It's just an existence proof we're after, after all.
$endgroup$
– Henning Makholm
Oct 30 '11 at 7:12
$begingroup$
Length $leq n$?
$endgroup$
– zyx
Oct 30 '11 at 2:12
$begingroup$
Length $leq n$?
$endgroup$
– zyx
Oct 30 '11 at 2:12
$begingroup$
@zyx, yes because we can pretend wlog that the numbers in $A$ are distinct primes. Then the criterion is just that the consecutive block must contain an even number of instances of each element.
$endgroup$
– Henning Makholm
Oct 30 '11 at 6:59
$begingroup$
@zyx, yes because we can pretend wlog that the numbers in $A$ are distinct primes. Then the criterion is just that the consecutive block must contain an even number of instances of each element.
$endgroup$
– Henning Makholm
Oct 30 '11 at 6:59
$begingroup$
@Henning, that observation was the point of my question. All numbers relatively prime is the worst case. In the easier case such as powers of one prime, the mod 2 vector space is of smaller dimension so one can either improve the statement of the problem (one does not quite need 2^n numbers from A but 2^(dimension of the mod 2 space for A), or the wording of the answer should be modified slightly. Assuming that you and I and Yuval are discussing the same vector space...
$endgroup$
– zyx
Oct 30 '11 at 7:07
$begingroup$
@Henning, that observation was the point of my question. All numbers relatively prime is the worst case. In the easier case such as powers of one prime, the mod 2 vector space is of smaller dimension so one can either improve the statement of the problem (one does not quite need 2^n numbers from A but 2^(dimension of the mod 2 space for A), or the wording of the answer should be modified slightly. Assuming that you and I and Yuval are discussing the same vector space...
$endgroup$
– zyx
Oct 30 '11 at 7:07
$begingroup$
@zyx, I thought you were asking why $le n$ would always be enough. Even if a smaller space can sometimes work, it is easier always to use the same size and just pad with zeroes if not all dimensions are needed. It's just an existence proof we're after, after all.
$endgroup$
– Henning Makholm
Oct 30 '11 at 7:12
$begingroup$
@zyx, I thought you were asking why $le n$ would always be enough. Even if a smaller space can sometimes work, it is easier always to use the same size and just pad with zeroes if not all dimensions are needed. It's just an existence proof we're after, after all.
$endgroup$
– Henning Makholm
Oct 30 '11 at 7:12
add a comment |
$begingroup$
First I'm sorry for bad English. But there is a solution.
Define sets for i = 1 to 2^n :
M(i) = {x ; x is number with odd occurence in subsequence from position 1 to i}
M(0) = {}
For every i M(i) is subset of A.
{M(0), M(1), …, M(2^n)} is set of 2^n + 1 set. But number of all subsets of A i 2^n. So there must exists j and k that M(j) = M(k). Subsequence from position j + 1 to position k is then a perfect square.
$endgroup$
add a comment |
$begingroup$
First I'm sorry for bad English. But there is a solution.
Define sets for i = 1 to 2^n :
M(i) = {x ; x is number with odd occurence in subsequence from position 1 to i}
M(0) = {}
For every i M(i) is subset of A.
{M(0), M(1), …, M(2^n)} is set of 2^n + 1 set. But number of all subsets of A i 2^n. So there must exists j and k that M(j) = M(k). Subsequence from position j + 1 to position k is then a perfect square.
$endgroup$
add a comment |
$begingroup$
First I'm sorry for bad English. But there is a solution.
Define sets for i = 1 to 2^n :
M(i) = {x ; x is number with odd occurence in subsequence from position 1 to i}
M(0) = {}
For every i M(i) is subset of A.
{M(0), M(1), …, M(2^n)} is set of 2^n + 1 set. But number of all subsets of A i 2^n. So there must exists j and k that M(j) = M(k). Subsequence from position j + 1 to position k is then a perfect square.
$endgroup$
First I'm sorry for bad English. But there is a solution.
Define sets for i = 1 to 2^n :
M(i) = {x ; x is number with odd occurence in subsequence from position 1 to i}
M(0) = {}
For every i M(i) is subset of A.
{M(0), M(1), …, M(2^n)} is set of 2^n + 1 set. But number of all subsets of A i 2^n. So there must exists j and k that M(j) = M(k). Subsequence from position j + 1 to position k is then a perfect square.
answered Dec 19 '18 at 18:15
RajkoRajko
1
1
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%2f77032%2fshow-that-every-sequence-of-2n-numbers-taken-from-a-contains-a-consecutive%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