Arthur Engel Problem Solving Strategies infinite descent proof contradiction Ch-14 Q11If none of numbers:...
Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?
How dangerous is XSS?
Im going to France and my passport expires June 19th
Solving a recurrence relation (poker chips)
Can compressed videos be decoded back to their uncompresed original format?
Intersection Puzzle
Expand and Contract
Ambiguity in the definition of entropy
ssTTsSTtRrriinInnnnNNNIiinngg
How does a predictive coding aid in lossless compression?
What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
Why can't we play rap on piano?
How could indestructible materials be used in power generation?
How badly should I try to prevent a user from XSSing themselves?
Could the museum Saturn V's be refitted for one more flight?
Forgetting the musical notes while performing in concert
Watching something be piped to a file live with tail
Why is this clock signal connected to a capacitor to gnd?
How to show a landlord what we have in savings?
Avoiding direct proof while writing proof by induction
Arrow those variables!
What killed these X2 caps?
Examples of smooth manifolds admitting inbetween one and a continuum of complex structures
Arthur Engel Problem Solving Strategies infinite descent proof contradiction Ch-14 Q11
If none of numbers: $a,a+d,a+2d,…,a+(n-1)d$ are divisible by $n$,then prove that $n,d$ are coprime.How to find solutions of coin weighing problems with multiple light coins and prove optimalityObjects into two bags puzzleMy answer to this combi problem doesn't match the answer in the book (Problem-Solving Strategies)Problem from Olympiad from book Arthur EngelProblem from olympiad book by Arthur Engel (invariant problem)another olympiad problem from Arthur Engel related to invariantIs there a “balanced knapsacks” problem with a known result?Graph theoretic proof of irrational number.Problem on Invariances (Arthur Engel)Combinatorics problem on k sets and partionning a set of numbers, understanding of the proof
$begingroup$
The question goes as follows:
$2n+1$ integral weights are given, where $n geq 1$. If we remove any of the weights, the remaining $2n$ weights can be split into two heaps of equal weights. Prove that all weights are equal.
I was discussing the book with my teacher and she told me she found a contradiction to the statement. Basically, take $2n$ weights of weight $1$ (say $blue$ weights) and one weight of weight $2n-1$ (say $red$ weight). Here, if we remove one blue weight, then we can split with one red weight one side and the rest $2n-1$ blue weights on the other. If we remove the red weight, then we can split the rest blue weights into two partitions of size $n$. This partition satisfies the given condition and all the weights are not equal here.
So are we wrong here? How so? Because I find it hard to digest Arthur Engel being so wrong because in the solution section, he says this can be extended to rational and irrational weights as well.
Also, if we aren't, where is the step in Arthur Engel's proof which overlooks our case?
I'll put the original solution here as well, exactly as it is given in PSS:
Let $w_1,...,w_{2n+1}$ be the integral weights. Since any $2n$ of the weights balance, the sum of any $2n$ of the weights is even. This implies they are all of the same parity. If they are even, we set $w_i leftarrow frac{w_i}{2}$, and if they are odd, we set $w_i leftarrow frac{w_i-1}{2}$. In each case we get a new set of weights with the same balancing property. Applying this reduction repeatedly, we see that the $w_i$ are congruent mod $2^k$ for all $k$. This implies that all $w_i$ are equal.
Generalize the result to rational weights, which is easy, and to irrational weights, which is much more difficult.
linear-algebra combinatorics discrete-mathematics contest-math
$endgroup$
add a comment |
$begingroup$
The question goes as follows:
$2n+1$ integral weights are given, where $n geq 1$. If we remove any of the weights, the remaining $2n$ weights can be split into two heaps of equal weights. Prove that all weights are equal.
I was discussing the book with my teacher and she told me she found a contradiction to the statement. Basically, take $2n$ weights of weight $1$ (say $blue$ weights) and one weight of weight $2n-1$ (say $red$ weight). Here, if we remove one blue weight, then we can split with one red weight one side and the rest $2n-1$ blue weights on the other. If we remove the red weight, then we can split the rest blue weights into two partitions of size $n$. This partition satisfies the given condition and all the weights are not equal here.
So are we wrong here? How so? Because I find it hard to digest Arthur Engel being so wrong because in the solution section, he says this can be extended to rational and irrational weights as well.
Also, if we aren't, where is the step in Arthur Engel's proof which overlooks our case?
I'll put the original solution here as well, exactly as it is given in PSS:
Let $w_1,...,w_{2n+1}$ be the integral weights. Since any $2n$ of the weights balance, the sum of any $2n$ of the weights is even. This implies they are all of the same parity. If they are even, we set $w_i leftarrow frac{w_i}{2}$, and if they are odd, we set $w_i leftarrow frac{w_i-1}{2}$. In each case we get a new set of weights with the same balancing property. Applying this reduction repeatedly, we see that the $w_i$ are congruent mod $2^k$ for all $k$. This implies that all $w_i$ are equal.
Generalize the result to rational weights, which is easy, and to irrational weights, which is much more difficult.
linear-algebra combinatorics discrete-mathematics contest-math
$endgroup$
$begingroup$
I believe that the problem should state that the two heaps have not only the same weight, but also the same number of weights in them.
$endgroup$
– Wojowu
Mar 25 '17 at 14:43
1
$begingroup$
I have written the question exactly as it is in PSS.
$endgroup$
– Shikhar_Mohan
Mar 25 '17 at 14:57
$begingroup$
I believe you. Engel might have made a mistake, it's not impossible.
$endgroup$
– Wojowu
Mar 25 '17 at 15:06
add a comment |
$begingroup$
The question goes as follows:
$2n+1$ integral weights are given, where $n geq 1$. If we remove any of the weights, the remaining $2n$ weights can be split into two heaps of equal weights. Prove that all weights are equal.
I was discussing the book with my teacher and she told me she found a contradiction to the statement. Basically, take $2n$ weights of weight $1$ (say $blue$ weights) and one weight of weight $2n-1$ (say $red$ weight). Here, if we remove one blue weight, then we can split with one red weight one side and the rest $2n-1$ blue weights on the other. If we remove the red weight, then we can split the rest blue weights into two partitions of size $n$. This partition satisfies the given condition and all the weights are not equal here.
So are we wrong here? How so? Because I find it hard to digest Arthur Engel being so wrong because in the solution section, he says this can be extended to rational and irrational weights as well.
Also, if we aren't, where is the step in Arthur Engel's proof which overlooks our case?
I'll put the original solution here as well, exactly as it is given in PSS:
Let $w_1,...,w_{2n+1}$ be the integral weights. Since any $2n$ of the weights balance, the sum of any $2n$ of the weights is even. This implies they are all of the same parity. If they are even, we set $w_i leftarrow frac{w_i}{2}$, and if they are odd, we set $w_i leftarrow frac{w_i-1}{2}$. In each case we get a new set of weights with the same balancing property. Applying this reduction repeatedly, we see that the $w_i$ are congruent mod $2^k$ for all $k$. This implies that all $w_i$ are equal.
Generalize the result to rational weights, which is easy, and to irrational weights, which is much more difficult.
linear-algebra combinatorics discrete-mathematics contest-math
$endgroup$
The question goes as follows:
$2n+1$ integral weights are given, where $n geq 1$. If we remove any of the weights, the remaining $2n$ weights can be split into two heaps of equal weights. Prove that all weights are equal.
I was discussing the book with my teacher and she told me she found a contradiction to the statement. Basically, take $2n$ weights of weight $1$ (say $blue$ weights) and one weight of weight $2n-1$ (say $red$ weight). Here, if we remove one blue weight, then we can split with one red weight one side and the rest $2n-1$ blue weights on the other. If we remove the red weight, then we can split the rest blue weights into two partitions of size $n$. This partition satisfies the given condition and all the weights are not equal here.
So are we wrong here? How so? Because I find it hard to digest Arthur Engel being so wrong because in the solution section, he says this can be extended to rational and irrational weights as well.
Also, if we aren't, where is the step in Arthur Engel's proof which overlooks our case?
I'll put the original solution here as well, exactly as it is given in PSS:
Let $w_1,...,w_{2n+1}$ be the integral weights. Since any $2n$ of the weights balance, the sum of any $2n$ of the weights is even. This implies they are all of the same parity. If they are even, we set $w_i leftarrow frac{w_i}{2}$, and if they are odd, we set $w_i leftarrow frac{w_i-1}{2}$. In each case we get a new set of weights with the same balancing property. Applying this reduction repeatedly, we see that the $w_i$ are congruent mod $2^k$ for all $k$. This implies that all $w_i$ are equal.
Generalize the result to rational weights, which is easy, and to irrational weights, which is much more difficult.
linear-algebra combinatorics discrete-mathematics contest-math
linear-algebra combinatorics discrete-mathematics contest-math
edited Mar 18 at 17:42
darij grinberg
11.4k33167
11.4k33167
asked Mar 25 '17 at 14:32
Shikhar_MohanShikhar_Mohan
879
879
$begingroup$
I believe that the problem should state that the two heaps have not only the same weight, but also the same number of weights in them.
$endgroup$
– Wojowu
Mar 25 '17 at 14:43
1
$begingroup$
I have written the question exactly as it is in PSS.
$endgroup$
– Shikhar_Mohan
Mar 25 '17 at 14:57
$begingroup$
I believe you. Engel might have made a mistake, it's not impossible.
$endgroup$
– Wojowu
Mar 25 '17 at 15:06
add a comment |
$begingroup$
I believe that the problem should state that the two heaps have not only the same weight, but also the same number of weights in them.
$endgroup$
– Wojowu
Mar 25 '17 at 14:43
1
$begingroup$
I have written the question exactly as it is in PSS.
$endgroup$
– Shikhar_Mohan
Mar 25 '17 at 14:57
$begingroup$
I believe you. Engel might have made a mistake, it's not impossible.
$endgroup$
– Wojowu
Mar 25 '17 at 15:06
$begingroup$
I believe that the problem should state that the two heaps have not only the same weight, but also the same number of weights in them.
$endgroup$
– Wojowu
Mar 25 '17 at 14:43
$begingroup$
I believe that the problem should state that the two heaps have not only the same weight, but also the same number of weights in them.
$endgroup$
– Wojowu
Mar 25 '17 at 14:43
1
1
$begingroup$
I have written the question exactly as it is in PSS.
$endgroup$
– Shikhar_Mohan
Mar 25 '17 at 14:57
$begingroup$
I have written the question exactly as it is in PSS.
$endgroup$
– Shikhar_Mohan
Mar 25 '17 at 14:57
$begingroup$
I believe you. Engel might have made a mistake, it's not impossible.
$endgroup$
– Wojowu
Mar 25 '17 at 15:06
$begingroup$
I believe you. Engel might have made a mistake, it's not impossible.
$endgroup$
– Wojowu
Mar 25 '17 at 15:06
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
As I mention in the comments, I believe that in the problem we should have restricted that the two heaps we split into have equal size. To justify this, I will explain how the solution fails without this solution, but works with it.
The crucial step is the reduction $w_ileftarrowfrac{w_i-1}{2}$. Engel claims that "[...] we get a new set of weights with the same balancing property", but this is not necessarily true - if we apply this to the example your teacher gave (say with $n=2$), $1,1,1,1,3$, then this has the balancing property as you mention, but after reduction it doesn't - we get $0,0,0,0,1$, and after removing a zero we can't split it into two heaps of equal weight, since one would have to have weight $0$, other weight $1$.
So let's try to see why an "obvious" argument doesn't give us that the balancing property is preserved. After we remove one weight, say $w_1$, we can split the other ones into two heaps, say $w_2,dots, w_{k+1}$ and $w_{k+2},dots,w_{2n+1}$ of size $k$ and $2n-k$, so that $w_2+dots+w_{k+1}=w_{k+2}+dots+w_{2n+1}=W$. We would expect that this balancing would lead to a balancing in a new set of weights. Let's see if it does:
$$frac{w_2-1}{2}+dots+frac{w_{k+1}-1}{2}=frac{w_2+dots+w_{k+1}}{2}-frac{k}{2}=frac{W}{2}-frac{k}{2},\
frac{w_{k+2}-1}{2}+dots+frac{w_{2n+1}-1}{2}=frac{w_{k+2}+dots+w_{2 +1}}{2}-frac{2n-k}{2}=frac{W}{2}-frac{2n-k}{2}.$$
These are equal only when $k=2n-k$, i.e. when the heaps have equal sizes. So in general, we have no guarantee the new weights have the balancing property, unless we add the restriction in the problem that the heaps have to have equal sizes.
$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%2f2202527%2farthur-engel-problem-solving-strategies-infinite-descent-proof-contradiction-ch%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$
As I mention in the comments, I believe that in the problem we should have restricted that the two heaps we split into have equal size. To justify this, I will explain how the solution fails without this solution, but works with it.
The crucial step is the reduction $w_ileftarrowfrac{w_i-1}{2}$. Engel claims that "[...] we get a new set of weights with the same balancing property", but this is not necessarily true - if we apply this to the example your teacher gave (say with $n=2$), $1,1,1,1,3$, then this has the balancing property as you mention, but after reduction it doesn't - we get $0,0,0,0,1$, and after removing a zero we can't split it into two heaps of equal weight, since one would have to have weight $0$, other weight $1$.
So let's try to see why an "obvious" argument doesn't give us that the balancing property is preserved. After we remove one weight, say $w_1$, we can split the other ones into two heaps, say $w_2,dots, w_{k+1}$ and $w_{k+2},dots,w_{2n+1}$ of size $k$ and $2n-k$, so that $w_2+dots+w_{k+1}=w_{k+2}+dots+w_{2n+1}=W$. We would expect that this balancing would lead to a balancing in a new set of weights. Let's see if it does:
$$frac{w_2-1}{2}+dots+frac{w_{k+1}-1}{2}=frac{w_2+dots+w_{k+1}}{2}-frac{k}{2}=frac{W}{2}-frac{k}{2},\
frac{w_{k+2}-1}{2}+dots+frac{w_{2n+1}-1}{2}=frac{w_{k+2}+dots+w_{2 +1}}{2}-frac{2n-k}{2}=frac{W}{2}-frac{2n-k}{2}.$$
These are equal only when $k=2n-k$, i.e. when the heaps have equal sizes. So in general, we have no guarantee the new weights have the balancing property, unless we add the restriction in the problem that the heaps have to have equal sizes.
$endgroup$
add a comment |
$begingroup$
As I mention in the comments, I believe that in the problem we should have restricted that the two heaps we split into have equal size. To justify this, I will explain how the solution fails without this solution, but works with it.
The crucial step is the reduction $w_ileftarrowfrac{w_i-1}{2}$. Engel claims that "[...] we get a new set of weights with the same balancing property", but this is not necessarily true - if we apply this to the example your teacher gave (say with $n=2$), $1,1,1,1,3$, then this has the balancing property as you mention, but after reduction it doesn't - we get $0,0,0,0,1$, and after removing a zero we can't split it into two heaps of equal weight, since one would have to have weight $0$, other weight $1$.
So let's try to see why an "obvious" argument doesn't give us that the balancing property is preserved. After we remove one weight, say $w_1$, we can split the other ones into two heaps, say $w_2,dots, w_{k+1}$ and $w_{k+2},dots,w_{2n+1}$ of size $k$ and $2n-k$, so that $w_2+dots+w_{k+1}=w_{k+2}+dots+w_{2n+1}=W$. We would expect that this balancing would lead to a balancing in a new set of weights. Let's see if it does:
$$frac{w_2-1}{2}+dots+frac{w_{k+1}-1}{2}=frac{w_2+dots+w_{k+1}}{2}-frac{k}{2}=frac{W}{2}-frac{k}{2},\
frac{w_{k+2}-1}{2}+dots+frac{w_{2n+1}-1}{2}=frac{w_{k+2}+dots+w_{2 +1}}{2}-frac{2n-k}{2}=frac{W}{2}-frac{2n-k}{2}.$$
These are equal only when $k=2n-k$, i.e. when the heaps have equal sizes. So in general, we have no guarantee the new weights have the balancing property, unless we add the restriction in the problem that the heaps have to have equal sizes.
$endgroup$
add a comment |
$begingroup$
As I mention in the comments, I believe that in the problem we should have restricted that the two heaps we split into have equal size. To justify this, I will explain how the solution fails without this solution, but works with it.
The crucial step is the reduction $w_ileftarrowfrac{w_i-1}{2}$. Engel claims that "[...] we get a new set of weights with the same balancing property", but this is not necessarily true - if we apply this to the example your teacher gave (say with $n=2$), $1,1,1,1,3$, then this has the balancing property as you mention, but after reduction it doesn't - we get $0,0,0,0,1$, and after removing a zero we can't split it into two heaps of equal weight, since one would have to have weight $0$, other weight $1$.
So let's try to see why an "obvious" argument doesn't give us that the balancing property is preserved. After we remove one weight, say $w_1$, we can split the other ones into two heaps, say $w_2,dots, w_{k+1}$ and $w_{k+2},dots,w_{2n+1}$ of size $k$ and $2n-k$, so that $w_2+dots+w_{k+1}=w_{k+2}+dots+w_{2n+1}=W$. We would expect that this balancing would lead to a balancing in a new set of weights. Let's see if it does:
$$frac{w_2-1}{2}+dots+frac{w_{k+1}-1}{2}=frac{w_2+dots+w_{k+1}}{2}-frac{k}{2}=frac{W}{2}-frac{k}{2},\
frac{w_{k+2}-1}{2}+dots+frac{w_{2n+1}-1}{2}=frac{w_{k+2}+dots+w_{2 +1}}{2}-frac{2n-k}{2}=frac{W}{2}-frac{2n-k}{2}.$$
These are equal only when $k=2n-k$, i.e. when the heaps have equal sizes. So in general, we have no guarantee the new weights have the balancing property, unless we add the restriction in the problem that the heaps have to have equal sizes.
$endgroup$
As I mention in the comments, I believe that in the problem we should have restricted that the two heaps we split into have equal size. To justify this, I will explain how the solution fails without this solution, but works with it.
The crucial step is the reduction $w_ileftarrowfrac{w_i-1}{2}$. Engel claims that "[...] we get a new set of weights with the same balancing property", but this is not necessarily true - if we apply this to the example your teacher gave (say with $n=2$), $1,1,1,1,3$, then this has the balancing property as you mention, but after reduction it doesn't - we get $0,0,0,0,1$, and after removing a zero we can't split it into two heaps of equal weight, since one would have to have weight $0$, other weight $1$.
So let's try to see why an "obvious" argument doesn't give us that the balancing property is preserved. After we remove one weight, say $w_1$, we can split the other ones into two heaps, say $w_2,dots, w_{k+1}$ and $w_{k+2},dots,w_{2n+1}$ of size $k$ and $2n-k$, so that $w_2+dots+w_{k+1}=w_{k+2}+dots+w_{2n+1}=W$. We would expect that this balancing would lead to a balancing in a new set of weights. Let's see if it does:
$$frac{w_2-1}{2}+dots+frac{w_{k+1}-1}{2}=frac{w_2+dots+w_{k+1}}{2}-frac{k}{2}=frac{W}{2}-frac{k}{2},\
frac{w_{k+2}-1}{2}+dots+frac{w_{2n+1}-1}{2}=frac{w_{k+2}+dots+w_{2 +1}}{2}-frac{2n-k}{2}=frac{W}{2}-frac{2n-k}{2}.$$
These are equal only when $k=2n-k$, i.e. when the heaps have equal sizes. So in general, we have no guarantee the new weights have the balancing property, unless we add the restriction in the problem that the heaps have to have equal sizes.
answered Mar 25 '17 at 15:45
WojowuWojowu
19.3k23174
19.3k23174
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%2f2202527%2farthur-engel-problem-solving-strategies-infinite-descent-proof-contradiction-ch%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
$begingroup$
I believe that the problem should state that the two heaps have not only the same weight, but also the same number of weights in them.
$endgroup$
– Wojowu
Mar 25 '17 at 14:43
1
$begingroup$
I have written the question exactly as it is in PSS.
$endgroup$
– Shikhar_Mohan
Mar 25 '17 at 14:57
$begingroup$
I believe you. Engel might have made a mistake, it's not impossible.
$endgroup$
– Wojowu
Mar 25 '17 at 15:06