I have the expression: \begin{equation} |Q|f(n)|\Gamma|^{f(n)} \end{equation}
Here is my solution to convert the above into an asymptotic expression: $|Q| = 2^l$ for some $l\in\mathbb{R}$ $|\Gamma| = 2^k$ for some $k\in\mathbb{R}$
Therefore we have $2^lf(n)(2^k)^{f(n)} = f(n)2^{kf(n)+l} = f(n)2^{O(f(n))}$
- Is this correct? I just want to verify my understanding of a discussion in Sipser's Theory of Computation text.