#groups-rings-fields
406252 messages · Page 583 of 407
we know that it must be that i^4=1 as it's defined this way because otherwise there'd be some number less than 4 such that i^k=1
but that would mean (w^3)^k = 1 for k<4
and so that would make w^(3k) = 1, but since we know 12 is the smallest number that makes w^n=1 it must be that 3k=12
why so?
everything after that is my explanation
maybe that's a bit confusing how I've said it
we know that 12 is the smallest number n that makes w^n=1
yeah i feel like this step assumes i = w^3 
no I am using it as it's defined as a symbol there
Ah
I see the confusion though let's just avoid it
w^n=1, n=12 is the smallest number that makes this true
yeah
that means the smallest number that makes (w^3)^k =1 is k=4
so we know w^3 can't be something like 1 or -1
hm
Sure
and look at the polynomial x^2+1
yeah
can we factor this as (x+s)(x-s)?
if so, since we're in a field that'd mean (x+s)(x-s)=0 has only two solutions, s and -s
and both satisfy x^2+1=0
well just write it out and see, (x+w^3)(x-w^3) = x^2 - w^6 = x^2 - (-1)
hm
whoops we might have to show w^6=-1 since that's the same kind of problem as showing w^3=i
but it's easier this time
we know w^12 = (w^6)^2=1
so that means w^6 must satisfy x^2-1 =0
but we know w^6 != 1 since that would mean the order of w is 6, not 12
so it must be -1
ahh yes that makes sense
and then we can identify i with w^3, showing that Q(i) embeds into Q(w_12)
yeah
I think this generalizes to Q(i) embedding into Q(w_4n) 
The only possibly degenerate case is Q(w_4)
which ill check rn
yeah, that's exactly the 'obvious' criteria I had in mind earlier
but for all we know at this point there could be weirder ways of constructing i within Q(w) so it's not definitive
err in the case of fourth root of unity wecould just say i = w
yeah, so in Q(w_4n) what is the k you pick to represent w^k = i?
we choose k = n 
yeah
now let's back up a sec, I picked w with order 12 earlier but
but nothing, I'm tired, I don't know what I was thinking to say next there lol
I'm gonna head to sleep, maybe you can think of some ideas for how to continue until tomorrow maybe
yeah you're welcome
wait nevermind, you can't do this. I don't think Q(i) embeds into Q(w_4)
tho it should work fine for other n
err no i think it does work
I think we have sth more, we have an iso b/w Q(i) and Q(w_4) 
Depending on your definition of w_4 you'd have equality or no isomorphism at all 
Is w_n the nth complex root of unity, or an abstract nth root of unity?
In the former case, w_4 = i
what's an abstract root?
but if we work over Q does that make a difference
wait then it no field
Ye
complex root of unity 
Then w_4 = ±1 or ±i 
You need to define it better than just "a complex fourth root of 1"
Yeah


Also here, if we consider Q(w_4) then this has 1,w,w^2 as a basis for Q(w_4)
as a v.s. over Q
no.
no.

oof
1,w is enuf
w^2 is -1 oof
hrm
Well here's my reasoning
If w = w_4 for notational ease. Then Q(w_4) is iso to Q[x]/<f> where f = 1 + w + w^2 right 
You can't say that 
Though yeah, the w^2 = -1 fucking up the lin independence thing was bothering me
Q(w_4) isn't isomorphic to Q(w_3)
yeah thats 3rd roots of unity
oh word?
Where did you get that f 
well don't we have


hrm
hrn
okay this is hurting my head 
Bcs i was told
two different things now i have to sort them out 
whut was the first?
Probably just me misinterpreting what was said tho 
Alright then
1+w+w^2+...+w^{n-1} is only the minimal polynomial when n is prime i think
yep
Otherwise in our case of n = 4 then there is some stuff like for example x^{n/2} = -1 which can be written in terms of the constant term
i think that's it tho 
or
perhaps we have to remove all of the terms with a factor of n
yeah thats kind of an idea
Even with this 4-1 ≠ 2 
you want the polynomial whose roots are the primitive roots of unity
And in general minimal polynomial of w_n is called the nth cyclotomic polynomial and it has degree phi(n).
i.e the cyclotomic polynomial
For this n is prime 
Isn't it cyclatomic 
p sure not
its actually a bit non-trivial to show that cyclotomic poly are the minimal polies for nth primitive roots of unities
Yeah but for w_4 you said minimal polynomial 1+w+w² 
yea that irreducible proof was pretty clever
hunting for that prime was hard
oki that helps 
I'm saying even if 4 were prime you were supposed to go up to w³
even if 4 were prime 

