User syed - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-25T14:12:48Zhttp://mathoverflow.net/feeds/user/6776http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/121461/reference-for-notation-h0c-mkReference for notation $H^0(C, mK)$Syed2013-02-11T11:06:53Z2013-02-11T13:57:27Z
<p>I am reading the draft of "<a href="http://www.math.uga.edu/~davids/ivrg/SwinarskiEquations.pdf" rel="nofollow">Equations of Riemann Surfaces of Genus 4, 5 and 6 wih Large Automorphism groups</a>" and the author starts using the notation $H^0(C, mK)$ on page 3, without explaining it. As the author is studying the action of the automorphism group of $C$ on $H^0(C, mK)$ and refers to Farkas who studies the action of the automorphism group of $C$ on holomorphic q-differentials, I suspect that $H^0(C, mK)$ is the first cohomology group computed using q-differentials, but I'm not sure.</p>
<p>My question is that if my guess is correct, then how does one even define that cohomology (do we still have $d^m d z^m = 0$ so we have our exact sequence to define the cohomology?). And if I'm totally wrong then please tell me what that notation means.</p>
<p>In any case I would appreciate if someone guides me to a reference so I can read more on this object.</p>
http://mathoverflow.net/questions/84993/computing-the-fixed-field-of-an-automorphism-of-a-function-field/86189#86189Answer by Syed for Computing the fixed field of an automorphism of a function fieldSyed2012-01-20T10:10:21Z2012-01-20T10:10:21Z<p><a href="http://math.ucalgary.ca/profiles/colin-weir" rel="nofollow">Colin Weir</a>, suggested the following algorithm to solve the problem in non-rational case, I thought for the sake of others who probably have the same question, I'll post it, here:</p>
<p>Suppose that $\sigma$ is an automorphism of $k(x,y)$. Using above theorem we can find a $x^\sigma$ such that $k(x^\sigma) = k(x)^{\sigma}$. Now, we can re-compute $k(x,y)$ as $k(x^\sigma, y)$. Using degree argument, now one can easily prove that $k(x^\sigma)[\textrm{All elementary symmetric polynomials in } \{y, \sigma(y), \sigma^2(y),...,\sigma^{d-1}(y)\}]$ is equal to $k(x^\sigma, y)^\sigma$. In practice, you add these symmetric polynomials one by one, till your tower reaches the desirable degree. </p>
http://mathoverflow.net/questions/84993/computing-the-fixed-field-of-an-automorphism-of-a-function-fieldComputing the fixed field of an automorphism of a function fieldSyed2012-01-05T19:18:24Z2012-01-20T10:10:21Z
<p>Let say we have a function field $k(x,y)$ defined by $f(x,y)$ over $k$, with $\sigma \in Aut(k(x,y)/k)$ and. Suppose, I'm not that out of luck, so that either of $\prod \sigma^i(x)$ or $\sum \sigma^i(x)$ (and the same for $y$) don't fall in $k$, let call them $x^\sigma$ and $y^\sigma$. Then I can compute $k(x^\sigma, y^\sigma)$ and it is not hard to see that if $(\deg(x),\deg(y)) = 1$, that would be my fixed field and I can compute it by finding the min poly of one over another.</p>
<p>However, for example in the case of hyperelliptic involution, we have $\sum \sigma^i(y)=0$. Or there are situations that finding such an $x,y$ is not an easy question. For example, in Algebraic Function Fields and Codes of Stichtenoth, Question 6.9, he asks for such an element $t$ in $F_q(x)$ such that $t^{Aut(F_q(x)/F_q)} = t^{PGL(2,q)}$ is not in $F_q$, and I couldn't solve it (So, it's hard for me at least. I can of course use computer algebra for a particular $q$ but this not what the question asks).</p>
<p>So, I was wondering what is a fail-free way of choosing these generators, such that the fixed field algorithm always works (to prevent them from falling into the constant field and have relatively prime degree). If I use all symmetric polynomials of $Order(\sigma)$ variables, is there a guarantee that at least one of them won't let me down?</p>
<p>Or, if is there better, fixed field computation algorithm there, please tell me (the fixed field algorithm for number field doesn't work straight forward because it could be that $k(x) \not \subseteq k(x^\sigma)$ but one can fixed this if they change the underlying rational function field to the latter, under condition that $x^\sigma$ doesn't fall into $k$, which was my problem to begin with).</p>
<p><strong>Long story short, please tell me what is the fixed field algorithm for automorphisms of (global) function field, that normal people use?</strong></p>
<p>Thanks a lot</p>
<p>post scriptum:
I ran into this theorem stated in <a href="http://arxiv.org/abs/0805.2331v1" rel="nofollow">link text</a> with no proof or reference (beside that Dr. Peter Muller suggested it to the authers (whoever he is)),</p>
<p>[knowing that one can embed a group of automorphisms of rational function field into the field] Let $G = {g_1, . . . , g_m} \subseteq K(x)$ be a finite group. Let $P(t) = \prod^{m}_1 (t−g_i) ∈ K(x)[t]$. Then any non–constant coefficient of $P(t)$ generates $F^G$.</p>
<p>Beside the fact that without having the proof it's hard to generalize it to the nonrational case, it also doesn't guarantee that it doesn't happen that all coeffients of $P(t)$ are constant. In any case, I thought it might help the person who's going to help me ;)</p>
<p>postquam post scriptum: I pasted the "fixed field" functions (for number fields) from both Magma and Pari, here:<a href="http://everramified.wordpress.com/2012/01/08/fixed-field-computation-magma-vs-pari/" rel="nofollow">link text</a>. I see that Magma basically is doing the same thing as I guessed, computing lots of symmetric polynomials and adding them to the base field till the relative degree is the size of the subgroup. For PARI, I don't understand what's the significance of "fixedfieldorbits" and "vandermondeinversemod". I thought It might be helpful. They both lack the function to compute the fixed field of a function field. </p>
<p>Follow-up on @paul garrett's proposed solution to Stichtenoth's problem.</p>
<p>If I understood the proposed method to generate the generator of $F_q(x)^{Aut(F_q(x))}$ correctly, following (sage) code should be able to generate it:</p>
<pre><code>kx.<x> = FunctionField(FiniteField(q))
w = GL2q(Matrix([[0,1],[1,0]]))
Ns = [GL2q(Matrix([[1,n],[0,1]])) for n in range(0,q)]
invElm = (x^q - x)^(q-1)
t = invElm;
for n in Ns:
ninvElm = PGLAction(PGL2GL, GL2PGL.Image(n*w), invElm);
t += ninvElm
print t
</code></pre>
<p>Unfortunately, the result is always $(x^q-x)^{(q-1)}$ because summing up over n*w is always zero. Unless, I chose the wrong set of automorphism to apply (this is image of identity plus sum of images of n*w for n =0,..,q-1). </p>
<p>There is another part to that question (that wasn't hard to solved) before asking for finding t. It's to find the ramification locus of $F_q(x)^{Aut(F_q(x))}$ and to prove that all places of deg 2 are conjugates. It probably helps. </p>
<p>But, anyway, my question is not the Stichtenoth's question, I just brought-up it as an example that my problem isn't trivial. </p>
http://mathoverflow.net/questions/84367/the-image-of-generator-under-an-automorphism-of-a-cyclic-function-field/84368#84368Answer by Syed for The image of generator under an automorphism of a cyclic function fieldSyed2011-12-27T08:21:15Z2011-12-27T08:21:15Z<p>OK, finally, I think I got it, but it is not that trivial to simply be omitted from the proof (If I complicated it and there's is a straight forward way to see it please tell me):</p>
<p>We have $\sigma(y)^q \in K(X)$. Expanding $\sigma(y)^q$, we see that every term in the expansion has the form $y^{\sum s_i i}B_i^{s_i}$ such that $\sum s_i = q$ but also we needs that $\sum s_i i \equiv 0 \mod q$ for all terms. These two equations, generate a non-singular homogeneous system in $\mathbb{Z}/q\mathbb{Z}$ and hence the only solution to the system is $s_i \equiv 0$, for all $i$'s. Which means $s_i = k_iq$ but they are non-negative and sum-up to $q$, so the only legitimate term in the expansion is when for one $i = k, s_i = q$ and for $ i \neq k, s_i = 0$.</p>
http://mathoverflow.net/questions/84367/the-image-of-generator-under-an-automorphism-of-a-cyclic-function-fieldThe image of generator under an automorphism of a cyclic function fieldSyed2011-12-27T07:37:03Z2011-12-27T08:21:15Z
<p>I'm reading the proof of Lemma 4.1 [1] which says:</p>
<p>"Let $F = K(x,y), y^q = f(x)$, where $q$ is a prime different from characteristic of $K$.
Let $Z := Gal(F/K(x))$ and we have $Z < G < Aut(F/K)$ Then:</p>
<p>$Z < Z(G) \iff$ $Z$ is normal in $G$ and for all $\sigma \in G$ there exists $0 \neq B_{\sigma} \in K(x)$ with $\sigma(y) = y.B_{\sigma}$."</p>
<p>My problem is just on the second line, so I'm writing everything up to that point:</p>
<p>"Proof:
"$\Rightarrow$"
Let $\phi: y \mapsto \xi y, x \mapsto x$ with $\xi$ primitive $q$-th root of unity. Then $Z = <\phi>$. Now let $\sigma \in G$, then $\sigma(y) = y^k.B_{\sigma}$, with $k \in \mathbb{Z}, (k,q) =1$ and $0 \neq B_{\sigma} \in K(x)$..." (the rest is routine to show $k=1$)</p>
<p>My problem is that why only one power of $y$ appears in the image of $\sigma(y)$ while all powers of $y$ makes a basis for $F/K(X)$ why not $\sigma(y) = \sum_{i = 0}^{q-1}y^i.B_{i}$.</p>
<p>Thank you very much indeed for helping me.</p>
<p>[1] Rolf Brandt, <em>Über die Automorphismengruppen von algebraischen Funktionenkörpern</em>,Universität-Gesamthochschule Essen, 1988</p>
http://mathoverflow.net/questions/77154/which-rational-subfields-are-corresponding-to-the-two-dimensional-subspaces-of-hoWhich rational subfields are corresponding to the two dimensional subspaces of holomorphic differentialsSyed2011-10-04T17:28:04Z2011-10-30T14:36:28Z
<p>I implemented the algorithm that <a href="http://mathoverflow.net/users/2290/felipe-voloch" rel="nofollow">Felipe Voloch</a>'s suggested in his reply to the question:</p>
<p><a href="http://mathoverflow.net/questions/56693/subfields-of-a-function-field" rel="nofollow">http://mathoverflow.net/questions/56693/subfields-of-a-function-field</a></p>
<p>the algorithm is here:</p>
<p><a href="http://mathoverflow.net/questions/56693/subfields-of-a-function-field/56774#56774" rel="nofollow">http://mathoverflow.net/questions/56693/subfields-of-a-function-field/56774#56774</a></p>
<p>I considered the function field $F/k$ ($k$ of positive characteristic) defined by following genus 4 curve: </p>
<pre><code>Y^4 +(2*x^7+ 4*x + 4)*Y^2+ x^14
</code></pre>
<p>When I ask Magma to list all subfields between $k(x)$ and $k(x,Y)$, Magma gives me:</p>
<pre><code>F1: Y^2 + (2*x^7 + 4*x + 4)*Y + x^14 Genus 2
F2: Y^2 + 4*x^15 + 4*x^14 Genus 0
F3: Y^2 + 4*x^21 + 4*x^15 + 4*x^14 Gesus 2
</code></pre>
<p>I used Felipe's algorithm in this way: I generated all two dimensional subspaces of the homomorphic differentials of $F$, for each of these subspaces let $[v_1, v_2]$ be a basis, I looked at $k(v_2/v_1)$ (according to the algorithm). What I observed was that all rational subfields of the form $k(v_2/v_1)$ are subfields of either of $F1, F2$ or $F3$.</p>
<p>So my question: while there are infinite rational subfields of $F$ which are not contained in $F1, F2$ or $F3$ why all of $k(v_2/v_1)$ are subfield of these subfields? </p>
<p>So basically I'm asking two questions:</p>
<ol>
<li><p>What is the characteristics of the subfields of a function field $F$ which contains all $k(v_2/v_1)$ rational subfields such that $v_2, v_1$ are linearly independent homomorphic differentials?</p></li>
<li><p>A mathematical proof that explain this phenomenon. </p></li>
</ol>
<p>I checked the above observation for few different $k = \mathbb{F}_{5}, \mathbb{F}_7$ and 11 and I got the same result.</p>
http://mathoverflow.net/questions/72629/why-do-subspaces-of-the-space-of-global-holomorphic-differentials-of-a-function-fWhy do subspaces of the space of Global holomorphic differentials of a function field correspond to its subfieldsSyed2011-08-10T22:10:40Z2011-08-10T22:10:40Z
<p>I'm asking this question as a follow up to the <a href="http://mathoverflow.net/users/2290/felipe-voloch" rel="nofollow">Felipe Voloch</a>'s answer to this question:</p>
<p><a href="http://mathoverflow.net/questions/56693/subfields-of-a-function-field" rel="nofollow">http://mathoverflow.net/questions/56693/subfields-of-a-function-field</a></p>
<p>which you can read it here:</p>
<p><a href="http://mathoverflow.net/questions/56693/subfields-of-a-function-field/56774#56774" rel="nofollow">http://mathoverflow.net/questions/56693/subfields-of-a-function-field/56774#56774</a></p>
<p>(I just didn't have much faith in attracting attention to an already-answered question, so I started a new one).</p>
<p>So, my question is that I have no idea why the mentioned algorithm works? Basically how one proves that every subfield of $F$ corresponds to a subspace of the space of Global homomorphic differentials of $F$. Unfortunately, the "(proof left to the reader)", didn't worked out for me. </p>
<p>I would be more than grateful, if you suggest me a reference that helps me to tackles the math behind the algorithm.</p>
http://mathoverflow.net/questions/30243/computing-places-over-x-in-f-kxComputing places over x in F/K(x)Syed2010-07-01T22:45:26Z2011-08-04T02:52:52Z
<p>Let $F$ be a function field of "transcendental degree one" over its full constant field $K$. Let $x \in F \backslash K$. We know the divisor of $(x) = (x) - (1/x)$ in $K(x)$. Could you please give me an algorithm to compute the places over two above places in $F$ and the ramification degrees.</p>
<p>If this setting is too abstract, what if we have $F$ is the field of fraction of $K(x)[y]/f(x,y)$ where $K$ is a finite field, could you show me any algorithm to find places over zero place and infinite place of $x$.</p>
<p>As <a href="http://mathoverflow.net/users/3272/kconrad" rel="nofollow">KConrad</a> suggested, I'm telling you a little about how I got involved with this problem.</p>
<p>Once upon a time when I was a bit younger (and a bit more stupid but not much less than now) I dared to ask Noam Elkies that how I can represent a curve with an equations of different degree than the one I'm given. For example an elliptic curve of degree 5 (you see, it's not only your time that I waste, so don't take it personal). He wrote me something that time I didn't quite understand at the time but today I went back to the email and fortunately I understood almost all of it:</p>
<p><i>start from your sample curve
y^2 + xy + x^3 + 1 = 0 over Z/2Z</p>
<p>and choose any function of degree 5, say z = x*y. Then eliminate y from the equations by computing the resultant with respect to y of y^2 + xy + x^3 + 1 with the equation
satisfied by x,y,z, which is here z - x*y. This gives z^2 + x*z = x^2 + x^5 with x,z functions of degree 2 and 5 on the curve.*</p>
<p>Sincerely,
--Noam D. Elkies</i></p>
<p>The only point which wasn't clear for me was "function of degree 5, say z = x*y". So I assumed it means that the degree of the zero divisor or the pole divisor should be 5. Although I checked it with Magma and it was the case, but I felt the need to compute the divisor for function $z$ in $K(x,y)$ myself. So I tried to compute the divisor of $x$ as the first step. Using the "Extensions = Ramified covers" rule of thumb, and looking at $x$ (the coordinate function) as the covering map to $\mathbb{P}^1$, I said that $(x)$ (the function) correspond to point $x - 0$ in $\mathbb{P}^1$ scheme so I put zero instead of $x$ in my equation and I get my two ramified points $y^2 = 1$. But for the places of over place at infinity downstairs $(1/x)$, I couldn't go that far. I changed the variable $1/\theta = x$ and put zero in $\theta$, I'll get 1=0, unless I replace $y$ with something like $\omega/\theta^2$ as well (which I don't see why) to see my ramification at infinity.</p>
<p>Now my question unfolded is:
1. Do you think what I'm doing makes sense and why it doesn't work for the infinite place.
2. Is there an algebraic/arithmetic way to do what I did instead of the geometric approach of covering space that I used, which I suppose would be more algorithmic friendly.</p>
<p>Sorry I think I gave too much of background.</p>
http://mathoverflow.net/questions/70759/computing-the-function-field-of-a-curve-given-as-a-subvariety-of-the-jacobian-ofComputing the function field of a curve given as a subvariety of the Jacobian of its cover or merely the degree of the coveringSyed2011-07-19T18:06:49Z2011-07-25T23:16:47Z
<p>I read following paragraph from: </p>
<p>G. Tamme, Teilkörper höheren Geschlechts eines algebraischen Funktionenkörpers, Arch. Math. 23 (1972), 257--259</p>
<p>Here $C$ is a curve of genus $\ge 2$ and $J$ is the Jacobian of $C$ and $K$ is the function field of $C$:</p>
<p>Es sei $\mu$ ein beliebiger $k$-Endomorphismus von $J$. Dann hat man einen $k$-Morphismus
$C \underrightarrow{\hspace{2mm}\phi\hspace{2mm}} J \underrightarrow{\hspace{2mm} \mu \hspace{2mm}} J$ ; das geometrisehe Bild unter diesem $k$-Morphismus ist eine irreduzible vollstäindige Untervarietät $C^{\mu}$ von $J$. Der $k$-Morphismus $C \to C^{\mu}$ induziert
einen $k$-Isomorphismus des Funktionenkörpers von $C^{\mu}$ auf einen Teilkörper von $K$,
den wir mit $K^{\mu}$ bezeichnen. Es gilt $K^{\mu} = k$ d.u.n.d., wenn $\mu = 0$.</p>
<p>(Disclaimed translation:
Let $\mu$ be an arbitrary $k$-endomorphism of $J$. Then one has a $k$-morphism $C \underrightarrow{\hspace{2mm}\phi\hspace{2mm}} J \underrightarrow{\hspace{2mm} \mu \hspace{2mm}} J$; The geometric image under this $k$-morphism is an irreducible complete subvariety $C^\mu$ of $J$. The $k$-morphism $C\to C^\mu$ induces a $k$-Isomorphism of the function field of $C^{\mu}$ to a subfield of $K$, which we denote by $K^\mu$. Note tha $K^\mu=k$ if and only if $\mu = 0$)</p>
<p>Now my question is that if we have $\mu$ as a function that gets a divisor and gives back a divisor in $J$, how can we compute $K^{\mu}$ as a function field over $k$. "Compute" in a sense of computing the defining equation(s) of the function field.</p>
<p>And if it's too much to ask, is there a way to compute the degree of $\mu \circ \phi$ map as a covering of curves?</p>
<p>For example if $\mu$ is simply the pullback of the Norm of a divisor (such that Norm$:K\to k(x))$ then what would be $K^{\mu}$</p>
<p>To be more explicit, for example, let $k := \mathbb{F}_5$, $C := y^2 -x^3-x-2$ and let $\tau^{\ast}: k(x) \hookrightarrow k(C)$, and $Norm:k(C)\to k(x)$. Let $\mu$ be the map induced by $\tau^{\ast} \circ Norm$. How can I compute $k(C)^{\mu}$ in this situation.</p>
<p>A non-trivial example would be $\mu := \tau^\ast \circ \tau_\ast$ such that
$\tau^*: k(C') \to k(C)$ </p>
<p>such that </p>
<p>$k := \mathbb{F}_5$</p>
<p>$C' := v^2 - u^5 + u + 1$</p>
<p>$C := y^4 + (2x^5 + 2x^2 + 4x+4)y^2+x^{10}+3x^7+x^4$</p>
<p>$\tau(u) = 2*x/(x + 3)$</p>
<p>$\tau(v) = 1/(x^8 + 4*x^7 + 2*x^6 + x^5 + x^4 + 3*x^3 + 3*x^2)*y^3 + $</p>
<p>$(3*x^3 + 2*x^2 + 4)/(x^6 + 3*x^5 + 3*x^4 + 3*x^2)*y$</p>
<p>Thank you very much indeed.</p>
http://mathoverflow.net/questions/69503/how-to-ask-magma-to-compute-the-induced-morphisim-on-divisor-groupHow to ask Magma to compute the induced morphisim on divisor groupSyed2011-07-04T22:33:12Z2011-07-06T14:59:59Z
<p>Suppose Magma has computed homomorphism $h$ between function fields $F1 \to F2$. Then we have an induced homomorphism $h$ on the divisor group. Now my question is that if there's a better way to compute this homomorphism for $D2 := h(D1)$ than this way which is basically computing the image of the two generators of each place and is very slow.</p>
<pre><code>Ps, Ds := Support(D1);
D2 := Divisor(F2!1);
for i := 1 to #Ps do
g1,g2 := TwoGenerators(Ps[i]);
G1 := h(g1);
G2 := h(g2);
D2 := D2 + Ds[i]*ZeroDivisor(GCD(Divisor(G1), Divisor(G2)) );
end for;
</code></pre>
<p>Thank you very much indeed!</p>
http://mathoverflow.net/questions/62329/necessary-sufficient-condition-algorithm-that-tells-me-a-function-field-is-a-kummNecessary/Sufficient condition/Algorithm that tells me a function field is a kummer extensionSyed2011-04-19T20:04:20Z2011-04-20T20:57:49Z
<p>I start my question with an example. Suppose $F/K$ be the function field generated by $x^n - yx^{n-1} - 1 = 0$. It is not a cyclic over K(y), but if I set $t = yx^{n-1}$ then we have $K(x,t) \subset K(x,y)$ and because $y = tx^{p-1}$ we have $K(x,y) = K(x,t)$. So if $K$ has $n$-th root of unity then $F$ is a Kummer extension over $K(t)$.</p>
<p>So, my question is what are the conditions that given $F/K$ defined by equation f(x,y) = 0, of genus $\ge 2$, there exits $t \in F$ such that $F/K(t)$ is Kummer (of degree $n$ for some $n$ such that $(n,\mathrm{char}(K))=1$ ), or is there an algorithm that can answer this question.</p>
<p>I know already one obvious necessary condition that $\mathrm{Aut}(F/K)$ should have a cyclic subgroup of order $n$ and that the co-factor subgroup should be a finite subgroup of $PGL(2, K)$, but is there something more that I should look for?</p>
<p>I think the question (as Felipe said) boils down to computing the genus of $F^{\mathcal{C}}$ for cyclic $\mathcal{C}<\mathrm{Aut}(F/K)$, but <strong>is there a way to make sure that the genus of $F^{\mathcal{C}}$ is zero while avoiding the computation of the different (using only the group structure)</strong>? </p>
<p>For example using Riemann-Hurwitz and choosing a large $n$ (say $n > \mathrm{Genus}(F))$ we can make sure that the $Genus(F^{\mathcal{C}}) \le 2$. But how can I decide between the 3 possibilities of $0, 1, 2$?</p>
<p>I mean if we are going to compute the different, then my answer will be "try to see if you can build a Kummer extension then your function field" is Kummer"! I would like to look at the group structure and be able to say something about this question (without carrying out a ramification inspection).</p>
<p>In special case, it's to see that which function with even order automorphism group is hyper elliptic. One necessary condition in that case is that the binary subgroup be in the centre (I don't know if it's sufficient). So, I would like to know if there's a similar conditions for Kummer extensions to decide about this problem without referring to the ramification structure. </p>
<p>Thank you very much indeed!</p>
http://mathoverflow.net/questions/56693/subfields-of-a-function-fieldSubfields of a function fieldSyed2011-02-26T00:56:20Z2011-03-01T00:57:02Z
<p>Is there an algorithm for generating (some or all) subfields of a certain genus of a given function field (even a random one,I mean for example generating a random elliptic subfield of a certain given function field). I did a quick search and it seems to me that the problem is heavily treated in the case of cyclic and Hermitian function fields, but I was wondering what do we know in general case. Is there something that I can do in Magma?</p>
<p>On the other hand, do we have an algorithm to check if $F$ is a subfield of $E$, When $F, E$ are function fields (of one variable)? Florian Hess told me that somebody developed such an algorithm using his automorphism algorithm but I don't have much luck finding it.</p>
<p>In order to stick to the tradition, I give a motivation also: Subfields of function fields with a rich automorphism group are subject to cover attack in cryptography when they are not one of those few which are fixed by an automorphism of the cover.</p>
<p>Thank you very much indeed!</p>
http://mathoverflow.net/questions/56247/g16-13-notationG=(16, 13) notationSyed2011-02-22T06:13:00Z2011-02-22T06:51:06Z
<p>I hope this is an easy question but no so easy to be wiped out. I have asked few physical people (Profs) here in our department, and nobody has a clue. I'm reading this paper:</p>
<p><a href="http://arxiv.org/abs/math.AG/0205314" rel="nofollow">The locus of curves with prescribed automorphism group</a></p>
<p>and it uses following notation to represent a group:</p>
<p>G = (16, 13)</p>
<p>This is at the beginning of page 11. Shaska uses this notation in his other papers but I couldn't find an explanation for the kind of groups he's talking about. Could you please tell me exactly what's the meaning of this bracket notation? It could be a GAP thing but unfortunately I'm not a GAP person.</p>
<p>Thanks a lot.</p>
http://mathoverflow.net/questions/27990/computing-only-the-order-of-galois-group-not-the-group-itselfComputing only the order of Galois group (not the group itself).Syed2010-06-13T03:38:47Z2010-11-23T03:40:28Z
<p>My question is related to this one: <a href="http://mathoverflow.net/questions/22923/computing-the-galois-group-of-a-polynomial" rel="nofollow">http://mathoverflow.net/questions/22923/computing-the-galois-group-of-a-polynomial</a>.</p>
<p>I was wondering if there is a faster algorithm just to compute the order of the group rather than the group itself.</p>
<p>Also, has anybody compared the performance of GAP and Magma in computing Galois groups? I just heard Magma is very good at it.</p>
<p>I asked this question because I encounter every so often new bug with Magma's implementation and I wanted to see if I can implement something similar. But at this time I'm just interested in the exponent at the first place. This is the last annoying error that I get for basically any deg 5 poly that has Gal group $S_5$.</p>
<pre><code>k := FiniteField(2);
kx<x> := RationalFunctionField(k);
kxbyb<y> := PolynomialRing(kx);
MinP := y^5 + y + x^2 + x;
print GaloisGroup(MinP);
</code></pre>
<p>The result is:</p>
<pre><code>Runtime error: too much looping
</code></pre>
<p>Which I don't understand what it means (Magma Ver 2.16-8).</p>
<p>To be more clear, my ultimate goal is to check a lot of polynomials and throw out those with $S_n$ Gal group and focus on those which are not such. As you see even an upper bound over the exponent is enough for me.</p>
http://mathoverflow.net/questions/24501/how-to-compute-divdx/32750#32750Answer by Syed for How to compute div(dx)Syed2010-07-21T06:31:28Z2010-07-21T06:31:28Z<p>When I saw that example in Silverman for the first, it didn't understand much out of it either. I'm still not good at it, but I'm trying to solve it using theorems and examples in Silverman. However, It is possible that I don't see some trivial stuff and try to prove them. On the bright side, in the begining, not assuming any thing, has some benefits.</p>
<p>I want to use Proposition II.4.3.d. which says:</p>
<p>$\mathrm{ord}_p(fdx) = \mathrm{ord}_p(f) + \mathrm{ord}_p(x) - 1$</p>
<p>To compute $\mathrm{div}(x)$ We need to check all $P \in C$ and compute $\mathrm{ord}_p(dx)$. If $P = (x_0, y_0) \neq (e_i, 0)$ then $M_P = (x - x_0, y - y_0)$. However, on can see that $x - x_0$ is a uniformizer for $P$, because $x - x_0$ can generate the whole ideal. To see that, it is enough to show that it can generate $y - y_0$. We have:</p>
<p>$(x-x_0)f(x) = (x - e_1)(x - e_2)(x - e_3) - (x_0 - e_1)(x_0 - e_2)(x - e_3)$</p>
<p>For some $f(x) \in K[E]_{(x_0,y_0)}$, because $x_0$ is a root for the right hand side. Now using the curve equation we can write the right hand side as:</p>
<p>$(x-x_0)f(x) = y^2 - y_0^2$</p>
<p>Now because $y + y_0 \not \in (y - y_0, x-x_0)$ so $1/(y+y_0) \in K[E]_{(x_0,y_0)}$, so we can multiply both side by $1/(y+y_0)$ and we get:</p>
<p>$(x-x_0)\frac{f(x)}{y + y_0} = y - y_0$, hence $M_{(x_0, y_0)} = (x-x_0)$ and therefore $\mathrm{ord}_{(x_0, y_0)}(dx) = \mathrm{ord}_{(x_0, y_0)}(d(x-x_0)) = \mathrm{ord}_{(x_0, y_0)}(x-x_0) - 1 = 0$</p>
<p>Using Proposition II.4.3.d.</p>
<p>So we only need to compute $\mathrm{ord}_p(dx)$ for $p = (e_i, 0)$ and $p = \infty$.</p>
<p>We know that $M_{(e_i, 0)} = (y, x - e_i)$ However, clearly $y^2 = (x - e_i)f(x)$ for some $f(x) \in K[E]_{(e_i,0)}^*$. So, $y$ is a unifromizer for $M_{(e_i, 0)}$ and $\mathrm{ord}_{(e_i,0)}(x - e_i) = 2$. Using the same proposition we have:
$\mathrm{ord}_{(e_i, 0)}(dx) = \mathrm{ord}_{(e_i, 0)}(d(x-e_i)) = \mathrm{ord}_{(e_i, 0)}(x-e_i) - 1 = 2 -1 =1$</p>
<p>For the point at infinity, We can use $dx = -x^2(d(1/x))$. Now from example II.3.3, We know that $ord_{\infty}(x) = -2$. So we can easily use the proposition again:</p>
<p>$ord_{\infty}(dx) = ord_{\infty}(-x^2d(1/x)) =$
$2ord_{\infty}(x) + ord_{\infty}(1/x) - 1 = 2 (-2) + (2) - 1 = -3$.</p>
<p>Therefore
$\mathrm{div}(dx) = (e_1, 0) + (e_2, 0) + (e_3, 0) - 3\infty$</p>
http://mathoverflow.net/questions/28453/why-do-generic-polynomials-work-in-realityWhy do generic polynomials work in reality?Syed2010-06-17T02:39:04Z2010-06-17T12:28:25Z
<p>I understand that a generic $G$-polynomial $f(t_1,...,t_n)[X]$ over field $k$ has Galois group $G$ over $k(t_1,...,t_n)$. And basically any $G$ extension of $k$ should be generated by a realization of $f$.(even a bit stronger but that is not the point here).</p>
<p>Now as much as I understand, our motivation for hunting these polynomials is that in real (constructive) life, we would like to plug random elements of $k$ into $t_1,...,t_n$ and get a $G$-extension. However, it's obvious that the definition doesn't guarantee it. For example as a trivial failure, we know that $X^n + t_1X^{n-1} + \cdots + t_n$ is generic for $S_n$, but not all values for $t_1, ..., t_n$ (basically all polynomials) lead to an $S_n$-extension. </p>
<p>So, basically, my question is this: what is the constructive value of the definition of generic polynomial. Is there any (although I know I'm saying nonsense) high probabilistic/statistic success rate in getting a $G$-extension when a random realization is chosen. Is there some kind of definition of "odd" that says those times that we don't get a $G$-extension are somehow odd and not normal?</p>
http://mathoverflow.net/questions/121461/reference-for-notation-h0c-mkComment by SyedSyed2013-02-27T15:47:45Z2013-02-27T15:47:45ZLooking at Eischler Trace Formula in Breuer's thesis, I think you are certainly right.http://mathoverflow.net/questions/121461/reference-for-notation-h0c-mkComment by SyedSyed2013-02-13T16:31:43Z2013-02-13T16:31:43ZSo does it mean that the cochains cosist of these objects <a href="http://en.wikipedia.org/wiki/Vector-valued_differential_form" rel="nofollow">en.wikipedia.org/wiki/…</a>? Is the cohomology the usual cohomology or is a cech cohomology?
I'll look into his Magama code to see if this definition makes sense.http://mathoverflow.net/questions/84993/computing-the-fixed-field-of-an-automorphism-of-a-function-field/85140#85140Comment by SyedSyed2012-01-12T07:11:05Z2012-01-12T07:11:05ZLet not worry about the char p (suppose it is much larger than the automorphism order). As, in our case, we are dealing with the group generated by one automorphism, hence is always cyclic. Now how repn theory can help me to find the generators? (I don't think repns are too helpful when our group is cyclic)http://mathoverflow.net/questions/84993/computing-the-fixed-field-of-an-automorphism-of-a-function-field/85140#85140Comment by SyedSyed2012-01-08T23:03:22Z2012-01-08T23:03:22ZPart 1 and 2 of the question were actually to derive x^q -x and (x^q - x)^(q-1), resp.http://mathoverflow.net/questions/84993/computing-the-fixed-field-of-an-automorphism-of-a-function-field/85140#85140Comment by SyedSyed2012-01-08T23:02:08Z2012-01-08T23:02:08ZWhat if the function field is not rational? I see that if the (deg(x), deg(y)) = 1 then I can generalize it to non-rational case. But the question, now is that how to find such generators (without computing the RR spaces, because that seems to me too much for such a small thing)http://mathoverflow.net/questions/77154/which-rational-subfields-are-corresponding-to-the-two-dimensional-subspaces-of-hoComment by SyedSyed2011-11-14T22:06:39Z2011-11-14T22:06:39Z@Will-sawin, Me neither. I was desperate so I just tried different silly stuff, so hopefully something illuminating might happen. Later, I found out the reason of that phenomena: it's because [F:F2] = 2 and hence F is hyperelliptic, so we have that all rational sub field of F up to some degree are all in F2. then deg(v2/v1) <= |(v1)| 2g-2. and hence v2/v1 in F2.
But still my question is that if there's anything special about those rational fields or we are just generating random rational function fields, in that case, the question is that what's the attraction of Felipe algorithm then?http://mathoverflow.net/questions/70759/computing-the-function-field-of-a-curve-given-as-a-subvariety-of-the-jacobian-ofComment by SyedSyed2011-07-25T21:55:15Z2011-07-25T21:55:15Z@Felipe, "something that will factor through the Jacobian of $\mathbb{P}^1$". The answer is easy in this case because, we know all zero degree divisors over $\mathbb{P}^1$ are principal. I just brought it as an example, for testing a general algorithm. I'll replace it with a less toyish example.http://mathoverflow.net/questions/70759/computing-the-function-field-of-a-curve-given-as-a-subvariety-of-the-jacobian-ofComment by SyedSyed2011-07-25T21:49:12Z2011-07-25T21:49:12Z@Felipe, the function field to be computed is the function field of $\mu \circ \phi(C)$ which is an image of a curve, hence is a curve and has function field of transcendental degree 1. My guess was that $Jac(\mu \circ \phi(C)$ is $\mu(Jac(C))$ and hence $K^\mu$ would the function field I mentioned in the comment for $\mu(Jac(C))$. I changed the title to be more appropriately represent my question.http://mathoverflow.net/questions/70759/computing-the-function-field-of-a-curve-given-as-a-subvariety-of-the-jacobian-ofComment by SyedSyed2011-07-25T21:22:24Z2011-07-25T21:22:24Z@Felipe, As much as I understood from Silverman, if you have maps between function fields, then we have map between curves. This induces maps $\phi_*$ and $\phi^*$ on the divisors.http://mathoverflow.net/questions/70759/computing-the-function-field-of-a-curve-given-as-a-subvariety-of-the-jacobian-ofComment by SyedSyed2011-07-19T21:43:45Z2011-07-19T21:43:45Z@Felipe, I made the example explicit. Could you please show me how can I use the generic point technique to compute $K^{\mu}$? Thanx. (My other problem is that I'm not sure if I know the definition of the function field "of" an Ab variety, my guess is the function field whose Jacobian is that variety :? ).http://mathoverflow.net/questions/62329/necessary-sufficient-condition-algorithm-that-tells-me-a-function-field-is-a-kumm/62365#62365Comment by SyedSyed2011-05-26T18:27:55Z2011-05-26T18:27:55Z@Felipe I read in this paper:
<a href="http://arxiv.org/abs/math/0205314" rel="nofollow">arxiv.org/abs/math/0205314</a>
at top of page 2:
A curve with large automorphism group always has orbit
genus 0.
Large means |Aut(C)| > |4(g-1)|.http://mathoverflow.net/questions/62329/necessary-sufficient-condition-algorithm-that-tells-me-a-function-field-is-a-kumm/62365#62365Comment by SyedSyed2011-04-20T19:34:31Z2011-04-20T19:34:31ZI mean I need Ramification structure, is it possible to just using $Aut(F/K)$ and $G$ we can compute the genus of $F^G$?http://mathoverflow.net/questions/62329/necessary-sufficient-condition-algorithm-that-tells-me-a-function-field-is-a-kumm/62365#62365Comment by SyedSyed2011-04-20T19:32:24Z2011-04-20T19:32:24ZHow is genus of $F^G$ computable if all I have is the automorphism group?http://mathoverflow.net/questions/56693/subfields-of-a-function-fieldComment by SyedSyed2011-02-26T21:18:26Z2011-02-26T21:18:26Z@Inkspot I don't get "a general curve will have no morphisms to any other curve of positive genus" part. If $F$ is a subfield of $F$ then there's morphism from the defining curve of $F$ to the defining curve of $E$. Isn't in second chapter of Silverman?
By random, I mean given function field $F$. Is there a way to generate a subfield of it, of given genus. As much as I understand you say there's no subfield other than rational subfields (of genus zero)?http://mathoverflow.net/questions/56693/subfields-of-a-function-fieldComment by SyedSyed2011-02-26T21:08:27Z2011-02-26T21:08:27Z@Drar, As Felipe said, exactly the problem is that $K(t)$ is not as good as $\mathbb{Q}$ for number fields. This is why automorphism group is richer than the Galois group and why it's harder to be computed. I think the use of Hess's automorphism algorithm is to check all the (non-canonical but isomorphic)possible ways of embedding of $F$ in $E$ and check if it's work but I don't know the detail.