import Mathlib open CategoryTheory variable {C : Type*} [Category.{v} C] theorem id_comm (α β : (𝟭 C) ⟶ (𝟭 C)) : α ≫ β = β ≫ α := by sorry