for large enough 4 and small enough 5, 4=5
oh yeah i knew a few proofs but ill be honest i forgot all the proofs lol, i know one used something to show its irreducable lol
(4-1)! is not 0 (mod 4) hence 4 is prime
$x^p - a$
是的
trying to show that this is irreducible over a field of characteristic p, a is an element that isnt a pth power when the field is infinite
over the finite case i can do it
but when infinite
since its not seperable
its not a product distinct irreducibles of course
but
now
how would i show that x^p -a itself is irreducible
not just a product of (atleast 1) repeated irreducible
I think it is separable right? Not that I know how to show irreducible from this
It is not separable, because if xi is some root (in algebraic closure) then xi^p = a, so x^p-a=x^p-xi^p = (x-xi)^p
Ah, okay right
So if it is reducible then (x-xi)^r lies in k[x] for 0 < r < p, we obtain that all coefficients of (x-xi)^r lies in k, in particular -r xi lies in k, and since r ≠ 0, xi lies in k
can you define an ideal in a polynomial ring to be: generated by at least one of two given polynomials $f(x), g(x)$? so its the set of $<f(x)> \cup <g(x)>$? would this be an ideal? is this a principal ideal?
reking
(f)+(g) is definable
i read that every ideal in a polynomial ring is a principal ideal, but i don't see how this would be true here
a principal ideal is generated by only one element, right
it is basically (gcd(f,g))
what is the gcd of two different, irreducible polynomials?
1
Only true if the polynomial ring is F[x] for a field F
riight..
For example in Z[x] (2,x) is not principal
(f) U (g) is not an ideal in general, but all possible linear combinations p f + q g is an ideal generated by gcd(f,g)
i suppose i mistakenly thought <f> U <g> would be an ideal, but i see how that fails
ye, (2) U (3) in Z doesn't contain 5, but the ideal should be closed under +
thanks!
you are welcome :з
I don’t understand this
what "reducible polynomial" means?
"q is reducible" means that q = fg in k[x] for some f with 0 < deg f < deg q
and we know that in algebraic closure q = (x-xi)^p
it means that if q in the base field is reducible then (x-xi)^r lies in k[x]
What about irreducible
irreducible means that it is not reducible
I mean
I’m trying to show
That
X^p - a is irreducible in an infinite field of char p
you trying to show that "a≠xi^p -> x^p - a irreducible"
contrapositive "x^p - a reducible -> a=xi^p"
sure
so you have to show that if some factor of x^p-a lies in k[x] then xi lies in k
is xi supposed to be a root
I dont get it
so what i understood was
you are saying that we should show that there are no roots of the polynomial
in the field
?
@chilly ocean
Let xi be a number in k-bar such that xi^p=a. You have to show implication "x^p - a reducible -> xi lies in k"
So, assume x^p -a reducible in k[x]
in k-bar[x] we have x^p-a = (x-xi)^p
so if (x-xi)^p is reducible in k[x] it means that some (x-xi)^r lies in k[x] for some 0<r<p
Is it clear?
this
in k-bar[x] we have at least one root of x^p-a (because k-bar is alg.closure) lets name it xi
so we have xi^p=a
so x^p-a=x^p-xi^p = (x-xi)^p
hm
ok
so then
since we assume its reducible that means that (x-xi)^p is in the base field??
since we assume it reducible means some factor of (x-xi)^p is in the k[x]
sure
all factors of (x-xi)^p looks like (x-xi), (x-xi)^2, ..., (x-xi)^(p-1)
(non-trivial factors)
yeah
so we assume that some (x-xi)^r lies in k[x] for 0<r<p
ok
and if we expand (x-xi)^r it would be (x-xi)^r = x^r - r xi x^(r-1) + ...
(x-xi)^r lies in k[x] implies that -r xi lies in k
ok
but -r xi lies in k implies xi lies in k, because 0<r<p so it is invertible
ok
that's the proof, we proved that "x^p - a" reducible imples "xi lies in k"
i see
how exactly
how do you know that r is in the field
it is just natural number, so, it is just 1+1+...+1 r times
you are welcome :з
I was expecting something different
i thought maybe .. showing that it just has 1 irreducible factor, itself
Thank you!
hm?
wait no
I think that's right
🙂
it's ok to be confused, no problems : )
Sorry I’m confused again
We need to the assumption that xi a root isn’t in the field
We don’t have that?
Hm, I don't see how we need that, we need to prove that xi is in the field assuming that x^p-a is reducible
Compare: "we need to prove that a^2+b^2=c^2 assuming a,b,c are the sides of rectangle triangle"
We don't need to assume that a^2+b^2≠c^2 separatly
right
So we need to assume that it’s not cloudy for it to not be rainy?
sure
So x^p -a is reducible if xi is in k
No. It could be cloudy and not be rainy.
I mean not cloudy implies not rainy sorry
👍
the contrapositive to "if xi not in k then x^p-a irreducible" is "if x^p-a reducible then xi \in k"
🙂
don't worry like that, I like to explain :з
How can I find the degree of $Q(i) \subset Q(i, 3^{\frac14}, 2^{\frac13})$?

