How Can Experienced Mathematicians Tackle Challenging Number Theory Problems?

  • Context: Graduate 
  • Thread starter Thread starter Fisicks
  • Start date Start date
  • Tags Tags
    Number theory Theory
Click For Summary
SUMMARY

Experienced mathematicians can effectively tackle challenging number theory problems using induction and combinatorial techniques. The discussion centers on two specific problems involving Fibonacci and Lucas numbers, where the first problem requires proving the uniqueness of integer representations in base 3, while the second problem involves deriving identities related to Fibonacci numbers. Key insights include the formulation of sets C_s and the application of induction to strengthen hypotheses, leading to clear conclusions about the number of elements and their maximum and minimum values.

PREREQUISITES
  • Understanding of Fibonacci and Lucas numbers
  • Proficiency in mathematical induction techniques
  • Familiarity with combinatorial representations in base systems
  • Knowledge of closed-form formulas and their derivations
NEXT STEPS
  • Explore advanced techniques in mathematical induction
  • Study the properties and identities of Fibonacci and Lucas numbers
  • Learn about combinatorial proofs and their applications in number theory
  • Investigate the implications of base representations in different numeral systems
USEFUL FOR

Mathematicians, number theorists, and students seeking to deepen their understanding of advanced problem-solving techniques in number theory.

Fisicks
Messages
84
Reaction score
0
I have wrestled with the following two problems for a couple of hours each and have been successful. Now I am interested in how a more experienced mathematician would go about solving these.

I encourage you to look past my lack of latex skills (lol), and do your best with the attachment I poorly put together.

A note about the second problem, If anyone is unaware F denotes the Fibonacci numbers and L denotes the Lucas numbers. Second, the term on the left side is a little blurry but it says the 2n Fibonacci number. Also I challenge you to solve this second problem without strong induction. Which I semi-managed to do. I proved a secondary result with strong induction then used that result to use regular induction on the main problem.
 

Attachments

  • untitled.JPG
    untitled.JPG
    24.3 KB · Views: 456
Physics news on Phys.org
I have not completely worked out the first one, but I would try to form a one-to-one correspondence between the nonzero integers in base 3 and the nonzero integers in the form given by the problem.

For the second, induction seems like a good way to go. However, if you have derived the closed form formulas for both, the result follows immediately.
 
First problem:

The way I proved it was to prove for a fixed s, every integer in n with absolute value less than or equal to 3^0 + 3^1 + \cdots + 3^s can be expressed uniquely in the form:
\sum_{j=0}^s c_j 3^j
with c_j \in \{-1,0,1\} (I don't require that c_s is non-zero, since if it is we can just pick the largest j with c_j non-zero, and if all c_j are 0, then we are in the exceptional case where n=0).

First proving uniqueness suppose:
\sum_{j=0}^s c_j 3^j = \sum_{j=0}^s d_j 3^j
with c_j, d_j \in \{-1,0,1\}. You can show c_j=d_j for all j.

Let
C_s = \left\{\sum_{j=0}^s c_j 3^j | c_j \in \{-1,0,1\}\right\}
Try to work out:
1) How many elements are in C_s?
2) What is the maximum and minimum element of C_s?
When you answer these you should be able to show that C_s = {-N,-N+1,...,N-1,N} where
N = 3^0 + 3^1 + \cdots + 3^s
 
Second problem:

I assume you know the identity (otherwise you can easily show it):
L_n = F_{n-1} + F_{n+1}
Then your identity is equivalent to:
F_{2n} = F_nF_{n+1}+F_nF_{n-1}
Now let us strengthen to induction hypothesis to also say:
F_{2n+1} = F_{n+2}F_{n+1}-F_nF_{n-1}
Then you can perform a normal inductive argument (there are some slightly messy calculations, but unless you already know some identities involving Lucas numbers and Fibonacci numbers I don't immediately see a cleaner way).
 
Thanks for the reply rasmhop. One question.

In one element of C_s, there are S terms. Each term may be assigned either -1, 0, or 1. Thus there are 3^s combinations and C_s includes 3^s elements. But if your right, C_s should include 2N+1 elements. Therefore I can conclude that not every integer (absolute value) less than N can be expressed in your form.

Who is at fault here?
 
Fisicks said:
In one element of C_s, there are S terms. Each term may be assigned either -1, 0, or 1. Thus there are 3^s combinations and C_s includes 3^s elements.
0,1,2,...,s are s+1 numbers so there are s+1 terms, and thus C_s contains 3^(s+1) elements.

The maximal value of an element of C_s is:
N=3^0 + 3^1 + \cdots + 3^s = \frac{3^{s+1}-1}{3-1} = \frac{3^{s-1}-1}{2}
and the minimal is -N. 2N+1 = 3^(s+1).
 
Thanks for showing me the light lol. I always forget about that zero, which hurt me a lot on exams working with convergence.
 

Similar threads

Replies
1
Views
2K
  • · Replies 100 ·
4
Replies
100
Views
12K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 107 ·
4
Replies
107
Views
19K
  • · Replies 86 ·
3
Replies
86
Views
23K
  • · Replies 15 ·
Replies
15
Views
6K
  • · Replies 82 ·
3
Replies
82
Views
16K
  • · Replies 67 ·
3
Replies
67
Views
15K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
6
Views
5K