幾何定理的機器證明定稿_第1頁
幾何定理的機器證明定稿_第2頁
幾何定理的機器證明定稿_第3頁
幾何定理的機器證明定稿_第4頁
幾何定理的機器證明定稿_第5頁
已閱讀5頁,還剩1頁未讀 繼續免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、Mechanical Theorem Proving in GeometryGao Jun-yu*, Zhang Cheng-dongCangzhou Normal University Hebei province,Cangzhou city,College Road, 061001.e-mail:AbstractMechanical theorem proving in geometry plays an important role in the research of automated reasoning. In this paper, we introd

2、uce three kinds of computerized methods for geometrical theorem proving: the first is Wu s method in the international community, the second is elimination point method and the third is lower dimension method. Keywords: geometric theorem, Wus method, elimination point method, lower dimension me

3、thod Copyright © 2012 Universitas Ahmad Dahlan. All rights reserved.1. IntroductionMechanical Proving, that is, mechanization method, is to find a method which can be computed steeply step according to a certain rules. Today we usually refer it as " algorithm". The algorithm is a

4、pplied in the computer programming, mathematical mechanization, and mathematical theorems, This realizes mathematical theorem to be proved with computer.Mathematics in ancient China is nearly a kind of mechanic mathematics. Today, the method of Cartesian coordination gives this direction a solid ste

5、p, and provides a simple and clear method for the proof of geometric theorems mechanization.The mechanical thought of mathematics in ancient China made a deeply influence in Wu Wen-jun's work about mathematics mechanization. In 1976, academician Wu Wen-jun began to enter the field of m

6、athematics mechanization. Since then , he forwards to the mechanization method which establish theoretical basis for the mechanization of mental work. He proves a large class of elementary geometry problems by computer. It is unprecedented in our country. This is a machine proving method and kn

7、own as Wus method throughout the world. It is the first system for mechanic proving method and it can give the proof for nontrivial theorem. He makes the Study of Theorem Proving in Geometry more mature1-6.In 1992, Academician Zhang Jing-zhong visited the USA to research mathematics mechanization an

8、d cooperated with Zhou Xian-qing and Gao Xiaos-han. The elimination point method is one that is based on area method. This brings readable Proof to be realized by computer for the first time. This result is significant for academic and mechanical theorem proving in geometry.In 1998,Yang Lu created l

9、ower dimension method. He obtains the achievement in the mechanic proof of inequalities. The achievement of this method is as good as Wus method and elimination point method.It is a great achievement in the field of mechanical theorem proving in geometry by Chinese mathematicians3-8.Next, we will in

10、troduce the three methods respectly.2. Wus methodWu Wen-jun presents a method which is called Wus method. It is based on Quaternion of traditional mathematics. This method has been solves a series of actual problems in theoretical physics, computer science and other basic science fields. We can use

11、Wus method to find a proof for the geometric theorem in computer. We introduce three main steps of this method as follows4-10:Step 1 Choosing a good coordinate system, free variable and restrict variable.Let us denote the free variables as , and suppose they have nothing to do with the conditions of

12、 geometric problems. Similarly, let us denote the restrict variables as which are restricted by the conditions of geometric problems. In this way, a geometric problems turns into a polynomial problem: (1)The conclusions of geometric problem can be expressed as a polynomial problem. (2)Or, it can be

13、represented as a family of palynomial.Step 2 TriangulationAccording to the restrict variable, the rearrange of (1) is referred as triangulation. In another word, the systems of equation (1) is changed as: (3)Step 3 Gradual DivisionDenote the polynomial in (3) as , in (2)is divided by , and the remai

14、nder of division algorithm is denoted as .In order to avoid the fractional in quotient, we multiply to, that is, (4)The remainder is divided by (5)So, repeating this division, at last we get: (6)Then, let us interate all the equations above and replace the coefficient of of all equations above with

15、, moreover, we obtain:Dividing two cases to discus: with and .Case 1: If, then, under the condition of and the non-degenerate condition , there is , the required result follow.Case 2: If , then the proposition is not true. We present an example to show that how to use Wus Method in solving problem.

16、Example 1 The problem is: The midline on the hypotenuse in a right-angle triangle equals to half of the hypotenuseUsing Wus Method to get the solution of the above problem is: as shown in Figure 1, first, choose coordinates to right-angle triangle. The two right-angle sides of and are as axis and ax