okay yeah I c
after drawing a diagram
for some reason I was doing some wierd stuff first
tyy

oh and is this obvious that this extension is a splitting field for (x^4-3)(x^3-2)?
"obvious" is a weird word. but yea that is true.
over Q(i)
ah
you'll have omega and you have and 4th root of 3 so you can also recover i from there
wait i said it backward
yeah that's what I was thinking
.<

you have i and 4th root of 3 so you can get (-1+sqrt(3)i)/2 and i which are 3rd and 4th primitive roots of 1
yep 

how do i count the number of homomorphisms from S_3 to D_8?
i found that S_3 has 3 normal subgroups: A_3, {e} and S_3
and this $S_3/{e}\cong S_3, S_3/S_3\cong {e}, S_3/A_3\cong C_2$
AKS
so i need to use the first isomorphic thm
size 8
okay, well you can tell ther'es no injections first
based on size considerations
do you see why?
6 doesnt divide 8
1
right
so now we can focus on maps with kernel A_3
but these are exactly maps from C_2 -> D_8
and this should be something you can figure out yourself hopefully :)
You might want to figure out in general how many maps there are from a cyclic group into any group
it's pretty useful to figure that out
yes so {e, r^2}, {e, rs} etc
yeh
thanks!

Just remember that you've already counted the zero map
so don't accidentally count the map C_2 -> D_8 which is the zero map
since that actually corresponds to the zero map S_3 -> D_8
V nice
bdobba
Does a dim 1, Noetherian local ring necessarily have to be regular?
I think the answer is no, but idk how to show it
anybody here studied wreath products?
i trust your expertise. im having a bit of trouble visualizing a wreath product of infinite groups
Z wr Z is going to be some subgroup of Sym(Z x Z) i know.
dont sweat it. i bet i'll get it eventually. im starting to think i can kinda visualize it.
TFW Dummit and Foote didn't make you a wreath product expert
does dummit and foote cover wreath products at all? I have a copy coming in the mail, but I'm using a different textbook at the moment
im using a book called A Course in the Theory of Groups by Derek Robinson. One of my professors recommended it to me, and it has a decent handful of problems on wreath products. it covers a lot of ground on group theory in general too. im enjoying it
my professor had the author as one of his professors which is sort of cool
that's probably a more thorough exploration of groups than d&f
d&f groups is really just basically all the group theory an undergrad should know realistically
the book you're using is a grad group theory book
it is a grad level book. i'm certain it does cover more group theory too, but i bet the d&f book will be pretty useful still.
Cohomology is something in higher math which is sometimes used to solve certain math problems.
there's a simple wikipedia page on cohomology?
damn lmao
oh nevermind
it's one line

