Thread Closed

Constructive Induction

 
Share Thread Thread Tools
Apr22-08, 06:13 PM   #1
 

Constructive Induction


Can someone explain this "constructive induction" needed to solve recursive equations?

For example, use "constructive induction" to show that the following is [tex]\Theta (n)[/tex]

[tex]T(n) = 1 \leftrightarrow n = 1,2[/tex]
[tex]T(n) = T\lceil n/4\rceil + T \lceil 2n/3\rceil + \Theta (n) \leftrightarrow n > 2[/tex]
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Apr22-08, 09:19 PM   #2
 
Anyone? This is kinda urgent.
Apr23-08, 06:33 AM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Dragonfall View Post
Can someone explain this "constructive induction" needed to solve recursive equations?

For example, use "constructive induction" to show that the following is [tex]\Theta (n)[/tex]

[tex]T(n) = 1 \leftrightarrow n = 1,2[/tex]
[tex]T(n) = T\lceil n/4\rceil + T \lceil 2n/3\rceil + \Theta (n) \leftrightarrow n > 2[/tex]
Since you haven't said what [itex]\Theta(n)[/itex] is, I don't see how any method can "prove" that is [itex]\Theta(n)[/itex].

Whatever [itex]\Theta(n)[/itex] is, T(3) is definitely not equal to [itex]\Theta(3)[/itex], it is equal to [itex]\Theta(3)+ 2[/itex].
Apr23-08, 11:53 AM   #4
 

Constructive Induction


[tex]\Theta (n)[/tex] in the recurrence is "some function" in the complexity class [tex]\Theta (n)[/tex].

The complexity class [tex]\Theta (n)[/tex] is the intersection of [tex]O(n)[/tex] and [tex]\Omega (n)[/tex].
Thread Closed
Thread Tools


Similar Threads for: Constructive Induction
Thread Forum Replies
Constructive Induction Calculus & Beyond Homework 0
Constructive criticism please. Special & General Relativity 33
Constructive Interference In Light Quantum Physics 9
transmission through constructive interference Introductory Physics Homework 2
Making constructive use of my time. Academic Guidance 9