Let $S$ be a recursively defined set of expressions.
Base case, $v\in S$
Constructor Case: if $x\in S$ and $y\in S$, then $(x+y)\in S$ and $(x * y)\in S$
Prove by stuctural induction that for every $n \in S$, there exists $a,b\in\Bbb N$ such that $e \le a(v^b)$ I'm not sure how to proceed forward on this.
My thoughts so far: We know $x * y < x+y$ for anything greater than $2$
If we assume the inductive hypothesis, do we show $a_1(v^c)*a_2(v^d)\le a(v^b)$ for some $a$ and $b$? if so how do we show that?