Commit 2025-11-26 11:32 2aff67dc

View on Github →

refactor: redefine IsTuranMaximal (#28719) Redefined IsTuranMaximal := G.IsExtremal (CliqueFree · (r + 1)) and

  • replaced classical in IsTuranMaximal.le_iff_eq with DecidableRel
  • refactored turanGraph.instDecidableRelAdj, turanGraph_zero, exists_isTuranMaximal
  • added open Fintype
  • replaced simp only with rw or simp_rw

Estimated changes