Zulip Chat Archive
Stream: Is there code for X?
Topic: Finite field extensions
Wrenna Robson (May 04 2022 at 15:14):
What's the right way to talk about finite field extensions of zmod p (p prime), where I might want to do things like assert that field members of the extension are in the subfield?
Kevin Buzzard (May 05 2022 at 06:33):
I would go for a type k
which is a field, an algebra for zmod p
and which is finite-dimensional. If you want the subfield of k
corresponding to this you'll probably have to make it explicitly..
Johan Commelin (May 05 2022 at 07:41):
There's quite a library about intermediate fields. And in particular the \top
intermediate field.
Wrenna Robson (May 10 2022 at 09:27):
Do we have that it follows that the char of k is p?
Eric Wieser (May 10 2022 at 09:35):
I think docs#algebra.char_p_iff will work there?
Eric Wieser (May 10 2022 at 09:35):
There won't be an instance
Wrenna Robson (May 10 2022 at 11:09):
Perfect - thanks.
Last updated: Dec 20 2023 at 11:08 UTC