<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="http://biblioteca.universia.net/vernivel.do?start=380&amp;nivel=11">
    <title>Nomenclatura Unesco &gt; (11) Lógica</title>
    <link>http://biblioteca.universia.net/vernivel.do?start=380&amp;nivel=11</link>
    <description>Mostrando recursos 381 - 400 de 88,632</description>
    <items>
      <rdf:Seq>
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
        <rdf:li />
      </rdf:Seq>
    </items>
    <dc:language>es</dc:language>
  </channel>
  <image>
    <title>Universia-Recursos de Aprendizaje</title>
    <url>http://biblioteca.universia.net/img/logotipo.jpg</url>
    <link>http://biblioteca.universia.net/</link>
  </image>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=48925807">
    <title>LISPLOG: UMA LINGUAGEM PARA A PROGRAMAÇÃO FUNCIONAL E PARA A PROGRAMAÇÃO EM LÓGICA</title>
    <link>http://biblioteca.universia.net/ficha.do?id=48925807</link>
    <description>Esta dissertação apresenta uma integração entre a programação funcional e a programação em lógica, obtida pela definição e implementação da Linguagem LispLog. Nesta nova linguagem, o resultado de uma resolução pode ser utilizado como argumento de uma função (pelo operador metalisp) e o resultado da avaliação de uma função pode ser ligado a uma variável lógica (pelo operador avalia). A construção desta linguagem foi realizada a partir da simulação, em microcomputador similar ao IBM-PC, de uma ...</description>
    <dc:creator>DANTE CORBUCCI FILHO</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=47139528">
    <title>GDP Festschrift ENTCS, to appear Abstract Nominal Equational Logic</title>
    <link>http://biblioteca.universia.net/ficha.do?id=47139528</link>
    <description>This paper studies the notion of “freshness ” that often occurs in the meta-theory of computer science languages involving various kinds of names. Nominal Equational Logic is an extension of ordinary equational logic with assertions about the freshness of names. It is shown to be both sound and complete for the support interpretation of freshness and equality provided by the Gabbay-Pitts nominal sets model of names, binding and α-conversion.</description>
    <dc:creator>Ranald A. Clouston; Andrew M. Pitts</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=46673705">
    <title>A Higher Order Rewriting Logic for Functional Logic Programming</title>
    <link>http://biblioteca.universia.net/ficha.do?id=46673705</link>
    <description>According to a well known conception, programs in a declarative programming language can be viewed as theories in some suitable logic, while computations can be viewed as deductions. In our opinion, there is yet no general assent on the logic to be viewed as the foundation of higher order, lazy functional logic languages. In this paper, we argue that a specific rewriting logic can play this role, and we justify the adequacy of our proposal by means of proof-theoretical and model-theoretical r...</description>
    <dc:creator>J. Carlos Gonzalez-moreno; M. Teresa Hortala-gonzalez; Mario Rodríguez-Artalejo</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=42088461">
    <title>Congruence Classes with Logic</title>
    <link>http://biblioteca.universia.net/ficha.do?id=42088461</link>
    <description>We are improving equality reasoning in automatic theorem-provers, and congruence classes provide
an e#cient storage mechanism for terms, as well as the congruence closure decision procedure. We
describe the technical steps involved in integrating logic variables with congruence classes, and present
an algorithm that can be proved to find all matches between classes (modulo certain equalities). An
application of this algorithm makes possible a percolation algorithm for undirected rewriting in
...</description>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=42089446">
    <title>Congruence Classes with Logic</title>
    <link>http://biblioteca.universia.net/ficha.do?id=42089446</link>
    <description>We are improving equality reasoning in automatic theorem-provers, and congruence classes provide
an ecient storage mechanism for terms, as well as the congruence closure decision procedure. We
describe the technical steps involved in integrating logic variables with congruence classes, and present
an algorithm that can be proved to
nd all matches between classes (modulo certain equalities). An
application of this algorithm makes possible a percolation algorithm for undirected rewriting in
min...</description>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=42124602">
    <title>On TLA as a Logic</title>
    <link>http://biblioteca.universia.net/ficha.do?id=42124602</link>
    <description>this paper we describe TLA from a logical perspective# our
