Jeroslow formula. This arises in
mixed integer linear programming as
an extension of Gomory functions.
Consider the following standard form
MILP: max cx + dy: Ax + Dy = b, (x, y) >= 0, x in Zn,
where rank(D)=m (= number of rows).
Let {Bk} be the set of bases of D such that there exists
{uk} to satisfy the dual conditions:
uk B >= d and
uk Bk = dk.
Let |_v_| denote the floor (or round-down) function, and define
|_v_|k = Bk |_[(Bk)-1]v_|.
Let Vk be the set of integer linear combinations of vectors
spanned by a dual feasible basis, Bk:
Vk = {v: [(Bk)-1]v is in Zm}.
Let V = /\Vk, and define
Uk = {v in Vk: [(Bk)-1]v >= 0,
and 0 << [(Bk)-1]u <= [(Bk)-1]v
implies u is not in V},
where 0 << w means 0 <= w and w not = 0.
Let G be a Gomory function on Rm. A Jeroslow formula
(or function) for given D is:
J(v) = maxk max{G(w) + uk(v - w):
w in V, |_v_|k - w in Uk}.
Jensen's Inequality. Let f be
convex on X, and let x be a random variable with expected value,
E(x). Then, E(f(x)) >= f(E(x)). For example, let X=R and f(x)
= x². Suppose x is normally distributed with mean zero and
standard deviation = s. Then,
E(f(x)) = E(x²) = s² >= 0 = E(x) = f(E(x)).
Job scheduling/sequencing. See
scheduling jobs and
sequencing problems.