what is an algebra
Just to be sure, is this right?
$${1,2} \times \mathbb{Z}_{+}={{1,1},{1,2},...,{2,1},{2,2},...}$$
𝔙eryhappyperson
Ohh, sorry.
e.g., {1, 1} is just {1}
Module but it’s also a ring
a R-algebra is a object in the category Ring^R
unironically tom dieck defined an algebra as that
Any non pth power in K is a root of an inseparable irreducible deg p polynomial over K^p
(K^p is a field so you can draw a field tower diagram involving that, see which of the extensions are separable)
I wondered that there is some argument possible based on "frobenius map is probably almost surjective, in some sense", this sounds sort of like that, although my field theory is not good enough to understand
Yeah seems similar to that result for perfect fields
but idk
Didn't get this
Any field homomorphism is injective
If y is a non pth power in K, then y^p = a for some a in K^p
x^p - a is the minimal polynomial of y then
I used x for both the variable and the element 
y^p is in K^p by definition of K^p
You don't need y to be a non pth power to say this
Yeah
Yeah, minimal polynomial over K^p
The part that's relevant here is that that polynomial is inseparable
Also it's the minimal polynomial only if y is not in K^p, because else it reduces
F is not relevant yet
My claim is y is inseparable over K^p
You know its minimal polynomial
Can you figure out if that has repeated roots?
How does minimality imply inseparability?
Yes
x²+1 is irreducible over Q but is separable
It's a polynomial in K^p, but in a splitting field, it will have repeated roots
You know one root is y
Yep exactly
y is the repeated root
So whenever K ≠ K^p in characteristic p, K/K^p becomes an inseparable extension (in fact purely inseparable)
Now K/F is separable and K/K^p is purely inseparable. See if you can conclude anything about separability of K/F(K^p)
Yeah, why is that?
Purely inseparable means that every element has an inseparable minimal polynomial
Whenever you have K/E/F, and y in K, the minimal polynomial of y over E must divide the one over F
K/F(K^p)/F
or K/F(K^p)/K^p
The tower has 3 levels, the lowest level has 2 fields which are both subfields of the middle level
Moldilocks
used online app to draw with mouse and generate the code 

yes
oh I labelled the wrong edge as sep in diagram 
but K/F(K^p) being separable is important
can you use this to argue that it must be the trivial extension?
something like that
you can reason through it, pick a y in K, you know its minimal polynomial over F(K^p) is separable but over K^p is not, and you know one of them divides the other
not each other
the one over F(K^p) divides the other one
since its the intermediate extension between K and K^p
Where are you getting that?
yeah
q.uiver.app
Bless 

