http://www.math.purdue.edu/about/purview/spring95/conjecture.html

A Layman's Perspective of Abhyankar's Conjecture

by Ganapathy Sundaram


Consider a polynomial in two variables X and Y. This can be treated as a polynomial of degree n in Y, whose coefficients are polynomials in X. Now plug in values for X, and it can be seen that for most values ofX, we get n-corresponding roots for Y. But there are some places where there are fewer than n-roots for Y. These special places are called discriminant pointsIf there are no discriminant points, then f factors completely. This was noticed by the famous mathematician Riemann in the mid-1800's by shrinking the plane to a point. Prior to Riemann, the famous French mathematician Galois made the same observation by looking at permutations of the roots of the equations. The set of all permutations of the roots forms a group and is now referred to as the Galois group of the polynomial. Historically speaking, Galois was interested in studying the group of permutations of the roots in order to prove that one "cannot" solve a polynomial of degree greater than or equal to five. (Formulas for solving quadratic equations were discovered by Indian mathematicians around the 4th century A.D. Formulas for solving degree four and five equations were discovered over a thousand years later by Italian mathematicians.) In essence, the Galois group of a polynomial tells us how far we can "solve" a polynomial.

Abhyankar's work in Galois theory started with his Harvard thesis in the early 1950's under the able guidance of the famous mathematician, Oscar Zariski. He was interested in polynomials in three variables (i.e., surfaces), and he was working on removing so-called singularities (beak-like points) of the surface over modular fields (i.e., fields obtained by fixing a prime number and considering remainders of every integer after dividing by that fixed prime). This problem also has its origins in Riemann's work, but the three variable case over "usual" fields (i.e., complex numbers) was solved by Jung in 1908. In his thesis, Abhyankar first showed that over modular ground fields, Jung's classical method of changing the surface to get rid of singularities does not work because of strange properties of Galois groups. In particular, he discovered that things were different over modular ground fields because a polynomial with coefficients in a modular field need not factor completely even if it has no discriminant points. As a result, in 1957 he launched a systematic attack on understanding Galois groups of polynomials (in two variables and later in more variables) and conjectured what Galois groups can be obtained over modular ground fields. Really what he wrote down was more than a conjecture-he laid out a philosophy. What Harbater and Raynaud have proved are special cases of this philosophy pertaining to polynomials in two variables, i.e., curves. This is only the tip of the iceberg, but the excitement is due to the fact that one now has a structured approach to understanding Galois groups of various equations.


[Previous Article | Next Article]

Abhyankar's Conjecture的更多相关文章

  1. Goldbach's Conjecture

     Goldbach's Conjecture Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I ...

  2. Twin Prime Conjecture(浙大计算机研究生保研复试上机考试-2011年)

    Twin Prime Conjecture                                            Time Limit: 2000/1000 MS (Java/Othe ...

  3. Poj 2262 / OpenJudge 2262 Goldbach's Conjecture

    1.Link: http://poj.org/problem?id=2262 http://bailian.openjudge.cn/practice/2262 2.Content: Goldbach ...

  4. poj 2262 Goldbach's Conjecture(素数筛选法)

    http://poj.org/problem?id=2262 Goldbach's Conjecture Time Limit: 1000MS   Memory Limit: 65536K Total ...

  5. HDOJ 1397 Goldbach's Conjecture(快速筛选素数法)

    Problem Description Goldbach's Conjecture: For any even number n greater than or equal to 4, there e ...

  6. Goldbach's Conjecture(哥德巴赫猜想)

    Goldbach's Conjecture Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Ot ...

  7. (Problem 46)Goldbach's other conjecture

    It was proposed by Christian Goldbach that every odd composite number can be written as the sum of a ...

  8. POJ 2262 Goldbach's Conjecture(素数相关)

    POJ 2262 Goldbach's Conjecture(素数相关) http://poj.org/problem?id=2262 题意: 给你一个[6,1000000]范围内的偶数,要你将它表示 ...

  9. UVa 543 - Goldbach's Conjecture

    题目大意:给一个偶数,判断是否是两个素数的和. 先用sieve方法生成一个素数表,然后再进行判断即可. #include <cstdio> #include <vector> ...

随机推荐

  1. 基础007_FIFO原理

    作者:桂. 时间:2018-05-13  05:51:13 链接:http://www.cnblogs.com/xingshansi/p/9030879.html 前言 主要梳理FIFO的特性,fif ...

  2. [CTCI] 最小调整有序

    最小调整有序 题目描述 有一个整数数组,请编写一个函数,找出索引m和n,只要将m和n之间的元素排好序,整个数组就是有序的.注意:n-m应该越小越好,也就是说,找出符合条件的最短序列. 给定一个int数 ...

  3. 第三部分:Android 应用程序接口指南---第一节:应用程序组件---第一章1-1.Fragment

    第1-1章 Fragments 在Activity中的fragment代表的是一种行为或用户界面的一部分.你可以在activity中结合多个fragments创建一个多面板UI,并可以在多个activ ...

  4. [docker]docker自带的overlay网络实战

    overlay网络实战 n3启动consul docker run -d -p 8500:8500 -h consul --name consul progrium/consul -server -b ...

  5. numpy数组(4)-二维数组

    python创建二维 list 的方法是在 list 里存放 list : l = [[1,2,3,4],[5,6,7,8],[9,10,11,12],[13,14,15,16]] numpy可以直接 ...

  6. java反编译工具(Java Decompiler)

    1,下载地址,包括GUI,Eclipse插件 http://jd.benow.ca/ 2,Eclipse插件的安装参看 https://blog.csdn.net/yh_zeng2/article/d ...

  7. 查看SQL SERVER数据库的连接数

    1,查看连接到‘TestDB2’数据库的连接 select * from master.dbo.sysprocesses where dbid = DB_ID('TestDB2') *查询某个数据库用 ...

  8. MYSQL + MHA +keepalive + VIP安装配置(二)--MHA的配置

    一.总概 1.MHA介绍 MHA(Master High Availability)是自动的master故障转移和Slave提升的软件包.它是基于标准的MySQL复制(异步/半同步).      MH ...

  9. centos6.5安装mongodb2.6

    下载地址:http://www.mongodb.org/downloads 解压命令:tar zxf mongodb-linux-i686-2.6.0.tgz 存放目录:/usr/local/mong ...

  10. PISQLDAS 查询语句

    SELECT tag,CAST(value AS Float64) FROM piarchive..piavg WHERE tag = ? AND time >= DATE(?) AND tim ...