I am struggling to understand how different definitions of lower semi-continuity compare to each other. I am mostly concerned with that concept regarding closed convex functions.
Therefore I am reading several books on convex analysis and get the following definitions:
1.) In the book "Convex Analysis" by Rockafeller, he defines lower semi-continuity as follows:
An extended-real-valued function $f$ given on $S\subseteq \mathbb{R}^n$ is said to be lower semi-continuous at a point $x$ of $S$ if:
$$f(x) \leq \lim_{n \to \infty} f(x_n)$$
for any sequence $(x_n)$ in $S$ that converges to $x$ and the limit of $f(x_1), f(x_2), ... $ exists in $[-\infty, +\infty]$.
This condition may be expressed as:
$$f(x)= \liminf_{y \to x} f(y)=\lim_{\varepsilon \downarrow 0}(\inf{f(y)\mid |x-y|\leq \varepsilon}).$$
2.) Then in the book Fundamentals of Convex Analysis we have the definition:
A function $f$ is lower semi-continuous if, for each $x\in \mathbb{R}^n$,
$$ \liminf_{y \to x} f(y) \geq f(x)$$
This relation has to hold in $\mathbb{R} \cup {+\infty}$ (i.e., they exclude $-\infty$ here).
3.) In the book by Bertskas, the definition is:
Recall that $f$ (where $f: X\rightarrow [-\infty, +\infty]$) is called lower semi-continuous at a vector $x \in X$ if
$$f(x)\leq \liminf_{n\to \infty} f(x_n) $$
So my questions are as follows:
i) I can see that the Definitions 2) and 3) are the same. But how do they relate to 1)? Is 1) the same as 2) and 3) under certain conditions? I would say that 2) and 3) are not the same as 1) but in all three books they prove that their definition of lower semicontinuity is equivalent to the epigraph being closed and all sublevel sets being closed. So that would actually imply that their respective definitions of semi-continuity are also the same.
ii) Does the value $-\infty$ play a role in whether we need an inequality or an equality?
iii) How does Rockafeller in 1) get from his definition via an inequality to an equality?
iv) In fundamentals of convex analysis they define the closure of a function $f$ the function $cl(f): \mathbb{R}^n \rightarrow \mathbb{R}\cup \{\pm \infty\}$ as:
$$(cl(f))(x)= \liminf_{y \to x} f(y)$$
and say that this is equivalent to
$$epi(cl(f)) = cl(epi(f)).$$
How can we see that this is equivalent? (I think this only holds for proper convex functions though, as they only treat these in the book)