Cases
then too much time would be needed to construct l1 -> l2 t12> 2n1
So, t12 and t21 must be bounded by a polynomial in n1.
Suppose T2(n) is an exponential function. 22n1 is not < poly(n) * 2n1 must be related by at most a polynomial of n1
further suppose that n2 = 2n1
T2(n1) = 2n1
T2(n2) = 2n2 = 22n1
T2(n2) is not < poly(n1) * T2(n1)
If T2(n) is polynomial and n2 = poly(n1) then
T1(n1) < t12 + T2(n2) + t21 < t12 + t21 + poly(n1) * T2(n1) < poly2 (n1) * T2(n1)
and hence T1(n1) is some poly. in n.