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
∀ {G : Type u_1} [inst : Group G] (g h : G), (Erdos1098.nonCommutingGraph G).Adj g h ↔ g * h ≠ h * gAPIStatement only, no proof