Erdős problem 593
Which finite triple systems occur in every triple system of uncountable chromatic number? The claimed characterization: exactly those that, after removing isolated vertices, are linear, have every hyperedge-node of their Levi graph meeting a bridge, and have every Berge cycle even.
Sources
FormalConjectures/ErdosProblems/
593.lean
Retained formal statement
Conjunction of the two open implications gives the conjectured characterization: if both obligatory_implies_two_colorable and two_colorable_implies_obligatory hold, then the characterization conjectured in erdos_593 (IsObligatory F ↔ F.IsTwoColorable) follows by elementary Iff manipulation.
(∀ (W : Type) [inst : Fintype W] (F : ThreeUniformHypergraph W), IsObligatory F → F.IsTwoColorable) → (∀ (W : Type) [inst : Fintype W] (F : ThreeUniformHypergraph W), F.IsTwoColorable → IsObligatory F) → ∀ (W : Type) [inst : Fintype W] (F : ThreeUniformHypergraph W), IsObligatory F ↔ F.IsTwoColorableTestStatement only, no proof