230 likes | 360 Views
Computer Assisted Proof of Optimal Approximability Results. Uri Zwick Tel Aviv University SODA’02, January 6-8, San Francisco. Optimal approximability results require the proof of some nasty real inequalities. Computerized proof of real inequalities. The MAX 3-SAT problem.
E N D
Computer Assisted Proof ofOptimal Approximability Results Uri ZwickTel Aviv University SODA’02, January 6-8,San Francisco
Optimal approximability results require the proof of some nasty real inequalities Computerized proof of real inequalities
Hardness results(FGLSS ’90, AS ’92, ALMSS ’92,BGS ’95, Raz ’95, Håstad ’97) Ratio for MAX 3-SAT P=NP Ratio for MAX 3-CSP P=NP
PROOF VERIFIER RANDOM BITS CLAIM (xL) Probabilistically Checkable Proofs PCP1-ε,½(log n , 3) = NP(Håstad ’97) PCP1-ε,½-ε(log n , 3) = P(Zwick ’98) PCPc,s(log n , 3)
A Semidefinite Programming Relaxation of MAX 3-SAT(Karloff, Zwick ’97)
Random hyperplane rounding(Goemans, Williamson ’95) vi vj v0
The probability that a clause xixjxk is satisfied is equal to the volume of a certain spherical tetrahedron
Sphericalvolumes in S3 4 Schläfli (1858) : 3 λ13 2 1 θ12
Computer Assisted Proofs • The 4-color theorem • The Kepler conjecture
A Toy Problem • Show that F(x,y)≥0, for 0 ≤ x,y ≤ 1. • F(x,y) is “complicated”. • F(x,y) ≥ F’(x,y), where F’(x,y) is “simple”. • ∂F(x,y)/∂x and ∂F(x,y)/∂yare “simple”. • F(0,0)=0.
Idea of Proof Show, somehow, that the claim holds on the boundary of the region. It is then enough to show that F’(x,y)≥ 0, at critical points, i.e., at points that satisfy∂F(x,y)/∂x = ∂F(x,y)/∂y= 0.
“Outline” of proof • Partition [0,1]2 into rectangles, such that in each rectangle, at least one of the following holds: • F’(x,y) ≥ 0 • ∂F(x,y)/∂x > 0 • ∂F(x,y)/∂x < 0 • ∂F(x,y)/∂y > 0 • ∂F(x,y)/∂y < 0 All that remains is to prove the claim on the boundary of the region.
How do we show thatF’(x,y)≥0, for x0 ≤ x ≤ x1 ,y0 ≤ y ≤y1 Interval Arithmetic!!!
Interval Arithmetic(Moore ’66) A method of obtaining rigorous numerical results, in spite of the inherently inexact floating point arithmetic used. IEEE-754 floating point standard
Interval ArithmeticInterval extension of elementary functions Let f(x) be a real function. If Xis an interval, then let f(X) = { f(x) | xX }. An interval function F(X) is an interval extension of f(x) if f(X) F(X), for every X. It is not difficult to implement interval extensions SIN, COS, EXP, etc., of sin, cos, exp, etc.
The “Fundamental Theorem” of Interval Arithmetic Easy to implement using operator overloading
TheRealSearchsystem A very naïve system that uses interval arithmetic to verify that given collections of real constraints have no feasible solutions. Used to verify the spherical inequalities needed to obtain proofs of the 7/8 and 1/2conjectures.
Concluding Remarks • What is a proof? • Need for general purpose tools( Numerica, GlobSol, RealSearch ) • Is there a simple proof?