<div id="comment:0"></div> The following `_should_` create the correct homomorphism (complex conjugation, see #4725): ``` sage: K.<j,b> = QQ[sqrt(-1), sqrt(2)] sage: conj = K.hom([-j, b]) boom! ``` However it doesn't. CC: @lftabera Component: **number fields** Author: **Robert Harron** Reviewer: **Francis Clarke** _Issue created by migration from https://trac.sagemath.org/ticket/4726_