LeanCat / CAT_statement /S_0029.lean
scicraft's picture
Upload folder using huggingface_hub
916823d verified
import Mathlib
open CategoryTheory
def RingCat.units : RingCat.{u} ⥤ Grp.{u} where
obj R := .of
map f := Grp.ofHom (Units.map f.hom)
theorem exists_leftAdjoint_unitFunctor :
∃ (left : Grp.{u} ⥤ RingCat.{u}), Nonempty (left ⊣ RingCat.units.{u}) := by
sorry