ArticleslgStudy

science

Theta-subsumption

Theta-subsumption is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Theta-subsumption rather than just read about it. In short: Theta-subsumption (θ-subsumption, or just subsumption) is a decidable relation between two first-order clauses that guarantees that one clause logically entails the other. It was first introduced by John Alan Robinson in 1965 and has become a fundamental notion in inductive logic programming.

Key takeaways

  • Theta-subsumption belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Theta-subsumption to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Theta-subsumption from memory before moving on to harder problems.

Reference excerpt

Theta-subsumption (θ-subsumption, or just subsumption) is a decidable relation between two first-order clauses that guarantees that one clause logically entails the other. It was first introduced by John Alan Robinson in 1965 and has become a fundamental notion in inductive logic programming. Deciding whether a given clause θ-subsumes another is an NP-complete problem.

Definition A clause, that is, a disjunction of first-order literals, can be considered as a set containing all its disjuncts. With this convention, a clause c 1 {\textstyle c_{1}} θ-subsumes a clause c 2 {\textstyle c_{2}} if there is a substitution θ {\displaystyle \theta } such that the clause obtained by applying θ {\textstyle \theta } to c 1 {\textstyle c_{1}} is a subset of c 2 {\textstyle c_{2}} .

Properties θ-subsumption is a weaker relation than logical entailment, that is, whenever a clause c 1 {\textstyle c_{1}} θ-subsumes a clause c 2 {\textstyle c_{2}} , then c 1 {\textstyle c_{1}} logically entails c 2 {\textstyle c_{2}} . However, the converse is not true: A clause can logically entail another clause, but not θ-subsume it. θ-subsumption is decidable; more precisely, the problem of whether one clause θ-subsumes another is NP-complete in the length of the clauses. This is still true when restricting the setting to pairs of Horn clauses. As a binary relation among Horn clauses, θ-subsumption is reflexive and transitive. It therefore defines a preorder. It is not antisymmetric, since different clauses can be syntactic variants of each other. However, in every equivalence class of clauses that mutually θ-subsume each other, there is a unique shortest clause up to variable renaming, which can be effectively computed. The class of quotients with respect to this equivalence relation is a complete lattice, which has both infinite ascending and infinite descending chains. A subset of this lattice is known as a refinement graph.

History θ-subsumption was first introduced by J. Alan Robinson in 1965 in the context of resolution, and was first applied to inductive logic programming by Gordon Plotkin in 1970 for finding and reducing least general generalisations of sets of clauses. In 1977, Lewis D. Baxter proves that θ-subsumption is NP-complete, and the 1979 seminal work on NP-complete problems, Computers and Intractability, includes it among its list of NP-complete problems.

Applications Theorem provers based on the resolution or superposition calculus use θ-subsumption to prune redundant clauses. In addition, θ-subsumption is the most prominent notion of entailment used in inductive logic programming, where it is the fundamental tool to determine whether one clause is a specialisation or a generalisation of another. It is further used to test whether a clause covers an example, and to determine whether a given pair of clauses is redundant.

Notes

References Baxter, Lewis Denver (September 1977). The complexity of unification (PDF) (Thesis). University of Waterloo. De Raedt, Luc (2008). Logical and Relational Learning. Cognitive Technologies. Berlin, Heidelberg: Springer. Bibcode:2008lrl..book.....D. doi:10.1007/978-3-540-68856-3. ISBN 978-3-540-20040-6. Kietz, Jörg-Uwe; Lübbe, Marcus (1994). "An Efficient Subsumption Algorithm for Inductive Logic Programming". Machine Learning Proceedings 1994. Elsevier. pp. 130–138. doi:10.1016/b978-1-55860-335-6.50024-6. ISBN 9781558603356. Retrieved 2023-11-26. Plotkin, Gordon D. (1970). Automatic Methods of Inductive Inference (PDF) (PhD). University of Edinburgh. hdl:1842/6656. Robinson, J. A. (1965). "A Machine-Oriented Logic Based on the Resolution Principle". Journal of the ACM. 12 (1): 23–41. doi:10.1145/321250.321253. S2CID 14389185. Waldmann, Uwe; Tourret, Sophie; Robillard, Simon; Blanchette, Jasmin (November 2022). "A Comprehensive Framework for Saturation Theorem Proving". Journal of Automated Reasoning. 66 (4): 499–539. doi:10.1007/s10817-022-09621-7. ISSN 0168-7433. PMC 9637109. PMID 36353684.

Worked examples

Example 1 — a first encounter with Theta-subsumption

Start with the simplest possible case. Write down what Theta-subsumption claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Theta-subsumption before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Theta-subsumption ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Theta-subsumption

In research
Theta-subsumption appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Theta-subsumption in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Theta-subsumption is common in secondary-school and first-year university syllabi. It links to neighbouring topics Inductive logic programming, Logical consequence, NP-complete problems, so understanding it makes those chapters shorter.
In everyday life
Look for Theta-subsumption outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Theta-subsumption” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Theta-subsumption in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Theta-subsumption means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Theta-subsumption out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Theta-subsumption in simple terms?

Theta-subsumption (θ-subsumption, or just subsumption) is a decidable relation between two first-order clauses that guarantees that one clause logically entails the other. It was first introduced by John Alan Robinson in 1965 and has become a fundamental notion in inductive logic programming.

Why does Theta-subsumption matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Theta-subsumption?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Theta-subsumption.

Tags

  • Inductive logic programming
  • Logical consequence
  • NP-complete problems

Keep exploring