Skip to main content

Subsumption-Linear Q-Resolution for QBF Theorem Proving

  • Conference paper
  • First Online:
Logic, Language, Information, and Computation (WoLLIC 2023)

Part of the book series: Lecture Notes in Computer Science ((LNCS,volume 13923))

  • 201 Accesses

Abstract

Subsumption-Linear Q-Resolution (SLQR) is introduced for proving theorems from Quantified Boolean Formulas. It is an adaptation of SL-Resolution, which applies to propositional and first-order logic. In turn SL-Resolution is closely related to model elimination and tableau methods. A major difference from QDPLL (DPLL adapted for QBF) is that QDPLL guesses variable assignments, while SLQR guesses clauses.

In prenex QBF (PCNF, all quantifier operations are outermost) a propositional formula D is called a nontrivial consequence of a QBF \(\varPsi \) if \(\varPsi \) is true (has at least one model) and D is true in every model of \(\varPsi \). Due to quantifiers, one cannot simply negate D and look for a refutation, as in propositional and first-order logic. Most previous work has addressed only the case that D is the empty clause, which can never be a nontrivial consequence.

This paper shows that SLQR with the operations of resolution on both existential and universal variables as well as universal reduction is inferentially complete for closed PCNF that are free of asymmetric tautologies; i.e., if D is logically implied by \(\varPsi \), there is a SLQR derivation of D from \(\varPsi \). A weaker form called SLQR–ures omits resolution on universal variables. It is shown that SLQR–ures is not inferentially complete, but is refutationally complete for closed PCNF.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 59.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 74.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    I.e., simplifications where one operand is 0 or 1.

  2. 2.

    If the derived clause is not minimal, propositional resolution may derive a subsuming clause.

  3. 3.

    If the derived clause is not minimal, propositional resolution may derive a subsuming clause.

References

  1. Anderson, R., Bledsoe, W.W.: A linear format for resolution with merging and a new technique for establishing completeness. J. ACM 17(3), 525–534 (1970)

    Article  Google Scholar 

  2. Astrachan, O.L., Loveland, D.W.: The use of lemmas in the model elimination procedure. J. Autom. Reason. 19, 117–141 (1997)

    Article  Google Scholar 

  3. Beyersdorff, O., Chew, L., Janota, M.: New resolution-based QBF calculi and their proof complexity. ACM Trans. Comput. Theory 11, 1–42 (2019)

    Article  Google Scholar 

  4. Burris, S.: Logic for Mathematics and Computer Science. Prentice Hall, Upper Saddle River (1998)

    Google Scholar 

  5. Goultiaeva, A., Van Gelder, A., Bacchus, F.: A uniform approach for generating proofs and strategies for both true and false QBF formulas. In: Proceedings of IJCAI (2011)

    Google Scholar 

  6. Heule, M., Seidl, M., Biere, A.: Efficient extraction of skolem functions from QRAT proofs. In: Proceedings of FMCAD (2014)

    Google Scholar 

  7. Kleine Büning, H., Karpinski, M., Flögel, A.: Resolution for quantified Boolean formulas. Inf. Comput. 117, 12–18 (1995)

    Article  Google Scholar 

  8. Kleine Büning, H., Lettmann, T.: Propositional Logic: Deduction and Algorithms. Cambridge University Press, Cambridge (1999)

    Google Scholar 

  9. Klieber, W., Sapra, S., Gao, S., Clarke, E.: A non-prenex, non-clausal QBF solver with game-state learning. In: Strichman, O., Szeider, S. (eds.) SAT 2010. LNCS, vol. 6175, pp. 128–142. Springer, Heidelberg (2010). https://doi.org/10.1007/978-3-642-14186-7_12

    Chapter  Google Scholar 

  10. Letz, R.: Lemma and model caching in decision procedures for quantified Boolean formulas. In: Egly, U., Fermüller, C.G. (eds.) TABLEAUX 2002. LNCS (LNAI), vol. 2381, pp. 160–175. Springer, Heidelberg (2002). https://doi.org/10.1007/3-540-45616-3_12

    Chapter  Google Scholar 

  11. Letz, R., Mayr, K., Goller, C.: Controlled integration of the cut rule into connection tableau calculi. JAR 13, 297–337 (1994)

    Article  Google Scholar 

  12. Loveland, D.W.: Mechanical theorem-proving by model elimination. J. ACM 15(2), 236–251 (1968)

    Article  Google Scholar 

  13. Loveland, D.W.: A simplified format for the model elimination theorem-proving procedure. JACM 16(3), 349–363 (1969)

    Article  Google Scholar 

  14. Loveland, D.W.: Automated Theorem Proving: A Logical Basis. Elsevier, Amsterdam (1978)

    Google Scholar 

  15. Minker, J., Zanon, G.: An extension to linear resolution with selection function. Inf. Process. Lett. 14(4), 191–194 (1982)

    Article  Google Scholar 

  16. Samulowitz, H., Davies, J., Bacchus, F.: Preprocessing QBF. In: Benhamou, F. (ed.) CP 2006. LNCS, vol. 4204, pp. 514–529. Springer, Heidelberg (2006). https://doi.org/10.1007/11889205_37

    Chapter  Google Scholar 

  17. Slivovsky, F.: Quantified CDCL with universal resolution. In: Proceedings of Sat 2022 (2022)

    Google Scholar 

  18. Van Gelder, A.: Autarky pruning in propositional model elimination reduces failure redundancy. J. Autom. Reason. 23(2), 137–193 (1999)

    Article  Google Scholar 

  19. Van Gelder, A.: Input distance and lower bounds for propositional resolution proof length. In: Theory and Applications of Satisfiability Testing (SAT) (2005)

    Google Scholar 

  20. Van Gelder, A.: Contributions to the theory of practical quantified Boolean formula solving. In: Proceedings of CP, pp. 647–673 (2012)

    Google Scholar 

  21. Van Gelder, A., Wood, S.B., Lonsing, F.: Extended failed literal detection for QBF. In: Proceedings of SAT, pp. 86–99 (2012)

    Google Scholar 

Download references

Acknowledgment

We thank the reviewers for their careful reading and suggestions for clarifying the paper.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Allen Van Gelder .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2023 The Author(s), under exclusive license to Springer Nature Switzerland AG

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Van Gelder, A. (2023). Subsumption-Linear Q-Resolution for QBF Theorem Proving. In: Hansen, H.H., Scedrov, A., de Queiroz, R.J. (eds) Logic, Language, Information, and Computation. WoLLIC 2023. Lecture Notes in Computer Science, vol 13923. Springer, Cham. https://doi.org/10.1007/978-3-031-39784-4_23

Download citation

  • DOI: https://doi.org/10.1007/978-3-031-39784-4_23

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-031-39783-7

  • Online ISBN: 978-3-031-39784-4

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics