At the beginning of chapter 9 of Boyd & Vandenberghe's Convex Optimization, about unconstrained minimization, it is said:
The starting point $x^{(0)}$ for a method must lie in $\mathbf{dom} f$, and in addition the sublevel set $$S = \{x \in \mbox{dom} \, f \mid f(x) \leq f(x^{(0)}) \}$$ must be closed. This is satisfied for all $x \in \mathbf{dom} f$ if the function is closed.
In other paper I've found an assumption, that a function $f$ must be convex, proper and closed in order that: minimize f is solvable. I understand why are the first two assumptions needed, but why is it important for the function to be closed so that problem is solvable? I would appreciate any explanation for the intuition (and what does this mean for the epigrpah for the objective function).