For an assignment, I have the following question:
For all functions $\;f, g : \mathbb{N} \to \mathbb{R}^+$ from positive integer numbers to nonnegative real numbers, let the running time $T(n)$ of an algorithm be $\Theta(f(n))$, and $f(n)$ be a function of $n$ that is $\;\Theta(g(n))$. Using the definitions of asymptotic notations, prove that $T(n)$ is $\;\Theta(g(n))$.
I dont want the answer to this I just need some insight. I'm having trouble understanding what its exactly asking me to do and how I should go about solving this. Thank you.