Skip to content

Literal (Mathematical Logic)

Use an atomic formula or its negation as a signed atomic unit whose polarity supports clauses, normal forms, resolution, satisfiability assignments, and complementary-pair reasoning.

Version
v2 · 2026-09-06 · History
Domain-specific #
2194
Origin domain
mathematics
Subdomain
mathematical logic
Aliases
Logical literal, Propositional literal, Signed atom

Core Idea

In mathematical logic, a literal is an atomic formula or the negation of an atomic formula. The atom supplies the smallest proposition-bearing formula; polarity records whether it appears positively or negatively. Thus P(a) and not P(a) are complementary literals in a classical setting, and a propositional variable p and its negation are the corresponding propositional case.

Literals are the working units of clauses, conjunctive and disjunctive normal forms, resolution, SAT solving, and many proof-search procedures. Their power comes from preserving atomic identity while exposing a two-sided polarity that can be matched, satisfied, or resolved.

Scope of Application

Literals organize propositional SAT, first-order resolution, logic programming, automated theorem proving, model checking, knowledge representation, and Boolean circuit reasoning. In first-order logic the atom may contain predicates, functions, constants, and variables; the literal's outer form nevertheless remains either atomic or negated atomic. Standard accounts of formal syntax and satisfaction fix this boundary.

Clarity

State the ambient logic, whether equality is allowed as an atom, whether literals are syntactic occurrences or set members, and how complement is defined. In a clause represented as a set, duplicate occurrences disappear; in a formula-size measure they may count separately. “Pure literal” is relative to a whole formula and means that the complementary polarity does not occur there.

Manages Complexity

Normal-form conversion reduces compound formulas to combinations of signed atoms. Algorithms can then reason using local operations—assignment, propagation, complementary matching, and clause deletion—rather than repeatedly interpreting arbitrary syntax. The literal is the interface between a formula's internal atomic content and clause-level proof operations.

Abstract Reasoning

  1. Parse the formula under a declared grammar.
  2. Identify its atomic subformulas.
  3. assign each occurrence positive or negative polarity.
  4. Normalize only under equivalences licensed by the ambient logic.
  5. Assemble literals into clauses or terms of the selected normal form.
  6. Apply a valuation or substitution to the underlying atoms.
  7. Detect complementary literal pairs.
  8. Use unit propagation, resolution, or another calculus-specific rule.
  9. Preserve the distinction between syntactic derivability and semantic satisfaction.

Knowledge Transfer

The portable pattern is preserve a minimal symbolic claim while exposing its orientation as a separate sign, so larger constraint structures can operate on identity and polarity independently. The proposed immediate parent is Formal System.

Relationships to Other Abstractions

Local relationship map for Literal (Mathematical Logic)Parents appear above the current abstraction, mutual partners to the right, and children below. Node labels state whether each abstraction is prime or domain-specific; colors identify relation types.Literal(Mathematical Logic)DOMAINPrime abstraction: Formal System — is a kind ofFormal SystemPRIME

Current abstraction Literal (Mathematical Logic) Domain-specific

Parents (1) — more general patterns this builds on

  • Literal (Mathematical Logic) is a kind of Formal System Prime

    Formal System is the proposed immediate parent.

Hierarchy paths (2) — routes to 2 parentless roots

Neighborhood in Abstraction Space

Literal (Mathematical Logic) sits in a sparse region of the domain-specific corpus (91st percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.

Family — Unclustered & Miscellaneous (1565 abstractions)

Nearest neighbors

Computed from structural-signature embeddings · 2026-09-08