Zulip Chat Archive

Stream: Is there code for X?

Topic: x in subobject (O(K)) -> (x : K) in subobject K


Eric Rodriguez (Dec 30 2021 at 22:13):

this is fairly easy to prove directly, but I'm not too sure if I'm missing a sensible generalization/if it's already there in that generalization (reaching the ends of my maths knowledge here!).

Alex J. Best (Dec 30 2021 at 22:18):

What is x? And what are these ideals of? In my experience just putting type ascriptions on a set for an ideal doesn't always determine what type the ideal is

Eric Rodriguez (Dec 30 2021 at 22:19):

I just realised I wasn't thinking about ideals, but subalgebras... the idea is the same regardless, it's meant to be that ideals/subwhateverobjects restricted to O(K) are just the pointwise restriction

Eric Rodriguez (Dec 30 2021 at 22:20):

(I want to prove is_cyclotomic_extension S K L -> is_cyclotomic_extension S O(K) O(L))


Last updated: Dec 20 2023 at 11:08 UTC