Convex Analysis (Rockafellar, 1970) -- Chapter 02 -- Section 05
noncomputable sectionsection Chap02section Section05
Definiton 8.5.0. Let f be a proper convex function on R^n and let be its
recession function. The set of all vectors y such that is called the
recession cone of f.
def Function.recessionCone {n : Nat} (f : EuclideanSpace Real (Fin n) → Real)
(f0_plus : EuclideanSpace Real (Fin n) → Real) :
Set (EuclideanSpace Real (Fin n)) :=
{ y | f0_plus y <= 0 }end Section05end Chap02