The log-sum-exp function x ↦ log (∑ j, exp (x_j)) on ℝ^n, regarded as an
EReal-valued function so that its Fenchel conjugate is expressed by conjugate_function.
Instances For
Evaluating log_sum_exp_function at x gives log (∑ j, exp (x_j)), viewed in EReal.
Proposition 4.17: the Fenchel conjugate of the log-sum-exp function on ℝ^n, evaluated via
the Euclidean pairing dotProductEquiv, is the simplex-constrained negative entropy
negative_entropy_on_stdSimplex n. Equivalently, this is the entropy expression
∑ i, y_i log y_i on the standard simplex Δ_n = stdSimplex ℝ (Fin n) and ∞ outside the
simplex.
Pointwise form of Proposition 4.17.
On stdSimplex ℝ (Fin n), the conjugate of log_sum_exp_function is the entropy sum
∑ i, y i * log (y i).
Outside stdSimplex ℝ (Fin n), the conjugate of log_sum_exp_function is ∞.