Commit 2022-12-07 18:26 ed5ef408
View on Github →feat(topology/algebra/uniform_ring): add dense_inducing.extend_hom (#17212) This PR adds some lemmas that will be used in the proof (#17285) that two complex embeddings of a field define the same place iff they are equal or complex conjugate:
dense_inducing.extend_ring_homconstructs a ring homomorphism out ofdense_inducing.extendsubfield.topological_closureproves that the closure of a subfield in a topological division ring is also a subfield and also some additional useful lemmas about this closure similar to the ones existing forsubringThis PR also includes some slight modifications to files inalgebraic_geometryto fix a timeout in CI, see this Zulip thread.