Documentation

LeanPool.Feige.TwoPointReindex

Reindexing and sorting finite two-point systems #

noncomputable def Feige.descendingPerm {m : } (γ : Fin m) :

Permutation which arranges γ in nonincreasing order.

Equations
Instances For
    theorem Feige.dirichletK_comp_perm {m : } (y : Fin m) (σ : Equiv.Perm (Fin m)) :
    theorem Feige.twoPointKFinset_comp_perm {m : } (γ β : Fin m) (σ : Equiv.Perm (Fin m)) (S : Finset (Fin m)) :
    twoPointKFinset (γ σ) (β σ) S = twoPointKFinset γ β (Finset.map (Equiv.toEmbedding σ) S)
    theorem Feige.highSetMass_comp_perm {m : } (p : Fin m) (σ : Equiv.Perm (Fin m)) (S : Finset (Fin m)) :
    theorem Feige.twoPointRejectionMass_comp_perm {m : } (γ β : Fin m) (σ : Equiv.Perm (Fin m)) (α : ) :
    twoPointRejectionMass (γ σ) (β σ) α = twoPointRejectionMass γ β α
    theorem Feige.strictTwoPoint_rejection_le_of_localInsertion (hlocal : StrictOrderedLocalInsertion) {m : } (γ β : Fin m) (hγpos : ∀ (i : Fin m), 0 < γ i) (hγle : ∀ (i : Fin m), γ i 1) (hβpos : ∀ (i : Fin m), 0 < β i) {α : } ( : 0 α) :

    Arbitrary strict systems reduce to the ordered theorem by sorting the γ coordinates and simultaneously transporting every product coordinate.