Back to Problems

erdos_499.variants.one_le

Specification

A weaker version of Erdős' problem 499, which asks whether for every doubly stochastic matrix, there exists a permutation $σ \in S_n$ with $M_{i, σ(i)} ≠ 0$ and such that $$ \sum_{1 \leq i \leq n} M_{i, σ(i)} \geq 1 $$ Proved by Marcus and Ree [MaRe59]. [MaRe59] Marcus, M. and Ree, R., Diagonals of doubly stochastic matrices. Quart. J. Math. Oxford Ser. (2) (1959), 296-302.

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
lemma erdos_499.variants.one_le :
    answer(True) ↔ ∀ n > 0, ∀ M ∈ doublyStochastic ℝ (Fin n), ∃ σ : Equiv.Perm (Fin n),
      (∀ i, M i (σ i) ≠ 0) ∧ 1 ≤ ∑ i, M i (σ i)
ID: ErdosProblems__499__erdos_499.variants.one_le
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.