Computability & Complexity / Terminology / Big-Theta {} frontmatter frontmatter Copy × title: "Big-Theta" Big-Theta Definition. f(n)=Θ(g(n))f(n) = \Theta(g(n))f(n)=Θ(g(n)) means f(n)=O(g(n))f(n) = O(g(n))f(n)=O(g(n)) and f(n)=Ω(g(n))f(n) = \Omega(g(n))f(n)=Ω(g(n)) both hold: the two functions have the same growth rate up to constant factors. A Θ proof has two halves, one witness pair per direction (Lecture 9, Example 4). See Big-O and Big-Omega. Created Jul 29, 2026 · Updated Aug 25, 2026