we know the inseparable minimal polynomial's exact form
the separable one is a factor of that
what are the possibilities?
yepp
so minimal polynomial of any element in K over F(K^p) is degree 1
yep
happens 
welcome 
oof 
yeah lol if anything I would have confused irreducible and inseparable
because in english those have similar meanings lmao
oh right makes more sense
why are things in math called separable when nothing is being separated 
goddamn baguette people
separability of polynomial makes a lot more sense than separability of metric spaces
lol
Question
how am i supposed to do this. I've been trying different approaches for about a day now but i haven't come up to a complete solution
a hint would be appreciated
if alpha is irreducible then there is nothing to prove!
Well yeah that is trivial 
else can you think why would there be an irreducible dividing alpha?
I was thinking of inducting on the number of prime factors
prove that Z[i] is a euclidean domain
Of N(\alpha)
you are given the norm, jus need to verify it works
once you get an irreducible factor, look at alpha = pi * beta, and then think about N(beta)?
||Or you can also say both factors have smaller norm
rather than specialising to the case of one being irreducible||
oh lol
Hm so you're saying if \alpha is irreducible then this is trivial, so consider \alpha not irreducible. I.e. writing for a,b not units, we have \alpha = ab? Which implies N(\alpha) = N(ab) = N(a)N(b)
And then consider that? 
easiest just prove euclidean tbh
I mean if you mean euclidean => pid => UFD that's not really needed
I've shown Z[i] is a UFD already thru a geometric argument in another exericse, i'm just unsure how to do this using induction
on N(\alpha)
never mind i think this is it, N(a), N(b) are necessarily smaller than N(\alpha), and a,b are not units so they are not 1. Then we just say that by induction we are done 
Haven't seen the notation before, but if I understand it right then isn't p=3 with F = Q and K = Q(i) a counterexample?
Then what about F = K = Fp(x)
Ye
If F has char p and K/F is a field extension then K has to have char p
this is a counterexample
recall euclidean implies pid directly
waitwat
oh as in like
how can characteristic be a prime power lol
p
Recall
how do we define char of a field
1+1+...+1=0
so it really doesnt matter what extensions we throw at it
(x^p=0 -> x=0 cuz you know, field has no zero divisors)
it's a counterexample at φ(α)->α^p is an isomorphism
The image of Frobenius would be F_p(x^p)
yup
wait
isnt that an embedding of F_p(x) into F_p(x) tho
ig it isnt bijective as a map from F_p(x) to itself
it is only injective
but not surjective
as x has no preimage
injective means like
f(a)=f(b) -> a=b
left
f(a) = f(b) implies a=b whenever there exists a g such that g(f(a)) = a, g(f(b)) = b
wait but g doesnt necessarily exist tho
?
As a set map it does
oh yeah it might not be a homomorphism or whatever
petition: can we also change function composition order it trips me up so much
i dont mind if it means to use x.f.g for g(f(x)) tbh
ehh
not rlly
like when diagram chasibg
you go from your start to end
but you end up having to flip your order
Just make your start on right
it annoys me everytime without fail
((x)f)g looks scary
x.f.g is nice tbh
I like to think of it as having a 'post' inverse i.e. an inverse when applied after it.
Then I remember that the function applied after goes on the left.
(as a set map)
like say this right, if i want to go A->B->B'->C', i trace f b g' but when writing it down i need to write g' b f
just be a chad and define $fg = g \circ f$
Namington
if so im going to do it daily for my sanity
I saw a textbook mention the possibility of writing arrows from right to left in diagrams
But then it said that would also go against convention too much
Some texts do that
And that it would live with the discrepancy
i only know of herstein which does x(f)(g) which tbh is superior
It takes 0 time to get used to
Only issue is ambiguity if you see excerpt from some text but that doesn't seem a huge issue
Best example I've seen is a pdf on elementary theory of category of sets
It was really nice to read 
oo
And notation was genuinely a large part of it
Also no need to put brackets in ETCS when applying a function to an element because application becomes an instance of composition
So it just becomes xfg for g(f(x))
Which is another extremely nice thing
honestly
the more i see RPN
The more i like it
unfortunately it gets ambiguous for like
Z(f) vs Z(f,g)
maybe a mix of RPN and () is ideal
As in?
The no brackets thing is somewhat specific to ETCS
so like sometimes we use the same symbol for 2 different operations, one unary one binary
so like Z here can either refer to the function with one input Z(-) or the function with two inputs Z(-,-)
What's the issue if we write (-)Z and (-,-)Z?
It should work if you use RPN but bracket expressions ending in operators with multiple arities
I think

18=
Infix notation is still good for numbers tho lol
lmao true
but once you write and use enuf rpn in code you kinda learn to read it mentally
(5 3 *) 3 + 18 =

In code? What language?
so like
infix sucks for computers
RPN is way easier to parse
so typically you convert everything to rpn
Because no bracket ambiguity?
play in rpn/expr tree
then convert back
not rlly cuz infix has order of operations stuff
True
But most programming languages just make the parser right?
Which one actually asks you to use RPN?
oh like internally
a sane programmer would parse infix to rpn then play with it
(to be fair after rpn the next step is typically expression tree)
Is $$\mathscr{D}={B \times C \ | \ B \in \mathscr{B} \ and \ C \in \mathscr{C}}$$ the same as saying $$\mathscr{D}={\mathscr{B} \times \mathscr{C}}?$$
𝔙eryhappyperson
No
The former has a lot of elements in most cases.
The latter has only one element.
The latter is more like
Raghuram
Thank you
I am still not 100 percent sure if I get this. What if I had something like $${{1,2},{3,4}} \times {{5,6},{7,8}}?$$
Thank you so much 
Hey Moldi
Does anyone here have any interest in cyclotomic polynomials over finite fields? I have many curiosities about how they factor in prime fields of different sizes.
I'm sure a lot of them do 
them?
"people here"
Oh. If anyone has any resource to study specifically this, I would like that. I found some patterns that I want to know if they are true or not.
Also, nice profile picture.

