Why is the affine function $f(x) = a^T x + b$ log-concave on $\{x | a^Tx + b \gt 0\}$?
I see that for it to be log-concave we must have: $$f(\theta x + (1-\theta)y) \ge f(x)^{\theta}f(y)^{1-\theta}$$ Therefore we must have $$a^T(\theta x + (1-\theta)y) + b \ge (a^Tx + b)^{\theta}(a^Ty + b)^{1-\theta}$$ Which expands to $$\theta a^T x + (1-\theta)a^Ty + b \ge (a^Tx + b)^{\theta}(a^Ty + b)^{1-\theta}$$
But I can't see how to show this inequality from here.
Anyone have any ideas?