首页 > 最新文献

[1993] Proceedings Eighth Annual IEEE Symposium on Logic in Computer Science最新文献

英文 中文
Monadic second-order logic and hypergraph orientation 一元二阶逻辑和超图取向
Pub Date : 1993-06-19 DOI: 10.1109/LICS.1993.287589
B. Courcelle
It is proved that in every undirected graph or, more generally, in every undirected hypergraph of bounded rank, one can specify an orientation of the edges or hyperedges by monadic second-order formulas using quantifications on sets of edges or hyperedges. The proof uses an extension to hypergraphs of the classical notion of a depth-first search spanning tree. Applications are given to the partially open problem of characterizing the classes of graphs (or hypergraphs) having decidable monadic theories, with and without quantifications on sets of edges (or hyperedges).<>
证明了在每一个无向图中,或者更一般地说,在每一个有界秩的无向超图中,利用边或超边集合上的量化,可以用一元二阶公式指定边或超边的方向。证明使用了对深度优先搜索生成树的经典概念的超图的扩展。给出了在边集(或超边)上有或没有量化的具有可判定一元理论的图(或超图)类的部分开放问题的应用。
{"title":"Monadic second-order logic and hypergraph orientation","authors":"B. Courcelle","doi":"10.1109/LICS.1993.287589","DOIUrl":"https://doi.org/10.1109/LICS.1993.287589","url":null,"abstract":"It is proved that in every undirected graph or, more generally, in every undirected hypergraph of bounded rank, one can specify an orientation of the edges or hyperedges by monadic second-order formulas using quantifications on sets of edges or hyperedges. The proof uses an extension to hypergraphs of the classical notion of a depth-first search spanning tree. Applications are given to the partially open problem of characterizing the classes of graphs (or hypergraphs) having decidable monadic theories, with and without quantifications on sets of edges (or hyperedges).<<ETX>>","PeriodicalId":6322,"journal":{"name":"[1993] Proceedings Eighth Annual IEEE Symposium on Logic in Computer Science","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1993-06-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86987590","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Database query languages embedded in the typed lambda calculus 数据库查询语言嵌入在类型化lambda演算中
Pub Date : 1993-06-19 DOI: 10.1109/LICS.1993.287575
Gerd G. Hillebrand, P. Kanellakis, Harry G. Mairson
It is shown how to naturally embed, in the typed lambda -calculus with equality, many database query languages, including the relational calculus/algebra, inflationary Datalog, and the complex object calculus/algebra. The embeddings considered are such that a database is a lambda -term coding list of tuples and a query is a lambda -term which when applied to the input database normalizes to the output database. In addition, if the query expressed is a PTIME query, then the normal form can be computed in a number of reduction steps polynomial in the size of the input database. It is also shown that, for all PTIME queries, there is such an embedding in the order-three typed lambda -calculus with equality.<>
它展示了如何在带有等式的类型化lambda -演算中自然地嵌入许多数据库查询语言,包括关系演算/代数、膨胀Datalog和复杂对象演算/代数。所考虑的嵌入是这样的:数据库是元组的lambda -term编码列表,查询是lambda -term,当将其应用于输入数据库时,将其归一化为输出数据库。此外,如果所表达的查询是PTIME查询,则可以在输入数据库大小的多项式中以若干个约简步来计算范式。它还表明,对于所有的PTIME查询,在阶三类型的lambda -演算中存在这样的嵌入。
{"title":"Database query languages embedded in the typed lambda calculus","authors":"Gerd G. Hillebrand, P. Kanellakis, Harry G. Mairson","doi":"10.1109/LICS.1993.287575","DOIUrl":"https://doi.org/10.1109/LICS.1993.287575","url":null,"abstract":"It is shown how to naturally embed, in the typed lambda -calculus with equality, many database query languages, including the relational calculus/algebra, inflationary Datalog, and the complex object calculus/algebra. The embeddings considered are such that a database is a lambda -term coding list of tuples and a query is a lambda -term which when applied to the input database normalizes to the output database. In addition, if the query expressed is a PTIME query, then the normal form can be computed in a number of reduction steps polynomial in the size of the input database. It is also shown that, for all PTIME queries, there is such an embedding in the order-three typed lambda -calculus with equality.<<ETX>>","PeriodicalId":6322,"journal":{"name":"[1993] Proceedings Eighth Annual IEEE Symposium on Logic in Computer Science","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1993-06-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89331477","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 33
A Compositional Proof System for Dynamic Process Creation 动态过程创建的组合证明系统
Pub Date : 1991-07-15 DOI: 10.1109/LICS.1991.151663
F. S. Boer
A compositional proof systems for a parallel language, P, with dynamic process creation is presented. It is shown how a dynamic system of processes can be described in terms of specifications of the local processes which involve a characterization of their interface with the environment. The proof system formalizes reasoning about these interfaces on an abstraction level that is at least as high as that of the programming language. The programming language P is described, and two assertion languages, the local one and the global one, are defined. The proof system is described and its soundness and completeness are discussed. >
提出了一种具有动态过程创建的并行语言P的组合证明系统。它显示了如何用局部过程的规范来描述过程的动态系统,这些规范涉及到它们与环境的接口的特征。证明系统在至少与编程语言一样高的抽象级别上形式化了对这些接口的推理。描述了编程语言P,并定义了两种断言语言:局部断言语言和全局断言语言。描述了该证明体系,并讨论了其完备性和可靠性。>
{"title":"A Compositional Proof System for Dynamic Process Creation","authors":"F. S. Boer","doi":"10.1109/LICS.1991.151663","DOIUrl":"https://doi.org/10.1109/LICS.1991.151663","url":null,"abstract":"A compositional proof systems for a parallel language, P, with dynamic process creation is presented. It is shown how a dynamic system of processes can be described in terms of specifications of the local processes which involve a characterization of their interface with the environment. The proof system formalizes reasoning about these interfaces on an abstraction level that is at least as high as that of the programming language. The programming language P is described, and two assertion languages, the local one and the global one, are defined. The proof system is described and its soundness and completeness are discussed. >","PeriodicalId":6322,"journal":{"name":"[1993] Proceedings Eighth Annual IEEE Symposium on Logic in Computer Science","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1991-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82662005","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
0-1 Laws for Infinitary Logics (Preliminary Report) 无穷逻辑的0-1定律(初步报告)
Pub Date : 1990-01-01 DOI: 10.1109/LICS.1990.113742
Phokion G. Kolaitis, Moshe Y. Vardi
{"title":"0-1 Laws for Infinitary Logics (Preliminary Report)","authors":"Phokion G. Kolaitis, Moshe Y. Vardi","doi":"10.1109/LICS.1990.113742","DOIUrl":"https://doi.org/10.1109/LICS.1990.113742","url":null,"abstract":"","PeriodicalId":6322,"journal":{"name":"[1993] Proceedings Eighth Annual IEEE Symposium on Logic in Computer Science","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1990-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"79369676","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Coherence and Consistency in Domains (Extended Outline) 领域的连贯性和一致性(扩展大纲)
Pub Date : 1988-07-05 DOI: 10.1109/LICS.1988.5129
Carl A. Gunter, A. Jung
Almost all of the categories normally used as a mathematical foundation for denotational semantics satisfy a condition known as consistent completeness. The goal of this paper is to explore the possibility of using a different condition that of coherence which has its origins in topology and logic. In particular, we concentrate on those posets whose principal ideals are algebraic lattices and whose topologies are coherent. These form a cartesian closed category which has fixed points for domain equations. It is shown that a "universal domain" exists. Since the construction of this domain seems to be of general significance, a categorical treatment is provided and its relationship to other applications discussed. Comments University of Pennsylvania Department of Computer and Information Science Technical Report No. MSCIS-88-20. This technical report is available at ScholarlyCommons: http://repository.upenn.edu/cis_reports/616 COHERENCE AND CONSISTENCY IN DOMAINS (EXTENDED OUTLINE) Carl A. Gunter Achim Jung MS-CIS-88-20 LlNC LAB 106 Department of Computer and Information Science School of Engineering and Applied Science University of Pennsylvania Philadelphia, PA 191 04
几乎所有通常用作指称语义数学基础的范畴都满足一个称为一致完备性的条件。本文的目的是探讨在拓扑和逻辑中使用不同的相干条件的可能性。特别地,我们集中于那些主理想是代数格且拓扑是相干的偏序集。这就形成了一个笛卡尔闭范畴,它对域方程具有不动点。证明了“普遍域”的存在。由于该领域的构建似乎具有普遍意义,因此提供了分类处理并讨论了其与其他应用的关系。评论宾夕法尼亚大学计算机与信息科学系技术报告编号摩根士丹利资本国际(msci) - 88 - 20。本技术报告可在ScholarlyCommons获取:http://repository.upenn.edu/cis_reports/616 COHERENCE AND CONSISTENCY IN DOMAINS (EXTENDED OUTLINE) Carl A. Gunter Achim Jung MS-CIS-88-20 LlNC LAB 106计算机与信息科学系宾夕法尼亚大学费城工程与应用科学学院,PA 191 2004
{"title":"Coherence and Consistency in Domains (Extended Outline)","authors":"Carl A. Gunter, A. Jung","doi":"10.1109/LICS.1988.5129","DOIUrl":"https://doi.org/10.1109/LICS.1988.5129","url":null,"abstract":"Almost all of the categories normally used as a mathematical foundation for denotational semantics satisfy a condition known as consistent completeness. The goal of this paper is to explore the possibility of using a different condition that of coherence which has its origins in topology and logic. In particular, we concentrate on those posets whose principal ideals are algebraic lattices and whose topologies are coherent. These form a cartesian closed category which has fixed points for domain equations. It is shown that a \"universal domain\" exists. Since the construction of this domain seems to be of general significance, a categorical treatment is provided and its relationship to other applications discussed. Comments University of Pennsylvania Department of Computer and Information Science Technical Report No. MSCIS-88-20. This technical report is available at ScholarlyCommons: http://repository.upenn.edu/cis_reports/616 COHERENCE AND CONSISTENCY IN DOMAINS (EXTENDED OUTLINE) Carl A. Gunter Achim Jung MS-CIS-88-20 LlNC LAB 106 Department of Computer and Information Science School of Engineering and Applied Science University of Pennsylvania Philadelphia, PA 191 04","PeriodicalId":6322,"journal":{"name":"[1993] Proceedings Eighth Annual IEEE Symposium on Logic in Computer Science","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1988-07-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76774881","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
Combining Algebra and Higher-Order Types 代数与高阶类型的组合
Pub Date : 1988-01-01 DOI: 10.1109/LICS.1988.5103
V. Tannen
We study the higher-order rewrite/equational proof systems obtained by adding the simply typed lambda calculus to algebraic rewrite/equational proof systems. We show that if a many-sorted algebraic rewrite system has the Church-Rosser property, then the corresponding higher-order rewrite system which adds simply typed s-reduction has the Church-Rosser property too. This result is relevant to parallel implementations of functional programming languages. We also show that provability in the higher-order equational proof system obtained by adding the simply typed s and η axioms to some many-sorted algebraic proof system is effectively reducible to provability in that algebraic proof system. This effective reduction also establishes transformations between higher-order and algebraic equational proofs, transformations which can be useful in automated deduction. Comments University of Pennsylvania Department of Computer and Information Science Technical Report No. MSCIS-88-21. This technical report is available at ScholarlyCommons: http://repository.upenn.edu/cis_reports/617 COMBINING ALGEBRA AND HIGHER-ORDER TYPES Val Breazu-Tannen MS-CIS-88-21 LlNC LAB 107 Department of Computer and Information Science School of Engineering and Applied Science University of Pennsylvania Philadelphia, PA 191 04
研究了在代数重写/等式证明系统中加入简单型λ演算得到的高阶重写/等式证明系统。我们证明了如果一个多排序代数重写系统具有Church-Rosser性质,那么相应的添加了简单类型s约简的高阶重写系统也具有Church-Rosser性质。这个结果与函数式编程语言的并行实现有关。我们还证明了将单型s和η公理添加到多排序代数证明系统中所得到的高阶方程证明系统的可证明性是有效地约化为该代数证明系统中的可证明性的。这种有效的约简还建立了高阶和代数方程证明之间的转换,这些转换在自动演绎中很有用。评论宾夕法尼亚大学计算机与信息科学系技术报告编号摩根士丹利资本国际(msci) - 88 - 21所示。该技术报告可在ScholarlyCommons上获得:http://repository.upenn.edu/cis_reports/617结合代数和高阶类型Val Breazu-Tannen MS-CIS-88-21 LlNC LAB 107计算机与信息科学系宾夕法尼亚大学费城工程与应用科学学院,PA 191 2004
{"title":"Combining Algebra and Higher-Order Types","authors":"V. Tannen","doi":"10.1109/LICS.1988.5103","DOIUrl":"https://doi.org/10.1109/LICS.1988.5103","url":null,"abstract":"We study the higher-order rewrite/equational proof systems obtained by adding the simply typed lambda calculus to algebraic rewrite/equational proof systems. We show that if a many-sorted algebraic rewrite system has the Church-Rosser property, then the corresponding higher-order rewrite system which adds simply typed s-reduction has the Church-Rosser property too. This result is relevant to parallel implementations of functional programming languages. We also show that provability in the higher-order equational proof system obtained by adding the simply typed s and η axioms to some many-sorted algebraic proof system is effectively reducible to provability in that algebraic proof system. This effective reduction also establishes transformations between higher-order and algebraic equational proofs, transformations which can be useful in automated deduction. Comments University of Pennsylvania Department of Computer and Information Science Technical Report No. MSCIS-88-21. This technical report is available at ScholarlyCommons: http://repository.upenn.edu/cis_reports/617 COMBINING ALGEBRA AND HIGHER-ORDER TYPES Val Breazu-Tannen MS-CIS-88-21 LlNC LAB 107 Department of Computer and Information Science School of Engineering and Applied Science University of Pennsylvania Philadelphia, PA 191 04","PeriodicalId":6322,"journal":{"name":"[1993] Proceedings Eighth Annual IEEE Symposium on Logic in Computer Science","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1988-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91450187","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 17
期刊
[1993] Proceedings Eighth Annual IEEE Symposium on Logic in Computer Science
全部 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