A represented measure is translation invariant
ProvedRepr.repr_translationInvariantoperations-researchprobability
Adding a certain amount in every state lowers a represented measure by exactly . This is where the requirement that each scenario's weights sum to one does its work: the constant contributes times that sum to every scenario, shifting all of them equally, and a uniform shift of every competitor shifts their maximum by the same amount.
As throughout CoherentRisk, the state space is finite and carries no measure of its own; a scenario is a weighting supplied as data, not derived from a probability space.
Preamble
import Definitions.Def_CoherentRiskRepresentation open CoherentRisk Repr
Formal statement
namespace Repr
theorem repr_translationInvariant {n : ℕ} {ι : Type} [Fintype ι] [Nonempty ι]
{rho : (Fin (n+1) → ℝ) → ℝ} {P : ι → (Fin (n+1) → ℝ)}
(h : RepresentedBy rho P) : TranslationInvariant rho := by
sorry
end ReprSource
P. Artzner, F. Delbaen, J.-M. Eber and D. Heath, Coherent Measures of Risk, Mathematical Finance 9 (1999) 203-228, Section 3