Reindexing and sorting finite two-point systems #
Permutation which arranges γ in nonincreasing order.
Equations
- Feige.descendingPerm γ = Tuple.sort fun (i : Fin m) => -γ i
Instances For
theorem
Feige.antitone_comp_descendingPerm
{m : ℕ}
(γ : Fin m → ℝ)
:
Antitone (γ ∘ ⇑(descendingPerm γ))
theorem
Feige.twoPointKFinset_comp_perm
{m : ℕ}
(γ β : Fin m → ℝ)
(σ : Equiv.Perm (Fin m))
(S : Finset (Fin m))
:
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))
(α : ℝ)
:
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)
{α : ℝ}
(hα : 0 ≤ α)
:
Arbitrary strict systems reduce to the ordered theorem by sorting the
γ coordinates and simultaneously transporting every product coordinate.