The goal here is simply to show
$$\int_1^{5/2}{dt\over t}\lt1\lt\int_1^3{dt\over t}$$
using properties of the definite integral and the function $f(t)=1/t$, which, for $t\ge1$, is decreasing and concave up. Concavity tells us the Trapezoid Rule gives an upper bound on the area beneath the curve, hence (using a subsitution $u=2t$ to get things started)
$$\begin{align}
\int_1^{5/2}{dt\over t}=\int_2^5{du\over u}&\lt{1\over2}(f(2)+2f(3)+2f(4)+f(5))\\
&={1\over2}\left({1\over2}+{2\over3}+{2\over4}+{1\over5} \right)\\
&\lt{1\over2}\left({1\over2}+{4\over5}+{1\over2}+{1\over5}\right)\\
&=1
\end{align}$$
while the decreasing nature of $1/t$ tells us a Riemann sum using right hand endpoints gives a lower bound, hence, splitting $[1,3]$ into eight segments of width $1/4$, we have
$$\begin{align}
\int_1^3{dt\over t}&\gt{1\over4}(f(5/4)+f(6/4)+f(7/4)+f(8/4)+f(9/4)+f(10/4)+f(11/4)+f(12/4))\\
&={1\over5}+{1\over6}+{1\over7}+{1\over8}+{1\over9}+{1\over10}+{1\over11}+{1\over12}\\
&=\left({1\over5}+{1\over10}\right)+\left({1\over6}+{1\over12}\right)+\left({1\over7}+{1\over8}\right)+\left({1\over9}+{1\over11}\right)\\
&={3\over10}+{1\over4}+{15\over56}+{20\over99}\\
&\gt{3\over10}+{1\over4}+{14\over56}+{20\over100}\\
&={3\over10}+{1\over4}+{1\over4}+{2\over10}\\
&=1
\end{align}$$
(It can help to draw a picture of the curve, trapezoids, and rectangles to see the comparisons.)
Remark: Strictly speaking, there is no need for the extra inequalities that replace certain fractions with others -- you can, if you like, just do the calculations. But whenever possible, I like to write things up in such a way that I can reread things doing all the arithmetic in my head.