首页 > 最新文献

Journal of Automated Reasoning最新文献

英文 中文
A Formalization of the CHSH Inequality and Tsirelson’s Upper-bound in Isabelle/HOL Isabelle/HOL 中 CHSH 不等式和齐雷尔森上界的形式化
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-12-19 DOI: 10.1007/s10817-023-09689-9

Abstract

We present a formalization of several fundamental notions and results from Quantum Information theory in the proof assistant Isabelle/HOL, including density matrices and projective measurements, along with the proof that the local hidden-variable hypothesis advocated by Einstein to model quantum mechanics cannot hold. The proof of the latter result is based on the so-called CHSH inequality, and it is the violation of this inequality that was experimentally evidenced by Aspect, who earned the Nobel Prize in 2022 for his work. We also formalize various results related to the violation of the CHSH inequality, such as Tsirelson’s bound, which quantifies the amount to which this inequality can be violated in a quantum setting.

摘要 我们在证明助手 Isabelle/HOL 中提出了量子信息论的几个基本概念和结果的形式化,包括密度矩阵和投影测量,以及爱因斯坦提倡的量子力学模型的局部隐变量假设不成立的证明。后一个结果的证明基于所谓的 CHSH 不等式,而阿斯佩特正是通过实验证明了对这一不等式的违反,他也因此获得了 2022 年的诺贝尔奖。我们还形式化了与违反 CHSH 不等式有关的各种结果,例如齐雷尔森约束,它量化了在量子环境中违反该不等式的程度。
{"title":"A Formalization of the CHSH Inequality and Tsirelson’s Upper-bound in Isabelle/HOL","authors":"","doi":"10.1007/s10817-023-09689-9","DOIUrl":"https://doi.org/10.1007/s10817-023-09689-9","url":null,"abstract":"<h3>Abstract</h3> <p>We present a formalization of several fundamental notions and results from Quantum Information theory in the proof assistant Isabelle/HOL, including density matrices and projective measurements, along with the proof that the local hidden-variable hypothesis advocated by Einstein to model quantum mechanics cannot hold. The proof of the latter result is based on the so-called CHSH inequality, and it is the violation of this inequality that was experimentally evidenced by Aspect, who earned the Nobel Prize in 2022 for his work. We also formalize various results related to the violation of the CHSH inequality, such as Tsirelson’s bound, which quantifies the amount to which this inequality can be violated in a quantum setting.</p>","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"19 1","pages":""},"PeriodicalIF":1.1,"publicationDate":"2023-12-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138741175","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Formally-Verified Round-Off Error Analysis of Runge–Kutta Methods Runge-Kutta 方法的形式验证舍入误差分析
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-12-06 DOI: 10.1007/s10817-023-09686-y
Florian Faissole

Numerical errors are insidious, difficult to predict and inherent in different levels of critical systems design. Indeed, numerical algorithms generally constitute approximations of an ideal mathematical model, which itself constitutes an approximation of a physical reality which has undergone multiple measurement errors. To this are added rounding errors due to computer arithmetic implementations, often neglected even if they can significantly distort the results obtained. This applies to Runge–Kutta methods used for the numerical integration of ordinary differential equations, that are ubiquitous to model fundamental laws of physics, chemistry, biology or economy. We provide a Coq formalization of the rounding error analysis of Runge–Kutta methods applied to linear systems and implemented in floating-point arithmetic. We propose a generic methodology to build a bound on the error accumulated over the iterations, taking gradual underflow into account. We then instantiate this methodology for two classic Runge–Kutta methods, namely Euler and RK2. The formalization of the results include the definition of matrix norms, the proof of rounding error bounds of matrix operations and the formalization of the generic results and their applications on examples. In order to support the proposed approach, we provide numerical experiments on examples coming from nuclear physics applications.

数值误差是隐蔽的、难以预测的,而且是不同层次的关键系统设计所固有的。事实上,数值算法通常是对理想数学模型的近似,而理想数学模型本身又是对经历了多重测量误差的物理现实的近似。此外,计算机运算实现过程中产生的舍入误差往往会被忽视,即使这些误差会严重扭曲所获得的结果。这适用于用于常微分方程数值积分的 Runge-Kutta 方法,常微分方程在模拟物理、化学、生物或经济的基本规律时无处不在。我们为应用于线性系统并以浮点运算实现的 Runge-Kutta 方法的舍入误差分析提供了 Coq 形式化。我们提出了一种通用方法,在考虑逐渐下溢的情况下,建立迭代累积误差的约束。然后,我们将这种方法应用于两种经典的 Runge-Kutta 方法,即欧拉和 RK2。结果的形式化包括矩阵规范的定义、矩阵运算舍入误差约束的证明、通用结果的形式化及其在实例中的应用。为了支持所提出的方法,我们提供了核物理应用实例的数值实验。
{"title":"Formally-Verified Round-Off Error Analysis of Runge–Kutta Methods","authors":"Florian Faissole","doi":"10.1007/s10817-023-09686-y","DOIUrl":"https://doi.org/10.1007/s10817-023-09686-y","url":null,"abstract":"<p>Numerical errors are insidious, difficult to predict and inherent in different levels of critical systems design. Indeed, numerical algorithms generally constitute approximations of an ideal mathematical model, which itself constitutes an approximation of a physical reality which has undergone multiple measurement errors. To this are added rounding errors due to computer arithmetic implementations, often neglected even if they can significantly distort the results obtained. This applies to Runge–Kutta methods used for the numerical integration of ordinary differential equations, that are ubiquitous to model fundamental laws of physics, chemistry, biology or economy. We provide a Coq formalization of the rounding error analysis of Runge–Kutta methods applied to linear systems and implemented in floating-point arithmetic. We propose a generic methodology to build a bound on the error accumulated over the iterations, taking gradual underflow into account. We then instantiate this methodology for two classic Runge–Kutta methods, namely Euler and RK2. The formalization of the results include the definition of matrix norms, the proof of rounding error bounds of matrix operations and the formalization of the generic results and their applications on examples. In order to support the proposed approach, we provide numerical experiments on examples coming from nuclear physics applications.</p>","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"101 1","pages":""},"PeriodicalIF":1.1,"publicationDate":"2023-12-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138547562","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Formal Verification of Termination Criteria for First-Order Recursive Functions 一阶递归函数终止准则的形式化验证
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-11-29 DOI: 10.1007/s10817-023-09669-z
Cesar A. Muñoz, Mauricio Ayala-Rincón, Mariano M. Moscato, Aaron M. Dutle, Anthony J. Narkawicz, Ariane Alves Almeida, Andréia B. Avelar da Silva, Thiago M. Ferreira Ramos

This paper presents a formalization of several termination criteria for first-order recursive functions. The formalization, which is developed in the Prototype Verification System (PVS), includes the specification and proof of equivalence of semantic termination, Turing termination, size change principle, calling context graphs, and matrix-weighted graphs. These termination criteria are defined on a computational model that consists of a basic functional language called PVS0, which is an embedding of recursive first-order functions. Through this embedding, the native mechanism for checking termination of recursive functions in PVS could be soundly extended with semi-automatic termination criteria such as calling contexts graphs.

本文给出了一阶递归函数终止准则的形式化。形式化是在原型验证系统(Prototype Verification System, PVS)中开发的,包括语义终止、图灵终止、大小变化原理、调用上下文图和矩阵加权图的规范和等价证明。这些终止标准是在一个计算模型上定义的,该模型由一种称为PVS0的基本函数语言组成,它是递归一阶函数的嵌入。通过这种嵌入,可以将PVS中检查递归函数终止的固有机制很好地扩展为调用上下文图等半自动终止准则。
{"title":"Formal Verification of Termination Criteria for First-Order Recursive Functions","authors":"Cesar A. Muñoz, Mauricio Ayala-Rincón, Mariano M. Moscato, Aaron M. Dutle, Anthony J. Narkawicz, Ariane Alves Almeida, Andréia B. Avelar da Silva, Thiago M. Ferreira Ramos","doi":"10.1007/s10817-023-09669-z","DOIUrl":"https://doi.org/10.1007/s10817-023-09669-z","url":null,"abstract":"<p>This paper presents a formalization of several termination criteria for first-order recursive functions. The formalization, which is developed in the Prototype Verification System (PVS), includes the specification and proof of equivalence of semantic termination, Turing termination, size change principle, calling context graphs, and matrix-weighted graphs. These termination criteria are defined on a computational model that consists of a basic functional language called PVS0, which is an embedding of recursive first-order functions. Through this embedding, the native mechanism for checking termination of recursive functions in PVS could be soundly extended with semi-automatic termination criteria such as calling contexts graphs.</p>","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"10 1","pages":""},"PeriodicalIF":1.1,"publicationDate":"2023-11-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138520705","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Saturation-Based Boolean Conjunctive Query Answering and Rewriting for the Guarded Quantification Fragments 基于饱和的布尔连词查询回答与改写保护量化片段
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-11-23 DOI: 10.1007/s10817-023-09687-x
Sen Zheng, Renate A. Schmidt

Query answering is an important problem in AI, database and knowledge representation. In this paper, we develop saturation-based Boolean conjunctive query answering and rewriting procedures for the guarded, the loosely guarded and the clique-guarded fragments. Our query answering procedure improves existing resolution-based decision procedures for the guarded and the loosely guarded fragments and this procedure solves Boolean conjunctive query answering problems for the guarded, the loosely guarded and the clique-guarded fragments. Based on this query answering procedure, we also introduce a novel saturation-based query rewriting procedure for these guarded fragments. Unlike mainstream query answering and rewriting methods, our procedures derive a compact and reusable saturation, namely a closure of formulas, to handle the challenge of querying for distributed datasets. This paper lays the theoretical foundations for the first automated deduction decision procedures for Boolean conjunctive query answering and the first saturation-based Boolean conjunctive query rewriting in the guarded, the loosely guarded and the clique-guarded fragments.

查询回答是人工智能、数据库和知识表示中的一个重要问题。在本文中,我们开发了基于饱和的布尔连接查询的应答和重写程序,用于保护片段、松散保护片段和团保护片段。我们的查询应答程序改进了现有的基于解析的有保护和松散保护片段决策程序,解决了有保护、松散保护和团保护片段的布尔连接查询应答问题。在此基础上,我们还引入了一种基于饱和的对这些被保护片段的查询重写过程。与主流的查询回答和重写方法不同,我们的过程派生出紧凑和可重用的饱和,即公式的闭包,以处理查询分布式数据集的挑战。本文为在有保护、松散保护和团保护的片段中首次实现布尔连接查询应答的自动演绎决策过程和基于饱和的布尔连接查询重写奠定了理论基础。
{"title":"Saturation-Based Boolean Conjunctive Query Answering and Rewriting for the Guarded Quantification Fragments","authors":"Sen Zheng, Renate A. Schmidt","doi":"10.1007/s10817-023-09687-x","DOIUrl":"https://doi.org/10.1007/s10817-023-09687-x","url":null,"abstract":"<p>Query answering is an important problem in AI, database and knowledge representation. In this paper, we develop saturation-based Boolean conjunctive query answering and rewriting procedures for the guarded, the loosely guarded and the clique-guarded fragments. Our query answering procedure improves existing resolution-based decision procedures for the guarded and the loosely guarded fragments and this procedure solves Boolean conjunctive query answering problems for the guarded, the loosely guarded and the clique-guarded fragments. Based on this query answering procedure, we also introduce a novel saturation-based query rewriting procedure for these guarded fragments. Unlike mainstream query answering and rewriting methods, our procedures derive a compact and reusable saturation, namely a closure of formulas, to handle the challenge of querying for distributed datasets. This paper lays the theoretical foundations for the first automated deduction decision procedures for Boolean conjunctive query answering and the first saturation-based Boolean conjunctive query rewriting in the guarded, the loosely guarded and the clique-guarded fragments.</p>","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"100 3","pages":""},"PeriodicalIF":1.1,"publicationDate":"2023-11-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138520703","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Self-evident Automated Geometric Theorem Proving Based on Complex Number Identity 基于复数恒等式的自明自动几何定理证明
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-11-20 DOI: 10.1007/s10817-023-09688-w
Xicheng Peng, Jingzhong Zhang, Mao Chen, Sannyuya Liu

How to automatically generate short and easy-to-understand proofs for geometric theorems has long been an issue of concern in mathematics education. A novel automated geometric theorem proving method based on complex number identities is proposed in this paper, which acts as a bridge between geometry and algebra. According to the proposed method, the geometric relations in the given proposition are first transformed into a complex number expression, then the complex number identity is generated by the elimination method; finally, the closure property under all four operations of real numbers is employed to prove the proposition. A test on more than 300 geometric problems shows that the proposed method is highly effective, and the corresponding proofs are short, with obvious geometric meaning.

如何自动生成简短易懂的几何定理证明一直是数学教育中关注的问题。本文提出了一种基于复数恒等式的几何定理自动证明方法,它在几何和代数之间架起了一座桥梁。该方法首先将给定命题中的几何关系转化为复数表达式,然后用消元法生成复数恒等式;最后,利用实数四种运算下的闭包性质证明了该命题。对300多个几何问题的测试表明,该方法是高效的,且相应的证明简短,具有明显的几何意义。
{"title":"Self-evident Automated Geometric Theorem Proving Based on Complex Number Identity","authors":"Xicheng Peng, Jingzhong Zhang, Mao Chen, Sannyuya Liu","doi":"10.1007/s10817-023-09688-w","DOIUrl":"https://doi.org/10.1007/s10817-023-09688-w","url":null,"abstract":"<p>How to automatically generate short and easy-to-understand proofs for geometric theorems has long been an issue of concern in mathematics education. A novel automated geometric theorem proving method based on complex number identities is proposed in this paper, which acts as a bridge between geometry and algebra. According to the proposed method, the geometric relations in the given proposition are first transformed into a complex number expression, then the complex number identity is generated by the elimination method; finally, the closure property under all four operations of real numbers is employed to prove the proposition. A test on more than 300 geometric problems shows that the proposed method is highly effective, and the corresponding proofs are short, with obvious geometric meaning.</p>","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"91 1","pages":""},"PeriodicalIF":1.1,"publicationDate":"2023-11-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138542397","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Bisequent Calculus for Four-Valued Quasi-Relevant Logics: Cut Elimination and Interpolation 四值拟相关逻辑的等列演算:切消和插值
IF 1.1 3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-11-16 DOI: 10.1007/s10817-023-09685-z
Andrzej Indrzejczak

We present a uniform syntactical characterisation of the class of quasi-relevant logics which are four-valued extensions of the basic relevant logic B of Meyer and Routley. All these logics are obtained by the addition of suitable quasi-relevant implications to the four-valued logic of First Degree Entailment FDE. So far they were characterised axiomatically and semantically in several ways but did not obtain a special proof-theoretic treatment. To this aim a generalised form of sequent calculus called bisequent calculus (BSC) is applied. In BSC rules operate on the ordered pairs of ordinary sequents. It may be treated as the weakest kind of system in the rich family of generalised sequent calculi operating on items which are some collections of ordinary sequents, like hypersequents or nested sequents. It is shown that all logics under consideration have cut-free characterisation in BSC which satisfies the subformula property and yields decidability. It is also shown that the interpolation theorem holds for these logics if their language is enriched with additional negation.

给出了一类准相关逻辑的统一句法刻画,该类逻辑是Meyer和Routley的基本相关逻辑B的四值扩展。所有这些逻辑都是通过在一阶蕴涵FDE的四值逻辑上添加合适的拟相关蕴涵而得到的。到目前为止,它们在公理和语义上有几种不同的特征,但没有得到特殊的证明理论处理。为了达到这个目的,应用了一种广义形式的序列演算,称为双序演算(BSC)。在BSC中,规则作用于普通序列的有序对。它可以被看作是广义序列演算富族中最弱的一类系统,其运算项是普通序列的一些集合,如超序列或嵌套序列。证明了所考虑的所有逻辑在BSC中都具有满足子公式性质并产生可判定性的无切刻画。如果这些逻辑的语言被附加否定所丰富,则插值定理也成立。
{"title":"Bisequent Calculus for Four-Valued Quasi-Relevant Logics: Cut Elimination and Interpolation","authors":"Andrzej Indrzejczak","doi":"10.1007/s10817-023-09685-z","DOIUrl":"https://doi.org/10.1007/s10817-023-09685-z","url":null,"abstract":"<p>We present a uniform syntactical characterisation of the class of quasi-relevant logics which are four-valued extensions of the basic relevant logic B of Meyer and Routley. All these logics are obtained by the addition of suitable quasi-relevant implications to the four-valued logic of First Degree Entailment FDE. So far they were characterised axiomatically and semantically in several ways but did not obtain a special proof-theoretic treatment. To this aim a generalised form of sequent calculus called bisequent calculus (BSC) is applied. In BSC rules operate on the ordered pairs of ordinary sequents. It may be treated as the weakest kind of system in the rich family of generalised sequent calculi operating on items which are some collections of ordinary sequents, like hypersequents or nested sequents. It is shown that all logics under consideration have cut-free characterisation in BSC which satisfies the subformula property and yields decidability. It is also shown that the interpolation theorem holds for these logics if their language is enriched with additional negation.</p>","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"4 1","pages":""},"PeriodicalIF":1.1,"publicationDate":"2023-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138520657","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Finitary Type Theories With and Without Contexts 有和没有上下文的有限型理论
3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-10-07 DOI: 10.1007/s10817-023-09678-y
Philipp G. Haselwarter, Andrej Bauer
Abstract We give a definition of finitary type theories that subsumes many examples of dependent type theories, such as variants of Martin–Löf type theory, simple type theories, first-order and higher-order logics, and homotopy type theory. We prove several general meta-theorems about finitary type theories: weakening, admissibility of substitution and instantiation of metavariables, derivability of presuppositions, uniqueness of typing, and inversion principles. We then give a second formulation of finitary type theories in which there are no explicit contexts. Instead, free variables are explicitly annotated with their types. We provide translations between finitary type theories with and without contexts, thereby showing that they have the same expressive power. The context-free type theory is implemented in the nucleus of the Andromeda 2 proof assistant.
摘要给出了有限型论的定义,它包含了依赖型论的许多例子,如Martin-Löf型论的变体、简单型论、一阶和高阶逻辑以及同伦型论。我们证明了有限型理论的几个一般元定理:弱化、元变量的代换和实例化的可容许性、假设的可导性、类型的唯一性和反转原理。然后,我们给出了有限型理论的第二种表述,其中没有明确的上下文。相反,自由变量被显式地注释为它们的类型。我们提供了有限类型理论之间的翻译有和没有上下文,从而表明它们具有相同的表达能力。上下文无关类型理论在仙女座2证明助理的核心中实现。
{"title":"Finitary Type Theories With and Without Contexts","authors":"Philipp G. Haselwarter, Andrej Bauer","doi":"10.1007/s10817-023-09678-y","DOIUrl":"https://doi.org/10.1007/s10817-023-09678-y","url":null,"abstract":"Abstract We give a definition of finitary type theories that subsumes many examples of dependent type theories, such as variants of Martin–Löf type theory, simple type theories, first-order and higher-order logics, and homotopy type theory. We prove several general meta-theorems about finitary type theories: weakening, admissibility of substitution and instantiation of metavariables, derivability of presuppositions, uniqueness of typing, and inversion principles. We then give a second formulation of finitary type theories in which there are no explicit contexts. Instead, free variables are explicitly annotated with their types. We provide translations between finitary type theories with and without contexts, thereby showing that they have the same expressive power. The context-free type theory is implemented in the nucleus of the Andromeda 2 proof assistant.","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135252213","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Lower Bounds for QCDCL via Formula Gauge 通过公式规求QCDCL的下界
3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-27 DOI: 10.1007/s10817-023-09683-1
Benjamin Böhm, Olaf Beyersdorff
Abstract QCDCL is one of the main algorithmic paradigms for solving quantified Boolean formulas (QBF). We design a new technique to show lower bounds for the running time in QCDCL algorithms. For this we model QCDCL by concisely defined proof systems and identify a new width measure for formulas, which we call gauge . We show that for a large class of QBFs, large (e.g. linear) gauge implies exponential lower bounds for QCDCL proof size. We illustrate our technique by computing the gauge for a number of sample QBFs, thereby providing new exponential lower bounds for QCDCL. Our technique is the first bespoke lower bound technique for QCDCL.
QCDCL是求解量化布尔公式(QBF)的主要算法范式之一。我们设计了一种新的技术来显示QCDCL算法的运行时间下界。为此,我们用简明定义的证明系统对QCDCL进行建模,并确定了一种新的公式宽度度量,我们称之为量规。我们证明了对于一类大的QBFs,大的(例如线性)规范意味着QCDCL证明尺寸的指数下界。我们通过计算一些样本QBFs的规范来说明我们的技术,从而为QCDCL提供了新的指数下界。我们的技术是第一个定制的QCDCL下界技术。
{"title":"Lower Bounds for QCDCL via Formula Gauge","authors":"Benjamin Böhm, Olaf Beyersdorff","doi":"10.1007/s10817-023-09683-1","DOIUrl":"https://doi.org/10.1007/s10817-023-09683-1","url":null,"abstract":"Abstract QCDCL is one of the main algorithmic paradigms for solving quantified Boolean formulas (QBF). We design a new technique to show lower bounds for the running time in QCDCL algorithms. For this we model QCDCL by concisely defined proof systems and identify a new width measure for formulas, which we call gauge . We show that for a large class of QBFs, large (e.g. linear) gauge implies exponential lower bounds for QCDCL proof size. We illustrate our technique by computing the gauge for a number of sample QBFs, thereby providing new exponential lower bounds for QCDCL. Our technique is the first bespoke lower bound technique for QCDCL.","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135585180","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Combining Stable Infiniteness and (Strong) Politeness 稳定无限与(强)礼貌相结合
3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-27 DOI: 10.1007/s10817-023-09684-0
Ying Sheng, Yoni Zohar, Christophe Ringeissen, Andrew Reynolds, Clark Barrett, Cesare Tinelli
{"title":"Combining Stable Infiniteness and (Strong) Politeness","authors":"Ying Sheng, Yoni Zohar, Christophe Ringeissen, Andrew Reynolds, Clark Barrett, Cesare Tinelli","doi":"10.1007/s10817-023-09684-0","DOIUrl":"https://doi.org/10.1007/s10817-023-09684-0","url":null,"abstract":"","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135477589","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Enabling Floating-Point Arithmetic in the Coq Proof Assistant 在Coq证明助手中启用浮点算术
3区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-16 DOI: 10.1007/s10817-023-09679-x
Érik Martin-Dorel, Guillaume Melquiond, Pierre Roux
Floating-point arithmetic is a well-known and extremely efficient way of performing approximate computations over the real numbers. Although it requires some careful considerations, floating-point numbers are nowadays routinely used to prove mathematical theorems. Numerical computations have been applied in the context of formal proofs too, as illustrated by the CoqInterval library. But these computations do not benefit from the powerful floating-point units available in modern processors, since they are emulated inside the logic of the formal system. This paper experiments with the use of hardware floating-point numbers for numerically intensive proofs verified by the Coq proof assistant. This gives rise to various questions regarding the formalization, the implementation, the usability, and the level of trust. This approach has been applied to the CoqInterval and ValidSDP libraries, which demonstrates a speedup of at least one order of magnitude.
浮点运算是对实数进行近似计算的一种众所周知且极其有效的方法。虽然需要仔细考虑,但浮点数现在通常用于证明数学定理。数值计算也已应用于形式证明的上下文中,如CoqInterval库所示。但是这些计算并没有受益于现代处理器中强大的浮点单元,因为它们是在形式系统的逻辑中模拟的。本文尝试使用硬件浮点数进行由Coq证明助手验证的数字密集型证明。这就产生了关于形式化、实现、可用性和信任级别的各种问题。这种方法已经应用于CoqInterval和ValidSDP库,它们证明了至少一个数量级的加速。
{"title":"Enabling Floating-Point Arithmetic in the Coq Proof Assistant","authors":"Érik Martin-Dorel, Guillaume Melquiond, Pierre Roux","doi":"10.1007/s10817-023-09679-x","DOIUrl":"https://doi.org/10.1007/s10817-023-09679-x","url":null,"abstract":"Floating-point arithmetic is a well-known and extremely efficient way of performing approximate computations over the real numbers. Although it requires some careful considerations, floating-point numbers are nowadays routinely used to prove mathematical theorems. Numerical computations have been applied in the context of formal proofs too, as illustrated by the CoqInterval library. But these computations do not benefit from the powerful floating-point units available in modern processors, since they are emulated inside the logic of the formal system. This paper experiments with the use of hardware floating-point numbers for numerically intensive proofs verified by the Coq proof assistant. This gives rise to various questions regarding the formalization, the implementation, the usability, and the level of trust. This approach has been applied to the CoqInterval and ValidSDP libraries, which demonstrates a speedup of at least one order of magnitude.","PeriodicalId":15082,"journal":{"name":"Journal of Automated Reasoning","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135304612","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Journal of Automated Reasoning
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1