| New Reply |
Minimum number of elements to in one set to sum to all in another. |
Share Thread | Thread Tools |
| Mar8-12, 09:30 PM | #1 |
|
|
Minimum number of elements to in one set to sum to all in another.
Is there a name for the concept of trying to find the minimum number of elements from one set of integers that will sum to all elements in another set? Like, for example, with the Pythagorean Theorem, this would be to find the minimum number of elements from the set of all squared integers that will sum to all squared integers; the answer would be two.
I'm asking because I'm looking into how to extend the Pythagorean Theorem to higher powers. I know FLT has been proven, so I know that for all powers higher than 2, the answer must be that one must sum more than 2 number. EDIT: Title should be: "Minimum number of elements in one set to sum to all in another. |
| Mar8-12, 10:53 PM | #2 |
|
Recognitions:
|
I don't know if there's any standard terminology that applies here. However, I wanted to point out the following false conjecture in case you're not aware of it: http://en.wikipedia.org/wiki/Euler%2...ers_conjecture
|
| Mar9-12, 02:07 AM | #3 |
|
|
But, even though that is my goal, I'm programming it in such a way that it will work with arbitrary sets of numbers, to find the minimum number of elements, n, from set A such that there exists a1, ..., an such that a1 + ... + an = b for any b in a set B. Another interesting question I though about tackling is maybe seeing if I can find a generalization of Lagrange's Four-Square Theorem. Once I finish the code, I'll post it here. |
| Mar9-12, 11:36 AM | #4 |
|
|
Minimum number of elements to in one set to sum to all in another.
Is Lagrange's Four Square theorem even valid? I know that sounds like a stupid question, to question a theorem, but I've found that it takes 5 squares for multiple numbers.
23: 16 4 1 1 1 32: 25 4 1 1 1 43: 36 4 1 1 1 48: 36 9 1 1 1 56: 49 4 1 1 1 61: 49 9 1 1 1 71: 64 4 1 1 1 76: 64 9 1 1 1 79: 64 9 4 1 1 88: 81 4 1 1 1 93: 81 9 1 1 1 96: 81 9 4 1 1 Am I misunderstanding its statement or something? I interpreted it to mean that any natural number can be represented as the sum of 4 square integers, but that obviously isn't true for 23 (16 + 4 + 1 + 1 + 1). |
| Mar9-12, 05:00 PM | #5 |
|
Recognitions:
|
Just because you can represent 23 as the sum of five squares doesn't mean you can't represent it as the sum of 4 squares... In fact, 23 = 3^2 + 3^2 + 2^2 + 1^2.
|
| Mar9-12, 09:32 PM | #6 |
|
|
|
| Mar11-12, 05:17 PM | #7 |
|
Blog Entries: 2
|
Sorry I meant to Quote the OP's last post. |
| Mar13-12, 10:58 PM | #8 |
|
|
|
| New Reply |
| Thread Tools | |
Similar Threads for: Minimum number of elements to in one set to sum to all in another.
|
||||
| Thread | Forum | Replies | ||
| Minimum number of edges in a graph of order n with chromatic number k | Set Theory, Logic, Probability, Statistics | 1 | ||
| number of elements in group | Calculus & Beyond Homework | 23 | ||
| number of elements in a set | General Math | 5 | ||
| Minimum number of common elements in sets | Set Theory, Logic, Probability, Statistics | 2 | ||
| number of 2-elements | Linear & Abstract Algebra | 0 | ||