Find all linear transformations T : F → F where F =R or C .can anyone tell how to approach this?
I have only seen simple stuff that follow from gcd(x^n - 1, x^m - 1) = x^gcd(m, n) - 1 and how x^q^n - x splits over F_q^m
linear wrt which ring?
Z-linear, Q-linear, R-linear, F-linear?
Yes, and that all leads into Galois Theory I believe. I am currently studying that to see if it can help answer my questions.
oh okie
I am kind of self-taught though... I don't actually study math in school, though I am a graduate student.
how is it being a graduate student?
i mean how does it feel like
how is it different from undergrad?
I am really enjoying it. I am actually a computer science major, but I prefer studying things that are as closely related to abstract algebra as possible.
I think it's better than undergrad, because you have a bit more freedom about what you will study, especially if you have a fellowship.
The classes feel very similar though, I don't really enjoy class so much.
tell about R and C
okie so lets see R-linear maps from C --> C
any element of C looks like a + bi, so an R-linear map T is completely determined from where it sends 1 and i as T(a+bi) = aT(1) + bT(i)
And we can choose T(1) and T(i) any way we want, there are no constraints, this will give an R-linear map
and in general F-linear maps between F^n --> F^m look like m x n matrices with entries in F
Forgive me if I am mistaken, but isn't the constraint that T is linear? As in it follows the homomorphic properties on addition and scalar multiplication?
Oh, you said that in the previous message.
Sorry about that...
cool cool
oh i mean the choice of T(1) doesn't affect the choice for T(i). They both can be arbitrary complex numbers.
So what I just said is, if V is an F-vector space with basis B, and W is another F-vector space. Then you can extend any set function B --> W to an F-linear map V --> W
So this gives a one-to-one correspondence between set-functions {B --> W} and F-linear maps {V --> W}
Oh, that's true. They are independently mapped (linearly independent)
@hidden haven I wanna tell something... you up?
it's basically the same as studying cyclotomic polys over p adics
we do know precisely how Q_p(\zeta_n) behaves as well!
(if you're interested in poking, recall that all finite fields of order p^n are isomorphic and you have the frobenius morphism x->x^p in these fields, in particular, F_q is precisely the field fixed under the morphism x->x^q over \overline{F_p})
@rustic crown I wanna tell something... you up?
I have not read much about p-adics, but I will look into it. Thanks!
:D
neukirch chapter 2 would be your friend here haha
possible "gateway drug" into class field theory with lubin tate as well heh
http://www.math.uni-bonn.de/people/ja/lubintate/lecture_notes_lubin_tate.pdf
have been following these notes mainly, pretty nice exposition
yep 

If you have the Q (the rationals) adjoined sqrt(2) and sqrt(3)
what is the unique alpha s.t. Q(alpha) = this same extension field?
det,do you have a fav eeveelution?
I don't wanna evolve my eevee.
sqrt(2)+sqrt(3)
(unique alpha? if alpha works, then any non-zero rational times alpha works)
oh yea its not unique
it's not too bad an exercise to prove that Q(sqrt(2), sqrt(3)) = Q(sqrt(2) + sqrt(3)), but doubtful that the alpha is unique
oh it's not unique then
and any rational plus alpha
but yea that works thanks
so generally
if you have Q adjoined a bunch of irrationals
it's equal to Q adjoined the sum of them
bunch of algebraic numbers, firstly
the thing you posted said the degree of the extension is < infty
and if there's infinitely many there's no sum
@chilly ocean Can I dm you?
oh yeah
yea lol
i haven't formally learned any of this stuff from a textbook or class
and i know that fields and polynomials are super connected
like "algebraic numbers" and stuff
but i don't actually know where it comes from
does anyone know a good introduction to this stuff?
any text on galois theory
I don't really know what stuff you mean, but I like dummit foote and it might be what you are looking for
like algebraic numbers are (?) numbers which are roots to polynomials with coefficients in some specific field
probably a bit wrong in this definition
galois theory ok
that's what it's called
yeah, maybe you would enjoy this book called Introductory Algebraic Number Theory by Kenneth S. Williams.
But probably better to first get a bit comfy with rings/fields
from dummit
Yeah, currently reading it as well.
you think it's better to go through this first before ^^?
there's also this in between the ring section and fields section
you can skip part 3
Unless you never learned linear algebra before I guess
I uh, went through a third of axler
yes but theyre not particularly relevant to introductory galois theory so
yes you should do rings before you do field or galois
and module theory knowledge is good to know
there is 0 knowledge of chapter 3 assumed in chapter 4 of DF
the secret is, it's all category theory
Modules are to rings as vector spaces are to fields
only basic linear algebra I guess
untrue statement, you need to know some lin alg
ya
well what a vector space is and that's pretty much it I think
that's enough to know
you basically only need to know
- what a vector space is
- what dimension is
- what a basis is
and that's about it
yeah that's about as far I've gotten in axler so I'm fine i guess
does DF go through number fields at all?
or is that just galois theory
just galois iirc
any algebraic number theory text should intro number fields
i.e. marcus/neukirch
i suggest reading jacobson for intro to algebra it's nice
ok yeah I have seen the first chapter of marcus
and they spend the whole chapter talking about x^2 + y^2 = (x + yi)(x - yi)
ok i didn't actually read it so i'll take your word for it lol
I need to get a good background (DF) before I start that
I'd recommend intro alg nt by Williams it's an easy read with a lot of problems with partial soluttions on the author's site
but it will be a better read after you know rings a bit I suppose
but anyways should learn like groups/fields/galois grousp from some intro alg book anyways
just call it trivial and move on 
What if Ari is zoph's alt
if you're going into algebra
his name sounds chinese
what other stuff do you learn after basic abstract alg, galois theory, and (intro) alg nt
i mean there are many options
ya
id assume most algebra courses would look something like
groups
rings
modules
fields+galois stuff
maybe some rep, maybe some com alg, may some cute topics
jacobson does the maybe some cute topics route
homological algebra
eh most really just do like finite group rep right
my plan is like
to get a foundation in abstract alg and alg nt
then go back to linear alg
uh
yeah
ok nice
i've went through a bit of axler
no wonder you're delaying learning lin alg then 
yea rn
i never thought lin alg could be so hard
i know that matrices
until i started trying to learn finite group rep theory
i made it as far as figuring like maschke theorem and lost interest
matrices can represent other stuff
HAHA
i use like
jacobson
for my finite group rep as well
lol
jacobson book 2 is hugeeee
i see
like what
ik ppl pack (random?) info into a matrix
like the jacobian or something
volume 2 seems omegachad
lin alg is basically embedding groups into matrix groups
ikr?
literally in the preface jacobson is like
oh you have a few options
can spend like a semester on finite group rep
or one on universal algs
or some on hom alg or com alg
actually wild
i peeked at napkin but idk seemed too superficial
^^^
i use it as a reference on
hmm
i guess thats possible
for me i literally
open some book i hope to read
figure what prereq im missing
fill in the prereq recursively




lol moth the only reason i started tom dieck was cuz the proof of something decently big in 3-manifolds required funny homotopy notions
i should learn multivar calc sometime soon
i kind of skipped it because it looked so boring 
and now linalg is terrible
eh
im hoping on like
you may want to learn multivar before like analysis i think?
honestly it isnt too bad
just like work through some examples
napkin
cursed topology
i think it is good to get an intuition of like how the integrals and derivatives interact with each other before like
proper proper formalizing it

honestly its actually quite a cool topic
wdym
"mathematically mature"
like
rn some of the stuff i have no idea what they mean
"complex analytic manifold"
when do you learn this stuff
complex analysis?
or like topology
you'll see this when you start studying like
smooth manifolds and riemann surface stuff
What the name of the group generated by 1^(1/2^∞), 1^(1/3^∞), 1^(1/5^∞), ... ?
(all possible roots of unity)
but yea looks very much like something in say smooth manifold territory
$\mu_{\infty}$
煮豆燃豆萁,豆在釜中泣。本是同根生,相煎何太急?
I see
is there really a standard analysis progression?
i feel analysis diverges into many paths quite early doesnt it?
I wouldn't know
I remember that it have some name like "plucker group" or something like that
I just know there's like real and complex analysis
But the symbol is good enough, thx
and apparently riemannian geometry now
all i rmb is seeing it in context of like Pontryagin dual stuff lul
Anyone knows what the notation K^p means in "Let K a field of char p such that K is not K^p"? i don't think it's Fp cuz book uses different notation for that
very much in manifold-land
you'll see it in diff geo
I see
$$F^p=\left{x^p|x\in F\right}$$
煮豆燃豆萁,豆在釜中泣。本是同根生,相煎何太急?
煮豆燃豆萁,豆在釜中泣。本是同根生,相煎何太急?
so there's
real + complex analysis, then diff. geo, and manifold theory is tied into diff.geo
youll see diff geo appearing when studying smooth manifolds defo
or just learn GR
it's in context of x^p-a irreducible if a not in K^p
isn't it the other way around lol, diff geo then GR
but why would you say K != K^p? K^p not a field in general i think,sounds kinda weird thing to compare
eh most GR courses introduce the diff geo you need, with varying degrees of "rigor"
rmb, char p
x->x^p is an endomorphism of fields
so as an example, $$\mathbb F_{p^n}=\mathbb F_{p^n}^p$$ but $$\mathbb F_p[x]\neq\left(\mathbb F_p[x]\right)^p$$
煮豆燃豆萁,豆在釜中泣。本是同根生,相煎何太急?
and indeed, $\mathbb F_{p^n}$ are perfect but we have stuff like $\mathbb F_p\left[x^{\frac1p}\right]$ as a inseparable extension of $\mathbb F_p[x]$
煮豆燃豆萁,豆在釜中泣。本是同根生,相煎何太急?
@golden pasture Wrote it like this, hope everyone will understand
the yellow color why T_T
but looks ok
I always imagined rational numbers in my head as yellow dots, don't know why
oo
Irrationals doesn't have color because this is not an algebraic system
wait color actually has mathematical significance here lol
Yes, but only for me :з
is it true that if i have an extension K/F
such that [K:F] = 2
then K = F(a), where
min(F,a) = x^2 - a
?
yes
it's definitely true in any field of characteristic not 2
it may still be true in a field of characteristic 2, but it's just not as immediately obvious
but, it is obviously true in any field not of characteristic 2 by virtue of quadratic formula
what do you mean by this?
there are degree-2 extensions of fields of characteristic 2 of the given form, and there are degree-2 extensions of fields of characteristic 2 which are not of that form
I don't know if it's true in a field of characteristic 2
it has a unique quadratic extensions and it's not of that form
oh ya, it's kinda obviously false in char 2 case
only polynomial of that form in F_2 is x^2 + 1, which is reducible
I just said "it may be true" because I didn't wanna make a claim either way
an extension of the form F(sqrt(a)) for some a in F will never be galois over F if F has characteristic 2
but ya, @past temple, that's your answer, it's true if the field is not characteristic 2, it's false if the field is characteristic 2
to see why it's true in field not characteristic 2, just use quadratic formula
squirtlespoof
Doesn't it follow from the fact that w_i's are the only roots of that polynomial?
And automorphisms permute roots
oh god what have I done 
I'm up now 
got it
ok I will come back here
after I finish basic abstract algebra
aka sections 1,2, and 4 of DF
and then I will bother everyone with my alg nt questions
or maybe I don't have any (😮 ) because of my new AA foundation
squirtlespoof
It is pretty tricky
Try to count the number of homomorphisms from F(alpha) to algebraic closure of F
(That fix F)
What can alpha map to?
Yeah, and is there anything else?
Why can't alpha map to something else?
Why?
that is not true
alpha is allowed to map to one then youll lose injectivity
yep
notice that if f(alpha) = 0 for a polynomial f with coefficients in F, then applying the homomorphism h on both sides you get f(h(alpha)) = 0
since h fixes all the coefficients
so this gives you a necessary condition, that alpha must map to a root of its minimal polynomial
but can it map to any root of its minimal polynomial?
yep
can you see why it can map to any other root?
yes
cool
so you get that F(alpha) is separable implies there are deg(min alpha) many homomorphisms from F(alpha) to F closure fixing F
The converse also turns out to be true
That is the trickier part, but see if you can think of any ways to prove it
no, algebraic closure of F
thats why you can say that all the other roots of min alpha exist in it
otherwise you may not have anything to map alpha to
hint: ||start by picking an element beta in F(alpha). Given that the number of homomorphisms is equal to the degree of the extension F(alpha)/F, you want to show that beta is separable over F. It suffices to show that F(beta)/F is a separable extension. Draw the tower diagram with homomorphisms to F closure and see if you can infer anything||
lol i slept by then 
did you sleep again ._.
I'm up 
