The two-term shifted log-sum-exp smoothing
x ↦ μ log (e^{x / μ} + e^{-x / μ}) - μ log 2 of the absolute value.
Instances For
Evaluating absolute_value_log_sum_exp_smoothing μ at x gives the shifted two-term
log-sum-exp formula from Example 10.50.
Helper for Example 10.50: the coordinatewise maximum of the pair (x, -x) is |x|.
Helper for Example 10.50: the scalar smoothing rewrites as μ log(cosh (x / μ)).
Helper for Example 10.50: the derivative of the scalar smoothing is tanh (x / μ).
Helper for Example 10.50: the derivative formula is the pointwise derivative of the smoothing.
Helper for Example 10.50: the derivative field itself has derivative μ⁻¹ / cosh(x / μ)^2.
Helper for Example 10.50: the second derivative is μ⁻¹ / cosh(x / μ)^2.
Helper for Example 10.50: on the real line, an L-smooth function has an L-Lipschitz
ordinary derivative.
Helper for Example 10.50: if the derivative is L-Lipschitz on ℝ, then the original
function is L-smooth in the Chapter 5 sense.
Helper for Example 10.50: the affine pair map x ↦ (x, -x) as a linear map into ℝ².
Helper for Example 10.50: the pair map is homogeneous.
Helper for Example 10.50: the squared norm of the pair map is 2 x².
Helper for Example 10.50: the pair map is bounded by √2.
Helper for Example 10.50: the linear part of the affine pair map.
Instances For
Helper for Example 10.50: the continuous linear pair map x ↦ (x, -x).
Instances For
Helper for Example 10.50: evaluating the continuous pair map recovers (x, -x).
Helper for Example 10.50: the pair map has operator norm squared equal to 2.
Helper for Example 10.50: Theorem 10.46 applied to the pair map yields the looser nonnegative
pair (2, log 2).
Helper for Example 10.50: the direct one-dimensional second-derivative computation improves
the loose affine-precomposition bound to the exact nonnegative pair (1, log 2).
Helper for Example 10.50: every admissible error parameter dominates the exact scaled gap at
the nonnegative point x = μ t.
Example 10.50 (1): the shifted two-term log-sum-exp smoothing of |x| is a
1 / μ-smooth approximation with parameters (1, log 2), encoded by the canonical chapter
owner log_cardinality_posreal at n = 2.
Example 10.50 (2): any positive parameter pair yielding this same chapter-level smooth
approximation must satisfy α ≥ 1 and β ≥ log 2.
The affine-precomposition bound from Theorem 10.46(b) yields the looser nonnegative parameter
pair (2, log 2), encoded by log_cardinality_nonneg at n = 2, for the same smoothing family.