description of TLA has three aspects:
1'
As a logic, TLA has a precise syntax and semantics. We define these in
the next section. Our intent is not to develop a new TLA, but rather to
explain and to refine Lamport's definition of TLA [1'
2. Like HOL [1' ] and other logics, TLA can serve for representing reactive
systems in several styles. In particular, a specification may describe
concurrent steps as interleaved or simultaneous# comm...</description>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=41490284">
    <title>Higher Order Logic</title>
    <link>http://biblioteca.universia.net/ficha.do?id=41490284</link>
    <description>Contents
1 Introduction : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2
2 The expressive power of second order Logic : : : : : : : : : : : 3
2.1 The language of second order logic : : : : : : : : : : : : : 3
2.2 Expressing size : : : : : : : : : : : : : : : : : : : : : : : : 4
2.3 Defining data types : : : : : : : : : : : : : : : : : : : : : 6
2.4 Describing processes : : : : : : : : : : : : : : : : : : : : : 8
2.5 Expressing convergence using second order
validity : : : : : : : : :...</description>
    <dc:creator>Daniel Leivant</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=41737483">
    <title>Higher Order Logic</title>
    <link>http://biblioteca.universia.net/ficha.do?id=41737483</link>
    <description>Contents
1 Introduction : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2
2 The expressive power of second order Logic : : : : : : : : : : : 3
2.1 The language of second order logic : : : : : : : : : : : : : 3
2.2 Expressing size : : : : : : : : : : : : : : : : : : : : : : : : 4
2.3 Defining data types : : : : : : : : : : : : : : : : : : : : : 6
2.4 Describing processes : : : : : : : : : : : : : : : : : : : : : 8
2.5 Expressing convergence using second order
validity : : : : : : : : :...</description>
    <dc:creator>Daniel Leivant</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=41954373">
    <title>Synchronous Logic Synthesis:</title>
    <link>http://biblioteca.universia.net/ficha.do?id=41954373</link>
    <description>This paper presents a new approach to logic synthesis of digital synchronous circuits. We present a model
for synchronous circuits that supports logic transformations aimed at optimizing the circuit performance. Previous
synthesis approaches attacked this problem by separating the combinational logic from the registers and by applying
circuit transformations to the combinational component only. We show in this paper instead how to optimize
concurrently the circuit equations and the register p...</description>
    <dc:creator>Giovanni De Micheli</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=42018355">
    <title>Description Logic Programs: Combining Logic Programs with Description Logic</title>
    <link>http://biblioteca.universia.net/ficha.do?id=42018355</link>
    <description>We show how to interoperate, semantically and inferentially, between
the leading Semantic Web approaches to rules (RuleML
Logic Programs) and ontologies (OWL/DAML+OIL Description
Logic) via analyzing their expressive intersection. To do so, we define
a new intermediate knowledge representation (KR) contained
within this intersection: Description Logic Programs (DLP), and
the closely related Description Horn Logic (DHL) which is an expressive
fragment of first-order logic (FOL). DLP provides a...</description>
    <dc:creator>Benjamin N. Grosof,Ian Horrocks,Raphael Volz,Stefan Decker</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=42134783">
    <title>From Process Logic to Program Logic</title>
    <link>http://biblioteca.universia.net/ficha.do?id=42134783</link>
    <description>We present a process logic for the p-calculus with the linear/affine
type discipline [6, 7, 31, 32, 33, 59, 60]. Built on the preceding
studies on logics for programs and processes, simple systems of
assertions are developed, capturing the classes of behaviours ranging
from purely functional interactions to those with destructive
update, local state and genericity. A central feature of the logic
is representation of the behaviour of an environment as the dual
of that of a process in an assert...</description>
    <dc:creator>Queen Mary London</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=36515125">
    <title>Da teoria russelliana das descrições ao atomismo lógico do \'Tractatus\' de Wittgenstein</title>
    <link>http://biblioteca.universia.net/ficha.do?id=36515125</link>
    <description>A presente pesquisa pretende analisar o período do pensamento filosófico de B. Russell e L. Wittgenstein entre os anos de 1905 e 1914 descrevendo o desenvolvimento da filosofia do atomismo lógico presente no Tractatus logico-philosophicus de Wittgenstein. Para tanto, será observada a crítica deste à teoria do juízo desenvolvida por Russell, a qual seria fundamento para a teoria do conhecimento que o último elaborava. Reconhecemos, com base nas críticas, que Russell sofria uma forte influência...</description>
    <dc:creator>Vanice Ribeiro da Silva</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=46150571">
    <title>Differential-Algebraic Dynamic Logic for Differential-Algebraic Programs</title>
    <link>http://biblioteca.universia.net/ficha.do?id=46150571</link>
    <description>Abstract. We generalise dynamic logic to a logic for differential-algebraic programs, i.e., discrete programs augmented with first-order differentialalgebraic formulas as continuous evolution constraints in addition to first-order discrete jump formulas. These programs characterise interacting discrete and continuous dynamics of hybrid systems elegantly and uniformly. For our logic, we introduce a calculus over real arithmetic with discrete induction and a new differential induction with whic...</description>
    <dc:creator>André Platzer</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=46372656">
    <title>On the Search for a Finitizable Algebraization of First Order Logic</title>
    <link>http://biblioteca.universia.net/ficha.do?id=46372656</link>
    <description>We give an algebraic version of first order logic without equality in which the class of representable algebras forms a finitely based equational class. Further, the representables are defined in terms of set algebras, and all operations of the latter are permutation invariant. The algebraic form of this result is Theorem 1 (a concrete version of which is given by Theorems 1.8 and 3.2), while its logical form is Corollary 4.2.  For first order logic with equality we give a result weaker than ...</description>
    <dc:creator>Ildikó Sain</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=46430141">
    <title>A New Fixed-Point Theorem for Logic Programming Semantics</title>
    <link>http://biblioteca.universia.net/ficha.do?id=46430141</link>
    <description>We present a new fixed-point theorem akin to the Banach contraction mapping theorem, but in the context of a novel notion of generalized metric space, and show how it can be applied to analyse the denotational semantics of certain logic programs. The theorem is obtained by generalizing a theorem of Priess-Crampe and Ribenboim, which grew out of applications within valuation theory, but is also inspired by a theorem of S.G. Matthews which grew out of applications to conventional programming la...</description>
    <dc:creator>Pascal Hitzler And; Pascal Hitzler; Anthony K. Seda</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=46448499">
    <title>Connection Methods in Linear Logic and Proof Nets Construction</title>
    <link>http://biblioteca.universia.net/ficha.do?id=46448499</link>
    <description>Linear logic (LL) is the logical foundation of some type-theoretic languages and also of environments for specification and theorem proving. In this paper, we analyse the relationships between the proof net notion of LL and the connection notion used for efficient proof-search in different logics. Aiming at using proof nets as a tool for automated deduction in linear logic, we define a connection-based characterization of provability in Multiplicative Linear Logic (MLL). We show that an algor...</description>
    <dc:creator>D. Galmiche</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=46505068">
    <title>Infinitary Default Logic for Specification of Nonmonotonic Reasoning</title>
    <link>http://biblioteca.universia.net/ficha.do?id=46505068</link>
    <description>In this paper we study constructions leading to the formation of belief sets by agents. We focus on the situation when possible belief sets are built incrementally in stages. We call an infinite sequence of theories that represents such a process a reasoning trace. A set of reasoning traces describing all possible reasoning scenarios for the agent is called a reasoning frame. Default logic by Reiter is not powerful enough to represent reasoning frames. In the paper we introduce a generalizati...</description>
    <dc:creator>Joeri Engelfriet; V. Wiktor Marek; Jan Treur; Miroslaw Truszczy&amp;apos;nski</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=46560212">
    <title>A New Fixed-Point Theorem for Logic Programming Semantics</title>
    <link>http://biblioteca.universia.net/ficha.do?id=46560212</link>
    <description>We present a new fixed-point theorem akin to the Banach contraction mapping theorem, but in the context of a novel notion of generalized metric space, and show how it can be applied to analyse the denotational semantics of certain logic programs. The theorem is obtained by generalizing a theorem of Priess-Crampe and Ribenboim, which grew out of applications within valuation theory, but is also inspired by a theorem of S.G. Matthews which grew out of applications to conventional programming la...</description>
    <dc:creator>Pascal Hitzler; Anthony K. Seda</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=46606412">
    <title>A Description Logic with Concrete Domains and a Role-forming Predicate Operator</title>
    <link>http://biblioteca.universia.net/ficha.do?id=46606412</link>
    <description>This article presents the description logic  ALCRP(D)  with concrete domains and a roleforming predicate operator as its prominent aspects. We demonstrate the feasibility of  ALCRP(D)  for reasoning about spatial objects and their qualitative spatial relationships and provide an appropriate concrete domain for spatial objects. The general significance of  ALCRP(D)  is demonstrated by adding temporal reasoning to spatial and terminological reasoning using a combined concrete domain. The theory...</description>
    <dc:creator>Volker Haarslev; Carsten Lutz; Ralf Möller</dc:creator>
  </item>
  <item rdf:about="http://biblioteca.universia.net/ficha.do?id=46896374">
    <title>Properties of the Lattice of Observables in Logic Programming</title>
    <link>http://biblioteca.universia.net/ficha.do?id=46896374</link>
    <description>We show several properties of the abstract interpretation settings regarding relationships between precision of semantic operators and abstract domains composition. Then, we apply these results to the framework for logic programs introduced in [3], extended with the new class of operational observables. We prove that the classes of perfect, denotational and operational observables are complete lattices and we discuss some problems that arise studying them. Finally, we show how to use function...</description>
    <dc:creator>Gianluca Amato; Giorgio Levi</dc:creator>
  </item>
</rdf:RDF>



