Zulip Chat Archive
Stream: Is there code for X?
Topic: The kernel of a mapped polynomial is the map of the kernel
Eric Wieser (Nov 04 2021 at 10:52):
Do we have the fact that (map f : mv_polynomial σ R →+* mv_polynomial σ S).ker = f.ker.map C
?
I was able to show it with:
but I'm not sure where a good home for this is
Eric Wieser (Nov 04 2021 at 11:07):
Given I need it in ring_theory.finiteness
, my choices are only:
ring_theory.adjoin.fg
ring_theory.adjoin.polynomial
ring_theory.algebra_tower
ring_theory.polynomial.basic
Johan Commelin (Nov 04 2021 at 11:17):
I think ring_theory.polynomial.basic
is fine.
(You have a #check
embedded in your docstring.)
Eric Wieser (Nov 04 2021 at 11:22):
Oh, we already have docs#mv_polynomial.mem_map_C_iff in that file!
Eric Wieser (Nov 04 2021 at 11:23):
I couldn't find it because the other lemma is called docs#ideal.mem_map_C_iff
Eric Wieser (Nov 04 2021 at 11:40):
Last updated: Dec 20 2023 at 11:08 UTC