Suppose we have two convex bodies $A$ and $B$, where $A \subseteq B$. Is it always true that $\frac{\mathrm{Vol}(A)}{\mathrm{SurfaceArea}(A)}\leq \frac{\mathrm{Vol}(B)}{\mathrm{SurfaceArea}(B)}$?
It's true in all the examples I've tried, but I'm not sure how to prove the general case, or whether the general case is even true.
Counterexample:
Let $B$ be a unit square. It has area $1$ and perimeter $4$.
Truncate one corner of $B$ by chopping off an isosceles right triangle of base and height $\delta$; call this new pentagon $A$. It has area $1-\frac12\delta^2$ and perimeter $4 - 2\delta + \sqrt2\delta$.
We have $A\subseteq B$ but $$\frac{\text{Area}(A)}{\text{Perimeter}(A)} = \frac{1-\frac12\delta^2}{4 - 2\delta + \sqrt2\delta} > \frac14 = \frac{\text{Area}(B)}{\text{Perimeter}(B)}$$ for any $\delta<1-\frac1{\sqrt2}\approx0.293$.
I imagine a similar strategy works in higher dimensions as well.