Documentation

LeanPool.BollobasNikiforov.Kernel.Main

The three-column kernel lemma #

Package of the sign bounds N ≥ 1, P ≥ 0, Z ≥ 0 with the bilinear factorization of docs/sol.tex §3 (lem:kernel, eq:factor), and the resulting three-column completely positive Gram of U.

KR26: lem:kernel #

theorem BollobasNikiforov.kernel_lemma {k : } (t q : Fin k) (γ : ) (hq : ∀ (i : Fin k), 0 < q i) ( : 0 < γ) (htmono : Monotone t) (htpos : ∀ (i : Fin k), 0 < t i) {x : } (hx : 0 x) :
1 N t q x 0 P t q x 0 Z t q γ x ∀ (y : ), U t q γ x ⬝ᵥ (𝒦 t q γ).mulVec (U t q γ y) = N t q x * N t q y / (Δ t q * D2 t q) + 2 * P t q x * P t q y / (a0 t q * D2 t q) + Z t q γ x * Z t q γ y / (γ * a0 t q * (γ + a0 t q))

For x ≥ 0, the auxiliaries satisfy N ≥ 1, P ≥ 0, Z ≥ 0, and the factorization eq:factor holds.

KR27: finite Gram of U is completely positive #

noncomputable def BollobasNikiforov.kernelCoeffN {k : } (t q : Fin k) :

Coefficient of the N rank-one term in eq:factor.

Equations
Instances For
    noncomputable def BollobasNikiforov.kernelCoeffP {k : } (t q : Fin k) :

    Coefficient of the P rank-one term in eq:factor.

    Equations
    Instances For
      noncomputable def BollobasNikiforov.kernelCoeffZ {k : } (t q : Fin k) (γ : ) :

      Coefficient of the Z rank-one term in eq:factor.

      Equations
      Instances For
        theorem BollobasNikiforov.kernelCoeffN_nonneg {k : } (t q : Fin k) (hq : ∀ (i : Fin k), 0 < q i) :
        theorem BollobasNikiforov.kernelCoeffP_nonneg {k : } (t q : Fin k) (hq : ∀ (i : Fin k), 0 < q i) :
        theorem BollobasNikiforov.kernelCoeffZ_nonneg {k : } (t q : Fin k) (γ : ) (hq : ∀ (i : Fin k), 0 < q i) ( : 0 < γ) :
        0 kernelCoeffZ t q γ
        theorem BollobasNikiforov.kernel_gram_eq {k : } (t q : Fin k) {κ : Type u_1} (γ : ) (hq : ∀ (i : Fin k), 0 < q i) ( : 0 < γ) (x : κ) :
        (fun (j : κ) => U t q γ (x j) ⬝ᵥ (𝒦 t q γ).mulVec (U t q γ (x ))) = ((kernelCoeffN t q Matrix.vecMulVec (fun (j : κ) => N t q (x j)) fun (j : κ) => N t q (x j)) + kernelCoeffP t q Matrix.vecMulVec (fun (j : κ) => P t q (x j)) fun (j : κ) => P t q (x j)) + kernelCoeffZ t q γ Matrix.vecMulVec (fun (j : κ) => Z t q γ (x j)) fun (j : κ) => Z t q γ (x j)
        theorem BollobasNikiforov.kernel_gram_isCompletelyPositive {k : } (t q : Fin k) {κ : Type u_1} (γ : ) (hq : ∀ (i : Fin k), 0 < q i) ( : 0 < γ) (htmono : Monotone t) (htpos : ∀ (i : Fin k), 0 < t i) (x : κ) (hx : ∀ (j : κ), 0 x j) :
        IsCompletelyPositive fun (j : κ) => U t q γ (x j) ⬝ᵥ (𝒦 t q γ).mulVec (U t q γ (x ))