Erdős problem 1098
Let be a group and be the non-commuting graph, with vertices the elements of and an edge between and if and only if and do not commute, .
Sources
FormalConjectures/ErdosProblems/
1098.lean
Retained formal statement
Let be a group and be the non-commuting graph, with vertices the elements of and an edge between and if and only if and do not commute, .
If contains no infinite complete subgraph, then is there a finite bound on the size of complete subgraphs of ?
This was solved by Neumann [Ne76], who proved that contains no infinite complete subgraph if and only if the centre of the group has finite index, and noted that if the centre has index then contains no complete subgraph on vertices.
True ↔ ∀ (G : Type u_1) [inst : Group G], (∀ (s : Set G), (Erdos1098.nonCommutingGraph G).IsClique s → s.Finite) → ∃ n, ∀ (s : Finset G), (Erdos1098.nonCommutingGraph G).IsClique ↑s → s.card ≤ n