At depth zero Expected Shortfall is the worst case
ProvedCoherentRisk.es_zero_eq_worstCaseoperations-researchprobability
At depth the sets competing for the worst total are exactly the singletons, so the worst total is the single largest loss and Expected Shortfall coincides with the worst-case measure. Since the divisor is the tail size , at it is and no averaging occurs.
This identification is asserted in the docstring of the ExpectedShortfall definition but is not proved there, so it is recorded here as a theorem. It also connects the two measures: worstCase was separately shown to be coherent, and this exhibits it as the depth-zero member of the Expected Shortfall family.
As throughout CoherentRisk, the development counts states and refers to no probability measure, so is an integer depth rather than a confidence level.
Preamble
import Definitions.Def_ExpectedShortfall open CoherentRisk
Formal statement
namespace CoherentRisk
theorem es_zero_eq_worstCase {n : ℕ} (X : Fin (n+1) → ℝ) :
ES X (0 : Fin (n+1)) = worstCase X := by
sorry
end CoherentRiskSource
C. Acerbi and D. Tasche, On the coherence of expected shortfall, Journal of Banking and Finance 26 (2002) 1487-1503, Section 3