formalisation of algebraic topology a report
play

Formalisation of Algebraic Topology: a report Julio Rubio - PowerPoint PPT Presentation

Formalisation of Algebraic Topology: a report Julio Rubio Universidad de La Rioja Departamento de Matem aticas y Computaci on MAP 2012 Konstanz (Germany), September 17th-21th, 2012 Partially supported by Ministerio de Educaci on y


  1. Formalisation of Algebraic Topology: a report Julio Rubio Universidad de La Rioja Departamento de Matem´ aticas y Computaci´ on MAP 2012 Konstanz (Germany), September 17th-21th, 2012 Partially supported by Ministerio de Educaci´ on y Ciencia, project MTM2009-13842-C02-01, and by European Commission FP7, STREP project ForMath, n. 243847. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 1 / 23

  2. Formalizing mathematics: the European Project ForMath European Commission FP7, STREP project ForMath: 2010-2013 Objective: formalized libraries for mathematical algorithms. Four nodes: ◮ Gothenburg University: Thierry Coquand, leader. ◮ Radboud University. ◮ INRIA. ◮ Universidad de La Rioja. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 2 / 23

  3. Status of ForMath Four Work Packages: ◮ Infrastructure to formalize mathematics in constructive type theory. ⋆ SSReflect extension of Coq. Gonthier’s library created for the Four Color Theorem. Now extended and applied to simple finite group classification. ⋆ Mixing deduction and computation, Big-Op library, . . . ◮ Linear Algebra library. ⋆ Verified and efficient matrix manipulation. ⋆ Coherent and strongly discrete rings in type theory. ◮ Real numbers and differential equations. ⋆ Verified and efficient reals in Coq. ⋆ Numerical integration, Simpson’s rule, Newton method, . . . ◮ Algebraic topology and. . . (medical) image processing. Why formalizing mathematics? Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 3 / 23

  4. Summary Computer-based mathematical error detection. Essential building blocks. ◮ Eilenberg-Zilber (EZ) theorem. ◮ Basic Perturbation Lemma (BPL). Formalisation of the EZ theorem. Formalisation of the BPL. Discrete vector fields. Biomedical image processing. Formalisation of homological computing. Interoperability. Persistent homology. Another mathematical error. Conclusions and further work. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 4 / 23

  5. A published “theorem” Theorem 5.4 : Let A 4 be the 4 -th alternating group. Then π 4 (Σ K ( A 4 , 1)) = Z 4 “On homotopy groups of the suspended classifying spaces”. Algebraic and Geometric Topology 10 (2010) 565-625. A 4 = 4-th alternating group. K ( A 4 , 1) = Eilenberg-MacLane space. Σ = Suspension. π 4 () = 4-th homotopy group. Z 4 = cyclic group with 4 elements. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 5 / 23

  6. A computer calculation After some previous definitions, we define in Kenzo the alternate group A 4 : > (setf A4 (group1 (tcc rsltn))) ; rsltn = resolution [K1 Group] It is a group with effective homology (Ana Romero’s programs): > (setf (slot-value A4 ’resolution) rsltn) [K10 Reduction K2 => K5] We apply the classifying construction, obtaining K ( A 4 , 1): > (setf k-A4-1 (k-g-1 A4)) [K11 Simplicial-Group] We apply the suspension construction, obtaining Σ K ( A 4 , 1): > (setf s-k-A4-1 (suspension k-A4-1)) [K23 Simplicial-Set] And finally we compute the controversial homotopy group: > (homotopy s-k-A4-1 4) Homotopy in dimension 4 : Component Z/4Z Component Z/3Z Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 6 / 23

  7. Anatomy of a calculation In this particular case, Kenzo was right and the mathematical text wrong. In general? Increasing trust: formal verification of (part of) (the algorithms supporting) the programs. π 4 (Σ K ( A 4 , 1)) = H 4 ( K 4 ). A homotopy group is computed as a homology group of an space K 4 . K 4 is the total space of a fibration: K ( Z 6 , 2) → K 4 → K 3 . ( Z 6 = H 3 ( K 3 ) = π 3 (Σ K ( A 4 , 1)). ) K 4 = K ( Z 6 , 2) × τ K 3 (twisted Cartesian product). The (effective) homology of K ( Z 6 , 2) and K 3 are known. An effective version of the Serre spectral sequence is needed. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 7 / 23

  8. Reductions Given two chain complexes C := { ( C n , d n ) } n ∈ Z and C ′ := { ( C ′ n , d ′ n ) } n ∈ Z a reduction between them is ( f , g , h ) where ◮ f : C → C ′ and g : C ′ → C are chain morphisms ◮ and h is a family of homomorphisms (called homotopy operator ) h n : C n → C n +1 . satisfying f ◦ g = 1 1 d ◦ h + h ◦ d + g ◦ f = 1 2 f ◦ h = 0 3 h ◦ g = 0 4 h ◦ h = 0 5 ⇒ C ′ is a reduction, then H ( C ) ∼ If ( f , g , h ) : C = = H ( C ′ ). ⇒ A ′ and B = Theorem : From A = ⇒ B ′ , an algorithm constructs ⇒ A ′ ⊗ B ′ . A ⊗ B = Corollary : If A and B are with effective homology, then A ⊗ B is with effective homology. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 8 / 23

  9. Essential building blocks Eilenberg-Zilber Theorem : C ( F × B ) = ⇒ C ( F ) ⊗ C ( B ). It is the case of a trivial fibration: F → F × B → B . What about the general (twisted) case? F → F × τ B → B . Then? Given a chain complex ( C , d ), a perturbation for it is a family ρ of group homomorphisms ρ n : C n → C n − 1 such that ( C , d + ρ ) is again a chain complex (that is to say: ( d + ρ ) ◦ ( d + ρ ) = 0). ⇒ ( C ′ , d ′ ) be a Basic Perturbation Lemma : Let ( f , g , h ) : ( C , d ) = reduction and be ρ a perturbation for ( C , d ) which are locally nilpotent. Then there exists a reduction ( f ∞ , g ∞ , h ∞ ) : ( C , d + ρ ) = ⇒ ( C ′ , d ′ ∞ ). Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 9 / 23

  10. Putting all together Given a fibration F → F × τ B → B where ◮ F and B are with effective homology (known reductions C ( F ) = ⇒ HF and C ( B ) = ⇒ HB ) and ◮ B is simply connected. EZ application: C ( F × B ) = ⇒ C ( F ) ⊗ C ( B ). BPL application: C ( F × τ B ) = ⇒ C ( F ) ⊗ t C ( B ). Tensor product application: C ( F ) ⊗ C ( B ) = ⇒ HF ⊗ HB . BPL application ( B simply connected): C ( F ) ⊗ t C ( B ) = ⇒ HF ⊗ t ′ HB Composing it all: C ( F × τ B ) = ⇒ HF ⊗ t ′ HB . Conclusion : The total space F × τ B is with effective homology. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 10 / 23

  11. Statement of the EZ theorem ( f , g , h ) : C ( F × B ) = ⇒ C ( F ) ⊗ C ( B ) ◮ f = AW (Alexander-Whitney) AW ( x n , y n ) = � n i =0 ∂ i +1 . . . ∂ n x n ⊗ ∂ 0 . . . ∂ i − 1 y n ◮ g = EML (Eilenberg-MacLane) EML ( x p ⊗ y q ) = ( α,β ) ∈{ ( p , q ) -shuffles } ( − 1) sg ( α,β ) ( η β q . . . η β 1 x p , η α p . . . η α 1 y q ) � ◮ h = SHI (Shih) SHI ( x n , y n ) = � ( − 1) n − p − q + sg ( α,β ) ( η β q + n − p − q . . . η β 1 + n − p − q η n − p − q − 1 ∂ n − q +1 . . . ∂ n x n , η α p +1 + n − p − q . . . η α 1 + n − p − q ∂ n − p − q . . . ∂ n − q − 1 y n ). where a ( p , q )-shuffle ( α, β ) = ( α 1 , . . . , α p , β 1 , . . . , β q ) is a permutation of the set { 0 , 1 , . . . , p + q − 1 } such that α i < α i +1 and β j < β j +1 . EZ is responsible of much of the exponential behaviour of Kenzo. It is essentially unique (so unavoidable). The formulas are very well-structured and of combinatorial nature. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 11 / 23

  12. Formalisation of the EZ theorem A proof purely based on induction + rewriting. The ACL2 theorem prover is the right tool for the task. Main conceptual tool: simplicial polynomials . It allows one to enhance ACL2 with algebraic rewriting . Already used in the proof of the Normalisation Theorem . ◮ C D ( K ) = ⇒ C ( K ). ◮ L. Lamb´ an, F. J. Mart´ ın-Mateos, J. R., J. L. Ruiz-Reina. “Formalization of a normalization theorem in simplicial topology”. Annals of Mathematics and Artificial Intelligence 64 (2012) 1-37. EZ formalisation by the same team, with proving effort ◮ EZ: 13000 lines. ◮ Normalisation: 4500 lines. ◮ Common infrastructure: 6000 lines. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 12 / 23

  13. Statement of the BPL Let ( f , g , h ): ( D , d D ) = ⇒ ( C , d C ) be a reduction and ρ D : D → D a perturbation of the differential d D satisfying the local nilpotency condition with respect to the reduction ( f , g , h ). Then, a new reduction ( f ′ , g ′ , h ′ ): ( D ′ , d D ′ ) = ⇒ ( C ′ , d C ′ ) can be obtained, where the underlying graded groups D and D ′ (resp. C and C ′ ) are the same, but the differentials are perturbed: d D ′ = d D + ρ D , d C ′ = d C + ρ C , where ρ C = f ρ D ψ g ; f ′ = f φ ; g ′ = ψ g ; h ′ = h φ , where φ = � ∞ i =0 ( − 1) i ( ρ D h ) i , and ψ = � ∞ i =0 ( − 1) i ( h ρ D ) i . Note the role of the series. The graded groups are general (with infinitely many generators, for instance). No combinatorial approach possible. Julio Rubio (Universidad de La Rioja) Formalising Algebraic Topology 13 / 23

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend