I'm trying to read up on convex/concave functions (is that the same as concave up, concave down?)
If I were asked to prove a convexity of a function, what are the general steps to follow? (So far I know by standard definition, to form the conclusion based on the second derivative)
In case I have a composite function: "-ln$g(x)$" , how do I prove that this is neither concave/convex ?
as you already said, looking at the second derivative is one of the main technices for prooving that a function is convex. As far as i know it suffices for continues functions to show, that $\forall a,b :\frac{f(a)+f(b)}{2} \geq f(\frac{a+b}{2})$ holds. about the function $-ln(g(x))$ (i guess that is what you wanted to write): if you want to prove that smth is not convex just look out if you can find a counterexample to the definiten, e.g. three values $a,b,c$ such that $a+b=2c$ and $f(a)+f(b)<2f(c)$
if you would tell us what g is, we could help you maybe further