Zulip Chat Archive
Stream: general
Topic: monoid_algebra.char_p
Johan Commelin (Jun 02 2020 at 18:07):
If k
has characteristic p
, then so does monoid_algebra k G
. Where in the library do we put those facts? I don't think that data.monoid_algebra
should import char_p stuff. But vice versa also doesn't make sense. Do we start a new file for such things?
Kevin Buzzard (Jun 02 2020 at 18:36):
rep theory in char p has a completely different flavour to char 0 so there's an argument for making a new file
Johan Commelin (Jun 02 2020 at 18:38):
Well, this lemma would also be used to show that mv_polynomial \s rat
has characteristic 0
. I wouldn't want to import rep'n theory in char p
for that...
Johan Commelin (Jun 02 2020 at 18:38):
So it's lower level than that.
Scott Morrison (Jun 03 2020 at 03:21):
Why don't we just do this after the mv_polynomial
file?
Scott Morrison (Jun 03 2020 at 03:22):
There's no rule that says everything about multivariable polynomials has to be in that file.
Scott Morrison (Jun 03 2020 at 03:22):
(Indeed, I'd say the opposite: only the minimal possible should be in that file.)
Scott Morrison (Jun 03 2020 at 03:22):
How about just put facts like this in representation_theory/char_p/basic.lean
?
Johan Commelin (Jun 03 2020 at 05:01):
Maybe that's a nice place to put it
Last updated: Dec 20 2023 at 11:08 UTC