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. C#-MVC开发微信应用(8)--菜单管理的实现

    之前讲解了微信后台管理页面的操作来管理菜单,下面我们在简单的来看一下,代码是如何实现的. 我们要实现获取微信的菜单.创建菜单.删除菜单等操作. 01.首先定义菜单操作的接口: /// <summ ...

  2. 推荐几个Windows工具软件: Stickies - 桌面贴

    主页: http://www.zhornsoftware.co.uk/stickies/index.html Stickies work like Post-it notes for your PC. ...

  3. 安装Node和NPM

      1.node和NPM是什么?   Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js ...

  4. android:targetSdkVersion引起的问题

    项目在三星S3和三星Note II 上调用系统相机点击存储的时候崩溃了.查了半天没弄明白原因,后来发现就是因为在manifest里设置了android:targetSdkVersion = 14,导致 ...

  5. Java数据类型转换规则

  6. STM32F103VET6 ADC采集64点做FFT变换

    http://www.stmcu.org/module/forum/thread-598459-1-11.html http://bbs.21ic.com/icview-589756-1-1.html ...

  7. vs问题集

    ******将获取的所有的','换成'<br/>'********** data.Data.StandardSeating.replace(/,/g,"<br/>&q ...

  8. Implementing HTTPS Everywhere in ASP.Net MVC application.

    Implementing HTTPS Everywhere in ASP.Net MVC application. HTTPS everywhere is a common theme of the ...

  9. [Artoolkit] ARToolKit's SDK Structure on Android

    Most applications on Android are developed in Java, and Android provides a rich framework of classes ...

  10. [PHP] 02 - Namespace & Class

    两个比较大的话题,独立成本篇. 面向对象编程 一.命名空间 PHP 命名空间可以解决以下两类问题: 用户编写的代码与PHP内部的类/函数/常量或第三方类/函数/常量之间的名字冲突. 为很长的标识符名称 ...