theorem
CommutingRepetition.noncommutative_weighted_resolvent_second_order
{ι : Type u_1}
{R : Type u_2}
[Fintype ι]
[Ring R]
(weight F : ι → R)
(M S : R)
(RF : ι → R)
(RM : R)
(normalized : ∑ i : ι, weight i = 1)
(centered : ∑ i : ι, weight i * (F i - M) = 0)
(commute_mean : ∀ (i : ι), weight i * RM = RM * weight i)
(hF_left : ∀ (i : ι), (F i + S) * RF i = 1)
(hF_right : ∀ (i : ι), RF i * (F i + S) = 1)
(hM_left : (M + S) * RM = 1)
(hM_right : RM * (M + S) = 1)
:
Equations
- CommutingRepetition.Pinsker.pinskerScalarGap x = InformationTheory.klFun x - 3 * (x - 1) ^ 2 / (2 * (x + 2))
Instances For
noncomputable def
CommutingRepetition.Pinsker.finiteRelativeEntropy
{ι : Type u_1}
[Fintype ι]
(p q : ι → ℝ)
:
Equations
- CommutingRepetition.Pinsker.finiteRelativeEntropy p q = ∑ i : ι, q i * InformationTheory.klFun (p i / q i)