How to Solve Calculus Problems with Recurrence: A Step-by-Step Explanation

  • Thread starter Thread starter avata4
  • Start date Start date
  • Tags Tags
    Calculus Explain
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
avata4
Messages
1
Reaction score
0
Homework Statement
∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)
Relevant Equations
∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)
i think solution with récurrence

for n=1 then 1=2¨¨^0(2x0 +1) true
suppose that n=2¨^p(2q+1) is true shows that n+1=2^p( 2q +1)?
n+1=2¨^p(2q+1) +1 ⇒ ??
 
Last edited:
on Phys.org
avata4 said:
Homework Statement:: ∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)
Relevant Equations:: ∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)

i think solution with récurrence

for n=1 then 1=2¨¨^0(2x0 +1) true
suppose that n=2¨^p(2q+1) is true shows that n+1=2^p( 2q +1)?
n+1=2¨^p(2q+1) +1 ⇒ ??
You could use an induction of the length of the decomposition into primes, or what is also common when it comes to natural numbers, assume a smallest number ##n_0## for which it is not the case and deduce a contradiction.
 
avata4 said:
Homework Statement:: ∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)
Relevant Equations:: ∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)

i think solution with récurrence

for n=1 then 1=2¨¨^0(2x0 +1) true
suppose that n=2¨^p(2q+1) is true shows that n+1=2^p( 2q +1)?
n+1=2¨^p(2q+1) +1 ⇒ ??

The statement is asserting that every strictly positive natural number is a power of two times an odd number.

This follows from the unique decomposition of [itex]n[/itex] as a product of powers of primes.