logic

Definition

Logical Strength

Logical strength is a measure of the informative power of a statement. It is formally defined via the entailment relation and the subset relation of models.

Let be a formal language (e.g. propositional or first-order logic). Let be formulas in .

We say that is logically stronger than iff entails :

If , the truth of guarantees the truth of .

Strictly Stronger: If , but , then is strictly stronger than .

Equivalence: If and , then and are logically equivalent.

Logical strength acts as a constraint on the universe of possible worlds. The strength of a formula is inversely proportional to the number of models (interpretations) that satisfy it.

Let be the set of models where is true.

  • Intuition: A stronger statement is harder to satisfy (fewer cases), so its set of models is smaller (a subset).
  • Weakest Element: The formula True () is the weakest possible statement. (satisfied by all cases).
  • Strongest Element: The formula False () is the strongest possible statement. (satisfied by no cases).

Square Subset Notation

In some contexts (e.g., lattice theory or abstract semantics), logical strength is denoted using “square subset” notation to emphasise the ordering of cases:

  • : is stronger than (or equal to) .
  • : is strictly stronger than .
  • : is weaker than (or equal to) .

Examples

  1. Example:
    • since equality implies order ( entails ), meaning every case where is also a case where .
  2. Example:
    • since is more restrictive; it requires equality and the condition , whereas accepts any case where .
  3. Example:
    • incomparable since holds when (violating if ), but holds when is true (violating if ).
  4. Example:
    • since by the property of anti-symmetry, satisfying both and is mathematically identical to equality.