MHB How Does Continuity of T(n) for n≤2 Impact Asymptotic Bounds?

  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Continuous
AI Thread Summary
Continuity of T(n) for n≤2 is relevant when determining asymptotic bounds for recurrence relations. It suggests that T(n) may behave predictably in that range, potentially simplifying analysis. However, the Master Theorem does not typically account for this continuity in its application. Clarification on whether "continuous" was intended to mean "constant" for n≤2 is also discussed. Understanding these nuances is crucial for accurate asymptotic analysis.
evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)I am given some recurrence relations $T(n)$ and I have to give asymptotic upper and lower bounds for $T(n)$.
We assume that $T(n)$ is continuous for $n \leq 2$.
How can we use the fact that $T(n)$ is continuous for $n \leq 2$? (Thinking)
 
Physics news on Phys.org
Probably meant "constant for $n \leq 2$".
 
Bacterius said:
Probably meant "constant for $n \leq 2$".

Nice, thank you! (Smile)

We don't take this fact into consideration when we use the Master Theorem, right?
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

Replies
3
Views
5K
Replies
1
Views
1K
Replies
17
Views
2K
Replies
2
Views
1K
Replies
1
Views
1K
Replies
1
Views
2K
Back
Top