Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Source
    • Language
39,332 result(s) for "Logic in Computer Science"
Sort by:
Learning from interpretation transition
We propose a novel framework for learning normal logic programs from transitions of interpretations. Given a set of pairs of interpretations ( I , J ) such that J = T P ( I ), where T P is the immediate consequence operator, we infer the program  P . The learning framework can be repeatedly applied for identifying Boolean networks from basins of attraction. Two algorithms have been implemented for this learning task, and are compared using examples from the biological literature. We also show how to incorporate background knowledge and inductive biases, then apply the framework to learning transition rules of cellular automata.
Induced betweenness in order-theoretic trees
The ternary relation B(x,y,z) of betweenness states that an element y is between the elements x and z, in some sense depending on the considered structure. In a partially ordered set (N,≤), B(x,y,z):⇔x
Proceedings Twentieth International Symposium on Logical and Semantic Frameworks with Applications
This volume contains the proceedings of the 20th Workshop on Logical and Semantic Frameworks with Applications (LSFA 2025), which was held in Brasilia, the capital of Brazil, from October 7 to October 8, 2025. The aim of the LSFA series of workshops is bringing together theoreticians and practitioners to promote new techniques and results, from the theoretical side, and feedback on the implementation and use of such techniques and results, from the practical side. LSFA includes areas such as proof and type theory, equational deduction and rewriting systems, automated reasoning and concurrency theory.
SAT-Inspired Higher-Order Eliminations
We generalize several propositional preprocessing techniques to higher-order logic, building on existing first-order generalizations. These techniques eliminate literals, clauses, or predicate symbols from the problem, with the aim of making it more amenable to automatic proof search. We also introduce a new technique, which we call quasipure literal elimination, that strictly subsumes pure literal elimination. The new techniques are implemented in the Zipperposition theorem prover. Our evaluation shows that they sometimes help prove problems originating from Isabelle formalizations and the TPTP library.
Universal Horn Sentences and the Joint Embedding Property
The finite models of a universal sentence$\\Phi$in a finite relational signature are the age of a structure if and only if$\\Phi$has the joint embedding property. We prove that the computational problem whether a given universal sentence$\\Phi$has the joint embedding property is undecidable, even if$\\Phi$is additionally Horn and the signature of$\\Phi$only contains relation symbols of arity at most two.
Bijective proofs for Eulerian numbers of types B and D
Let$\\Bigl\\langle\\matrix{n\\cr k}\\Bigr\\rangle$ ,$\\Bigl\\langle\\matrix{B_n\\cr k}\\Bigr\\rangle$ , and$\\Bigl\\langle\\matrix{D_n\\cr k}\\Bigr\\rangle$be the Eulerian numbers in the types A, B, and D, respectively -- that is, the number of permutations of n elements with$k$descents, the number of signed permutations (of$n$elements) with$k$type B descents, the number of even signed permutations (of$n$elements) with$k$type D descents. Let$S_n(t) = \\sum_{k = 0}^{n-1} \\Bigl\\langle\\matrix{n\\cr k}\\Bigr\\rangle t^k$ ,$B_n(t) = \\sum_{k = 0}^n \\Bigl\\langle\\matrix{B_n\\cr k}\\Bigr\\rangle t^k$ , and$D_n(t) = \\sum_{k = 0}^n \\Bigl\\langle\\matrix{D_n\\cr k}\\Bigr\\rangle t^k$ . We give bijective proofs of the identity$$B_n(t^2) = (1 + t)^{n+1}S_n(t) - 2^n tS_n(t^2)$$and of Stembridge's identity$$D_n(t) = B_n(t) - n2^{n-1}tS_{n-1}(t).$$These bijective proofs rely on a representation of signed permutations as paths. Using this representation we also establish a bijective correspondence between even signed permutations and pairs$(w, E)$with$([n], E)$a threshold graph and$w$a degree ordering of$([n], E)$ , which we use to obtain bijective proofs of enumerative results for threshold graphs.
Constructive Many-one Reduction from the Halting Problem to Semi-unification (Extended Version)
Semi-unification is the combination of first-order unification and first-order matching. The undecidability of semi-unification has been proven by Kfoury, Tiuryn, and Urzyczyn in the 1990s by Turing reduction from Turing machine immortality (existence of a diverging configuration). The particular Turing reduction is intricate, uses non-computational principles, and involves various intermediate models of computation. The present work gives a constructive many-one reduction from the Turing machine halting problem to semi-unification. This establishes RE-completeness of semi-unification under many-one reductions. Computability of the reduction function, constructivity of the argument, and correctness of the argument is witnessed by an axiom-free mechanization in the Coq proof assistant. Arguably, this serves as comprehensive, precise, and surveyable evidence for the result at hand. The mechanization is incorporated into the existing, well-maintained Coq library of undecidability proofs. Notably, a variant of Hooper's argument for the undecidability of Turing machine immortality is part of the mechanization.
A Type System Describing Unboundedness
We consider nondeterministic higher-order recursion schemes as recognizers of languages of finite words or finite trees. We propose a type system that allows to solve the simultaneous-unboundedness problem (SUP) for schemes, which asks, given a set of letters A and a scheme G, whether it is the case that for every number n the scheme accepts a word (a tree) in which every letter from A appears at least n times. Using this type system we prove that SUP is (m-1)-EXPTIME-complete for word-recognizing schemes of order m, and m-EXPTIME-complete for tree-recognizing schemes of order m. Moreover, we establish the reflection property for SUP: out of an input scheme G one can create its enhanced version that recognizes the same language but is aware of the answer to SUP.