erdős #499
Let be a real doubly stochastic matrix (i.e. the entries are non-negative and each column and row sums to ). Does there exist some such that
Worked, still open.
combinatorics · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 15 · solved (literature)
lemma erdos_499 :
answer(True) ↔ (∀ n, ∀ M ∈ doublyStochastic ℝ (Fin n), ∃ σ : Equiv.Perm (Fin n),
n ^ (- n : ℤ) ≤ ∏ i, M i (σ i))formal-conjectures/499.lean ↗status
solved