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
Vertices must be uncountable: Every 3-uniform hypergraph with chromatic cardinal must have an uncountable vertex set.
Proof: If V is countable, there exists an injection φ : V → ℕ. Using distinct natural numbers as colors gives a proper coloring, so , contradicting .
∀ {V : Type} (H : ThreeUniformHypergraph V), Cardinal.aleph0 < H.chromaticCardinal → ¬Countable VTextbookStatement only, no proof