Zum Hauptinhalt springen

Showing 1–13 of 13 results for author: Obua, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2304.00358  [pdf, ps, other

    cs.LO

    Logic is Algebra

    Authors: Steven Obua

    Abstract: Logic really is just algebra, given one uses the right kind of algebra, and the right kind of logic. The right kind of algebra is abstraction algebra, and the right kind of logic is abstraction logic.

    Submitted 1 April, 2023; originally announced April 2023.

  2. arXiv:2207.05610  [pdf, ps, other

    cs.LO

    Abstraction Logic: A New Foundation for (Computer) Mathematics

    Authors: Steven Obua

    Abstract: Abstraction logic is a new logic, serving as a foundation of mathematics. It combines features of both predicate logic and higher-order logic: abstraction logic can be viewed both as higher-order logic minus static types as well as predicate logic plus operators and variable binding. We argue that abstraction logic is the best foundational logic possible because it maximises both simplicity and pr… ▽ More

    Submitted 12 July, 2022; originally announced July 2022.

  3. arXiv:1704.04215  [pdf, ps, other

    cs.LO

    Parameterized Local Lexing

    Authors: Steven Obua

    Abstract: Building on the concept of local lexing the concept of parameterized local lexing is introduced.

    Submitted 13 April, 2017; originally announced April 2017.

  4. arXiv:1703.05351  [pdf, ps, other

    cs.LO

    Bootstrapping LCF Declarative Proofs

    Authors: Phil Scott, Steven Obua, Jacques Fleuriot

    Abstract: Suppose we have been sold on the idea that formalised proofs in an LCF system should resemble their written counterparts, and so consist of formulas that only provide signposts for a fully verified proof. To be practical, most of the fully elaborated verification must then be done by way of general purpose proof procedures. Now if these are the only procedures we implement outside the kernel of lo… ▽ More

    Submitted 15 March, 2017; originally announced March 2017.

    Comments: 15 pages

  5. arXiv:1703.05227  [pdf, ps, other

    cs.PL

    Compiling Purely Functional Structured Programs

    Authors: Phil Scott, Steven Obua, Jacques Fleuriot

    Abstract: We present a marriage of functional and structured imperative programming that embeds in pure lambda calculus. We describe how we implement the core of this language in a monadic DSL which is structurally equivalent to our intended source language and which, when evaluated, generates pure lambda terms in continuation-passing-style.

    Submitted 16 March, 2017; v1 submitted 15 March, 2017; originally announced March 2017.

    Comments: 5 pages

  6. arXiv:1702.03277  [pdf, other

    cs.LO

    Local Lexing

    Authors: Steven Obua, Phil Scott, Jacques Fleuriot

    Abstract: We introduce a novel parsing concept called local lexing. It integrates the classically separated stages of lexing and parsing by allowing lexing to be dependent upon the parsing progress and by providing a simple mechanism for constraining lexical ambiguity. This makes it possible for language design to be composable not only at the level of context-free grammars, but also at the lexical level. I… ▽ More

    Submitted 24 February, 2017; v1 submitted 10 February, 2017; originally announced February 2017.

  7. arXiv:1609.07127  [pdf, other

    cs.SI cs.AI cs.LO physics.soc-ph

    Social Network Processes in the Isabelle and Coq Theorem Proving Communities

    Authors: Jacques Fleuriot, Steven Obua, Phil Scott

    Abstract: We identify the main actors in the Isabelle and Coq communities and describe how they affect and influence their peers. This work explores selected foundations of social networking analysis that we expect to be useful in the context of the ProofPeer project, which is developing a new model for interactive theorem proving based on collaboration and social interactions.

    Submitted 22 September, 2016; originally announced September 2016.

    Comments: 15 pages, 13 figures, Research supported by EPSRC grant EP/L011794/1

  8. arXiv:1501.02155  [pdf, ps, other

    math.MG cs.LO

    A formal proof of the Kepler conjecture

    Authors: Thomas Hales, Mark Adams, Gertrud Bauer, Dat Tat Dang, John Harrison, Truong Le Hoang, Cezary Kaliszyk, Victor Magron, Sean McLaughlin, Thang Tat Nguyen, Truong Quang Nguyen, Tobias Nipkow, Steven Obua, Joseph Pleso, Jason Rute, Alexey Solovyev, An Hoai Thi Ta, Trung Nam Tran, Diep Thi Trieu, Josef Urban, Ky Khac Vu, Roland Zumkeller

    Abstract: This article describes a formal proof of the Kepler conjecture on dense sphere packings in a combination of the HOL Light and Isabelle proof assistants. This paper constitutes the official published account of the now completed Flyspeck project.

    Submitted 9 January, 2015; originally announced January 2015.

    Comments: 21 pages

  9. arXiv:1404.6186  [pdf, other

    cs.LO

    ProofPeer: Collaborative Theorem Proving

    Authors: Steven Obua, Jacques Fleuriot, Phil Scott, David Aspinall

    Abstract: We define the concept of collaborative theorem proving and outline our plan to make it a reality. We believe that a successful implementation of collaborative theorem proving is a necessary prerequisite for the formal verification of large systems.

    Submitted 24 April, 2014; originally announced April 2014.

  10. arXiv:1307.2713  [pdf, other

    cs.LO

    Capturing Hiproofs in HOL Light

    Authors: Steven Obua, Mark Adams, David Aspinall

    Abstract: Hierarchical proof trees (hiproofs for short) add structure to ordinary proof trees, by allowing portions of trees to be hierarchically nested. The additional structure can be used to abstract away from details, or to label particular portions to explain their purpose. In this paper we present two complementary methods for capturing hiproofs in HOL Light, along with a tool to produce web-based vis… ▽ More

    Submitted 10 July, 2013; originally announced July 2013.

  11. arXiv:1201.0540  [pdf

    cs.MS cs.DL cs.LO

    ProofPeer - A Cloud-based Interactive Theorem Proving System

    Authors: Steven Obua

    Abstract: ProofPeer strives to be a system for cloud-based interactive theorem proving. After illustrating why such a system is needed, the paper presents some of the design challenges that ProofPeer needs to meet to succeed. Contexts are presented as a solution to the problem of sharing proof state among the users of ProofPeer. Chronicles are introduced as a way to organize and version contexts.

    Submitted 2 January, 2012; originally announced January 2012.

  12. arXiv:1012.2294  [pdf, ps, other

    cs.PL

    Syntax and Semantics of Babel-17

    Authors: Steven Obua

    Abstract: We present Babel-17, the first programming language for purely functional structured programming (PFSP). Earlier work illustrated PFSP in the framework of a toy research language. Babel-17 takes this earlier work to a new level by showing how PFSP can be combined with pattern matching, object oriented programming, and features like concurrency, lazy evaluation, memoization and support for lenses.

    Submitted 15 August, 2011; v1 submitted 10 December, 2010; originally announced December 2010.

  13. arXiv:1007.3023  [pdf, ps, other

    cs.PL

    Purely Functional Structured Programming

    Authors: Steven Obua

    Abstract: The idea of functional programming has played a big role in shaping today's landscape of mainstream programming languages. Another concept that dominates the current programming style is Dijkstra's structured programming. Both concepts have been successfully married, for example in the programming language Scala. This paper proposes how the same can be achieved for structured programming and PUREL… ▽ More

    Submitted 10 February, 2011; v1 submitted 18 July, 2010; originally announced July 2010.