Interesting Finding: Solving f(a_0, n_0) for All Integers m

  • Context: Graduate 
  • Thread starter Thread starter Werg22
  • Start date Start date
  • Tags Tags
    Interesting
Click For Summary

Discussion Overview

The discussion revolves around a conjecture regarding the function f(a, n) defined by a polynomial with coefficients restricted to {-1, 0, 1}. Participants explore whether every integer m can be represented by this function for fixed natural numbers a and n, particularly examining cases where a varies and its implications on the representation of integers.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant conjectures that for fixed a = a_0 and n = n_0, every integer m from 0 to s = 1 + a_0 + a_0^2 + ... + a_0^n_0 can be expressed as f(a_0, n_0) = m.
  • Examples are provided for a = 2 and a = 3, demonstrating how integers can be expressed using the function.
  • Another participant questions whether this representation is akin to converting binary to decimal, particularly for a = 2.
  • Concerns are raised about the limitations of the conjecture when a exceeds 3, suggesting that larger coefficients may be necessary to represent certain integers.
  • Participants discuss the potential need for different sets of coefficients b as a increases, noting that certain integers cannot be represented with the current restrictions.
  • Questions are posed regarding the uniqueness of representations and the relationship between allowable coefficients and the integers represented.

Areas of Agreement / Disagreement

Participants generally agree that the conjecture holds for a < 4, but there is contention regarding its validity for larger values of a, with some arguing that different sets of coefficients are required. The discussion remains unresolved regarding the broader implications of the conjecture and the uniqueness of representations.

Contextual Notes

Limitations include the dependence on the specific values of a and n, as well as the restrictions on the coefficients b. The discussion does not resolve how these factors influence the ability to represent all integers.

Werg22
Messages
1,431
Reaction score
1
I had a little insight, and I'm curious whether or not it's true.

What I conjecture:

Say we have a set of functions S = {f(a, n) = b_n * a^n + b_n-1 * a^n-1 + ... + b_0} where a and n must be both natural numbers, and b must belong to {-1, 0, 1}. Then for fixed a = a_0 and n = n_0, we have that for every integer m from 0 to s = 1 + a_0 + a_0 ^2 + ... + a_0 ^n_0, there are values of b satisfying f(a_0, n_0) = m. For example, choosing a = 2 and n = 2, we have the integers 0, 1, 2, 3, 4, 5, 6, 7 which can be written as

0 = 0*1 + 0*2 + 0*4
1 = 1*1 + 0*2 + 0*4
2 = 0*1 + 1*2 + 0*4
3 = 1*1 + 1*2 + 0*4
4 = 0 *1 + 0*2 + 1*4
5 = 1*1 + 0*2 + 1*4
6 = 0*1 + 1*2 + 1*4
7 = 1*1 + 1*2 + 1*4
 
Mathematics news on Phys.org
Another example, choosing a = 3 and n = 2.

0 = 0*1 + 0*3 + 0*9
1 = 1*1 + 0*3 + 0*9
2 = -1*1 + 1*3 + 0*9
3 = 0*1 + 1*3 + 0*9
4 = 1*1 + 1*3 + 0*9
5 = -1*1 + -1*3 + 1*9
6 = 0*1 + -1*3 + 1*9
7 = 1*1 + -1*3 + 1*9
8 = -1*1 + 0*3 + 1*9
9 = 0*1 + 0*3 + 1*9
10 = 1*1 + 0*3 + 1*9
11 = -1*1 + 1*3 + 1*3
12 = 0*1 + 1*3 + 1*9
13 = 1*1 + 1*3 + 1*9
 
Isn't that converting binary to decimal? (This particular case at least) :confused:
 
In the particular case of a = 2, yes.
 
Oh, okay. I get it now. :)
 
The moment that a gets greater than 3, for example a=4, n=2 (using as powers the numbers 1, 4, 16), how can you get 2 as a sum, when you can't substract enough from 4 or 16, or add more to 1?
 
Yep, it only works for a<4. After that, you need a larger set of coefficients b.
 
Dodo said:
The moment that a gets greater than 3, for example a=4, n=2 (using as powers the numbers 1, 4, 16), how can you get 2 as a sum, when you can't substract enough from 4 or 16, or add more to 1?

Okay, true. It seems to be only true with natural numbers lesser than 4 (with the restrictions on b). The question would be; can we associate successive strings of natural numbers to fixed sets of allowable coefficients for b? The string 1, 2, 3 is already bound to {-1, 0, 1}, I would think {-2, -1, 0, 1, 2} works for 4 but it doesn't work with 5, though {-3, -2, -1, 0, 1, 2, 3} seems to. The important thing here is that the set of allowable coefficients for b doesn't correspond to Z_a.
 
Well, they are beginning to get close to {0, 1, 2, 3, ... a-1}; somehow the negatives are compensating for the lack of a-1. Comparing to Z_a, several questions would apply:
  • Is the expression unique? (that is, can each integer be obtained in just one way, or in redundant ways?)
  • Can it really be done without repeating a power in the sum?
  • What is the new maximum, given the new sets of b's? (compared to a^n - 1 for Z_a.)
 
  • #10
Well uniqueness here doesn't quite apply. We could choose strings of 2, (n, n+1) with the set of allowable coefficients being Z_n+1, it would obviously work since Z_n is contained in Z_n+1. Nor are constructs unique, there are a few examples with a = 3, b = 2 that can be written otherwise. But the the entire of object of interest here is whether or not it is possible to break the positive integers into strings, each associated with sets of allowable coefficients for b, with the property that in a string, if n is its greatest element, the set of allowable coefficients for b doesn't correspond to Z_n.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K