Documentation

LeanPool.Feige.TranslationTP2

Translation TP2 and convolution #

This file proves the one-dimensional total-positivity statement behind preservation of log-concavity under convolution. It is adapted to the existing LikelihoodRatio.densityConvolution definition.

Total positivity of order two for the translation kernel of f.

Equations
Instances For

    Composition of two nonnegative translation kernels.

    Equations
    Instances For
      theorem Feige.LikelihoodRatio.TranslationTP2.kernelComposition {f g : ENNReal} (hf : Measurable f) (hg : Measurable g) (hfFinite : ∀ (x : ), f x ) (hgFinite : ∀ (x : ), g x ) (hfTP2 : TranslationTP2 f) (hgTP2 : TranslationTP2 g) x₁ x₂ y₁ y₂ : :
      x₁ x₂y₁ y₂translationKernelComposition f g x₁ y₂ * translationKernelComposition f g x₂ y₁ translationKernelComposition f g x₁ y₁ * translationKernelComposition f g x₂ y₂

      Composition of finite-valued measurable translation-TP2 kernels is again TP2.

      theorem Feige.LikelihoodRatio.TranslationTP2.convolution {f g : ENNReal} (hf : Measurable f) (hg : Measurable g) (hfFinite : ∀ (x : ), f x ) (hgFinite : ∀ (x : ), g x ) (hfTP2 : TranslationTP2 f) (hgTP2 : TranslationTP2 g) :

      The current project's density convolution preserves translation TP2.

      Translation TP2 implies the existing general four-point log-concavity predicate.

      The existing four-point predicate is equivalent to translation TP2.