Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
15,529
result(s) for
"Mathematical Logic and Foundations"
Sort by:
Souslin quasi-orders and bi-embeddability of uncountable structures
by
Ros, Luca Motto
,
Andretta, Alessandro
in
Embeddings (Mathematics)
,
Mathematical logic and foundations -- Set theory -- Descriptive set theory. msc
,
Mathematical logic and foundations -- Set theory -- Determinacy principles. msc
2022
We provide analogues of the results from Friedman and Motto Ros (2011) and Camerlo, Marcone, and Motto Ros (2013) (which correspond
to the case
A Unified Approach to Structural Limits and Limits of Graphs with Bounded Tree-Depth
by
Ossona de Mendez, Patrice
,
Nešetřil, Jaroslav
in
Algebra, Boolean
,
Functional analysis
,
Model theory
2020
In this paper we introduce a general framework for the study of limits of relational structures and graphs in particular, which is
based on a combination of model theory and (functional) analysis. We show how the various approaches to graph limits fit to this
framework and that they naturally appear as “tractable cases” of a general theory. As an outcome of this, we provide extensions of known
results. We believe that this puts these into a broader context. The second part of the paper is devoted to the study of sparse
structures. First, we consider limits of structures with bounded diameter connected components and we prove that in this case the
convergence can be “almost” studied component-wise. We also propose the structure of limit objects for convergent sequences of sparse
structures. Eventually, we consider the specific case of limits of colored rooted trees with bounded height and of graphs with bounded
tree-depth, motivated by their role as “elementary bricks” these graphs play in decompositions of sparse graphs, and give an explicit
construction of a limit object in this case. This limit object is a graph built on a standard probability space with the property that
every first-order definable set of tuples is measurable. This is an example of the general concept of
Minimal Weak Truth Table Degrees and Computably Enumerable Turing Degrees
by
Solomon, Reed
,
Ng, Keng Meng
,
Downey, Rodney G.
in
Computable functions
,
Recursively enumerable sets
,
Unsolvability (Mathematical logic)
2020
Two of the central concepts for the study of degree structures in computability theory are computably enumerable degrees and minimal degrees. For strong notions of reducibility, such as m-deducibility or truth table reducibility, it is possible for computably enumerable degrees to be minimal. For weaker notions of reducibility, such as weak truth table reducibility or Turing reducibility, it is not possible to combine these properties in a single degree. We consider how minimal weak truth table degrees interact with computably enumerable Turing degrees and obtain three main results. First, there are sets with minimal weak truth table degree which bound noncomputable computably enumerable sets under Turing reducibility. Second, no set with computable enumerable Turing degree can have minimal weak truth table degree. Third, no \\Delta^0_2 set which Turing bounds a promptly simple set can have minimal weak truth table degree.
Foundations of mathematics: logic at Harvard : essays in honor of Hugh Woodin's 60th birthday, March 27-29, 2015, Harvard University, Cambridge, MA
2017
This volume contains the proceedings of the Logic at Harvard conference in honor of W. Hugh Woodin's 60th birthday, held March 27-29, 2015, at Harvard University. It presents a collection of papers related to the work of Woodin, who has been one of the leading figures in set theory since the early 1980s.The topics cover many of the areas central to Woodin's work, including large cardinals, determinacy, descriptive set theory and the continuum problem, as well as connections between set theory and Banach spaces, recursion theory, and philosophy, each reflecting a period of Woodin's career. Other topics covered are forcing axioms, inner model theory, the partition calculus, and the theory of ultrafilters.This volume should make a suitable introduction to Woodin's work and the concerns which motivate it. The papers should be of interest to graduate students and researchers in both mathematics and philosophy of mathematics, particularly in set theory, foundations and related areas.
Learning-Assisted Automated Reasoning with Flyspeck
by
Kaliszyk, Cezary
,
Urban, Josef
in
Applied sciences
,
Artificial Intelligence
,
Automated reasoning
2014
The considerable mathematical knowledge encoded by the Flyspeck project is combined with external automated theorem provers (ATPs) and machine-learning premise selection methods trained on the Flyspeck proofs, producing an AI system capable of proving a wide range of mathematical conjectures automatically. The performance of this architecture is evaluated in a bootstrapping scenario emulating the development of Flyspeck from axioms to the last theorem, each time using only the previous theorems and proofs. It is shown that 39 % of the 14185 theorems could be proved in a push-button mode (without any high-level advice and user interaction) in 30 seconds of real time on a fourteen-CPU workstation. The necessary work involves: (i) an implementation of sound translations of the HOL Light logic to ATP formalisms: untyped first-order, polymorphic typed first-order, and typed higher-order, (ii) export of the dependency information from HOL Light and ATP proofs for the machine learners, and (iii) choice of suitable representations and methods for learning from previous proofs, and their integration as advisors with HOL Light. This work is described and discussed here, and an initial analysis of the body of proofs that were found fully automatically is provided.
Journal Article
Premise Selection for Mathematics by Corpus Analysis and Kernel Methods
by
Alama, Jesse
,
Heskes, Tom
,
Urban, Josef
in
Algorithms
,
Applied sciences
,
Artificial Intelligence
2014
Smart premise selection is essential when using automated reasoning as a tool for large-theory formal proof development. This work develops learning-based premise selection in two ways. First, a fine-grained dependency analysis of existing high-level formal mathematical proofs is used to build a large knowledge base of proof dependencies, providing precise data for ATP-based re-verification and for training premise selection algorithms. Second, a new machine learning algorithm for premise selection based on kernel methods is proposed and implemented. To evaluate the impact of both techniques, a benchmark consisting of 2078 large-theory mathematical problems is constructed, extending the older MPTP Challenge benchmark. The combined effect of the techniques results in a 50 % improvement on the benchmark over the state-of-the-art Vampire/SInE system for automated reasoning in large theories.
Journal Article
Locales: A Module System for Mathematical Theories
2014
Locales are a module system for managing theory hierarchies in a theorem prover through theory interpretation. They are available for the theorem prover Isabelle. In this paper, their semantics is defined in terms of local theories and morphisms. Locales aim at providing flexible means of extension and reuse. Theory modules (which are called locales) may be extended by definitions and theorems. Interpretation to Isabelle’s global theories and proof contexts is possible via morphisms. Even the locale hierarchy may be changed if declared relations between locales do not adequately reflect logical relations, which are implied by the locales’ specifications. By discussing their design and relating it to more commonly known structuring mechanisms of programming languages and provers, locales are made accessible to a wider audience beyond the users of Isabelle. The discussed mechanisms include ML-style functors, type classes and mixins (the latter are found in modern object-oriented languages).
Journal Article
Machine Learning for First-Order Theorem Proving
by
Paulson, Lawrence C.
,
Holden, Sean B.
,
Bridge, James P.
in
Applied sciences
,
Artificial Intelligence
,
Computer Science
2014
We applied two state-of-the-art machine learning techniques to the problem of selecting a good heuristic in a first-order theorem prover. Our aim was to demonstrate that sufficient information is available from simple feature measurements of a conjecture and axioms to determine a good choice of heuristic, and that the choice process can be automatically learned. Selecting from a set of 5 heuristics, the learned results are better than any single heuristic. The same results are also comparable to the prover’s own heuristic selection method, which has access to 82 heuristics including the 5 used by our method, and which required additional human expertise to guide its design. One version of our system is able to decline proof attempts. This achieves a significant reduction in total time required, while at the same time causing only a moderate reduction in the number of theorems proved. To our knowledge no earlier system has had this capability.
Journal Article
Wave Equation Numerical Resolution: A Comprehensive Mechanized Proof of a C Program
by
Clément, François
,
Weis, Pierre
,
Melquiond, Guillaume
in
Acoustics
,
Applied sciences
,
Artificial Intelligence
2013
We formally prove correct a C program that implements a numerical scheme for the resolution of the one-dimensional acoustic wave equation. Such an implementation introduces errors at several levels: the numerical scheme introduces method errors, and floating-point computations lead to round-off errors. We annotate this C program to specify both method error and round-off error. We use Frama-C to generate theorems that guarantee the soundness of the code. We discharge these theorems using SMT solvers, Gappa, and Coq. This involves a large Coq development to prove the adequacy of the C program to the numerical scheme and to bound errors. To our knowledge, this is the first time such a numerical analysis program is fully machine-checked.
Journal Article