English
There is a star-hom class instance for F over Complex with A → ℂ, ensuring star-hom compatibility across weaknesses of the functor.
Русский
Существует экземпляр класса звездных гомоморфизмов для F над Complex, обеспечивающий совместимость звёздной структуры через отображение в A → ℂ.
LaTeX
$$$\text{There is a }\mathrm{StarHomClass}\, F\, A\, \mathbb{C}$$$
Lean4
/-- This is not an instance to avoid type class inference loops. See
`WeakDual.Complex.instStarHomClass`. -/
theorem _root_.AlgHomClass.instStarHomClass : StarHomClass F A ℂ :=
{ WeakDual.Complex.instStarHomClass, hF with }