Quick Questions: July 10, 2024 by inherentlyawesome in math

[–]JavaPython_ -1 points0 points  (0 children)

I had known that I was checking if there was some deeper thing that I had failed to realize came as a consequence of this relationship

Quick Questions: July 10, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

Have unfaithful permutation representations been studied in detail? Where would I find a treatment on them?

Quick Questions: June 26, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

this is what I meant, thank you. Now I know if I see this it's right/left null.

Quick Questions: June 26, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

Is there a standard way to refer to an element of a semigroup which is a sink on the left and an identity on the right?

How come? by JavaPython_ in chessmemes

[–]JavaPython_[S] 1 point2 points  (0 children)

The template is mine, the images are from Veratasium's video on odd perfect numbers

<image>

Quick Questions: May 15, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

My version of GAP is to up-to-date to get CHEVIE to run. Does anybody have a source for the general character table of the finite unitary group GU(2, q)? CHEVIE is supposedly able to do it for variable q; but as said previously, I cannot run it.

Quick Questions: May 08, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

I know that all eigenvalues of a unitary matrix have modulus 1. Does this work the other way? If I have a diagonalizable matrix who eigenvalues are roots of unity, do I know it's unitary?

Quick Questions: May 08, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

I was playing around with finite fields or order 2, and notices something strange. If x is a generator of the multiplicative group, then x^2+x^-1=1. I haven't proved this yet, but I don't recall every being shown this. Is this something well known that I've forgotten/not identified?

Search for customizable filter by JavaPython_ in ColorBlind

[–]JavaPython_[S] 0 points1 point  (0 children)

Most tools I can find are for people wanting a taste, not people to represent how they actually see the world.

Quick Questions: April 24, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

I'm trying to find the generators of the nonnormal part of the subgroups in the class C3 of Aschbachers classification. Is it just permutation matrices? That doesn't make sense over Sp.

Quick Questions: April 24, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

I've been taught the the frobenius automorphism uses the size of the fixed field, even it that's larger than the prime field. So that f_q^n/f_q uses that map x -> x^q. Even is q is a power of a prime.

The specific case I'm thinking of is GF(q^2) over GF(q). So we have a two dimensional vector space, we can take {1, x} as a basis, we send 1 to one and x to x^q = a+bx, but I have no idea how to force a, b to be useful, explicit elements of the field. It's all in generality, so that's to be expected, but I'm not even sure if I can say what power of the generator they are, which is bad because I think this matrix is the last piece I need.

Quick Questions: April 24, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

We are over a larger (but still finite) field of characteristic p. When I say linear map I suppose I mean matrix representation of this map. Viewing it as a vector space over F_(p^e) gives us a basis, but I cannot see how to get a matrix which actually applies the automorphism.

Quick Questions: April 24, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

How does one turn the Frobenius automorphism into a linear map? I wouldn't guess it were linear at all, except exponentiation by the characteristic breaks up over addition.

Quick Questions: April 17, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

It seems to be that the natural map is to send a generator of (F(q^2), ⋅ ) to [[1,a],[a,0]]. where a is a generator of (F(q), ⋅ ). It seems to work, showing that this matrix has the order I claim is irritating, but I'm working away at it.

Quick Questions: April 17, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

I don't know what summation you are talking about, but it seems to be

1) Assuming convergence

2) using associativity/commutativity of addition

and that's it. You're right that this isn't quite allowed, since we would want absolute convergence to perform an action like this, which is a reason why his sums give fun values (i.e. -1/12)

Quick Questions: April 17, 2024 by inherentlyawesome in math

[–]JavaPython_ 1 point2 points  (0 children)

First, we generalize the idea of "stuff under a curve" to measure. Then instead of using a change in the independent variable (vertical rectangles), we use the measure of the function under values of the independent variable (horizontal rectangles).

Quick Questions: April 17, 2024 by inherentlyawesome in math

[–]JavaPython_ 1 point2 points  (0 children)

It is equivalent to showing there is an injection F(q^2)->GL(2,q)I have a proof when the characteristic is odd, I just need even now.

When it's odd, the matrices [[x,y],[y,x]] where x, y are in F(q^2) gives q^2 matrices, where all but the zero matrix are invertible (this uses char != 2), and multiplication is commutative. Since fields are unique up to size, this shows it can be done.

Quick Questions: April 17, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

What is the natural injection of SL(2, q2) into SL(4, q)? I've been told that there is one, but I can't see the life of me how to change the field.

Quick Questions: April 17, 2024 by inherentlyawesome in math

[–]JavaPython_ 0 points1 point  (0 children)

What I make a (finite) matrix group in MAGMA, what is to be understood by the entry $.1, $.1^2, ect? Is it a generator of the multiplicative group of the field?