17、is respectively. The vertex of the right angle is ,.We take as the midpoint of hypotenuse and set up their coordinates as ,and respectively.OB (0,)A (,0)D (,)Figure 1Because are arbitrary, this indicate that coordinates of are free variables and the midpoint is restricted by the hypothesis, so the c

18、oordinates of are restrict variables.Applying Wu's Method , we solve this problem as follows:Step 1 Choosing a good coordinate system, free variable and restrict variable.Supposing is the midpoint of the , by the midpoint formula we can get:Using step 1 in Wu's Method , we only need to prove

19、 that the , by the distant formula: Step 2 TriangulationBecause just has the restrict variable , and just has the restrict variable , so , themselves have been trianglize. So, it can be written as:Step 3 Gradual Division is divided by ,and the division is:That is, (7)where is divided by , so, (8)Whe

20、re . Using (8) to express (7) ,we will receiveWhen , The proposition has been proved.3.Zhang's Elimination Point MethodWe introduce Zhang's Elimination Point Method as follows1-9.Zhang Jing-zhong gives an effective method for what is called elimination point method, the method is based on th

21、e ancient area method, mainly used for deleting the constraint points. This idea of Zhang's Elimination Point Method is relative to the assumed conditions and area method, and the order of vanish point depends on the final constraint points. Then it is eliminated from back to front one by one. A

22、t last, the left point is total eliminated, if the number is equal to the right number, the proposition is permitted. To use Zhang's Elimination Point Method effectively, we repeat the public edge theorem in the following:Next, we give a commonly important theorem of elimination point method:Pub

23、lic edge theorem (1970,Zhang): If the line and line to , thenPublic edge have four cases are shown as (a)-(d) in Figure 2 respectively.PQABM(a)PQABM(b)PABM(c)QPQABM(d)Figure 2We give an example to express the Public edge theorem of Zhang's theorem.Example 2: The problem is : Verify that the diag

24、onal of a parallelogram is mutual divided.To solve this problem is the following:Put a parallelogram as a diagram in Figure 3.1、Do a parallelogram.2、Connecting the diagonals which intersect at .We only need to verify ,. is the restriction point which finally made. So, firstly to remove the point . (

25、Public edge theorem)ABCDEFigure 3Therefore, we can prove , and as the above similar way.4.Lower Dimension MethodWith the establishment of Wus method and elimination point method, the Machine Proving of automated theorem proving of equation theorem has been solved ,but the Machine Proving of automate

26、d theorem proof of equation theorem has been difficult to achieve. Therefore, YangLu and many other scholars worked for the establishment of a new algorithm which we called lower dimension method. The work in the field of machine theorem proving by Chinese mathematicians is a milestone2-12.The lower

27、 dimension method can be divided into three courses:(1) Work out about boundary surface of inequality 、.(2) Using the boundary surface of the first step the parameter space was divided into finite cell decompositions, we get many connected open sets: 、, then from the connected open sets we select ch

28、eckpoint for at least one abbrevd . (3) using the finite number of checkpoints 、 to verify the correctness of inequality. If every established the proposition is true, otherwise, the proposition is false.5. ConclusionThe three methods present different ways to deal with different problems. All of th

29、em are important in automated reasoning fields, when someone discusses a problem in automated reasoning fields, the first he (or she) would consider which of the three methods is just best for the problem, and then, he (or she) will obtain the best consequences. We hope our introduction is good for

30、him (or her) , now and in the future.References1 Wu Wen-jun. Elementary geometry truss proof and mechanization J. Chinese science, 1997, (6), (in chinese).2 Wu Wen-jun. Geometric theorem machine the basic principle of proof M. Beijing: science press, 1984, (in chinese).3 Zhang Jing-zhong. Away on co

31、llocation method J. Mathematics teacher, 1995, (1), (in chinese).4 Zhang Jing-zhong.The computer how to work out geometric problem M. Beijing: tsinghua university press, 2000, (in chinese).5 Zhang Jing-zhong, Gao Xiao-shan, Zhou Xian-qing. Based on the geometry information before extrapolation search system J. Journal of compu

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
  • 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論