Words like “and,” “or,” “not,” “ifโ€ฆthen,” and “if and only if” appear constantly in everyday speech. But in logic, these words do something precise and powerful: they determine whether a complex statement is true or false. Known as sentential connectives – also called logical connectives or truth-functional operators – these are the formal tools that bind simple propositions together into compound ones. Propositional logic, the branch of logic that studies how statements are combined and modified, revolves entirely around understanding how these connectives work and what they do to the truth values of the propositions they connect.

Table of Contents

What are sentential connectives?

A proposition is a declarative statement that is either true or false – never both, never neither. “It is raining” is a proposition. “The door is open” is a proposition. On their own, these are called atomic propositions – the simplest, indivisible units of logical language. Sentential connectives take these atomic units and combine or modify them to form compound propositions.

According to the Wikipedia entry on propositional logic, sentential connectives are linguistic elements that bind sentences to create a new compound sentence, and a key feature of logical connectives is that when they operate on propositions, the resulting compound statement is also a proposition – it can be assigned a truth value. This is what makes them truth-functional: the truth or falsehood of the compound depends entirely and predictably on the truth values of its component parts, plus the rule of the connective being used.

The semantics of sentential logic rest on the Principle of Bivalence – the assumption that every meaningful sentence has exactly one of two truth values: TRUE (โŠค) or FALSE (โŠฅ). Given this, specifying a connective’s meaning is a matter of stating what truth value the compound will take for every possible combination of truth values of its components.

There are five standard sentential connectives in classical logic. Each one has a distinct logical role, its own symbol, and its own rules for determining truth.

The five sentential connectives

1. Conjunction – “and” (โˆง)

The conjunction of two propositions p and q, written p โˆง q, asserts that both are true simultaneously. As the logic reference at flamath.com explains, a conjunction is true only when both its components are true; it is false in every other case.

Consider: “It is Monday and the office is open.” This compound is true only if both conditions hold at the same time. If either is false – say, the office is closed on that Monday – the entire conjunction is false. In formal notation:

  • p = TRUE, q = TRUE โ†’ p โˆง q = TRUE
  • p = TRUE, q = FALSE โ†’ p โˆง q = FALSE
  • p = FALSE, q = TRUE โ†’ p โˆง q = FALSE
  • p = FALSE, q = FALSE โ†’ p โˆง q = FALSE

Conjunction sets a high bar: both sides must be true for the whole statement to pass.

2. Disjunction – “or” (โˆจ)

The disjunction p โˆจ q asserts that at least one of the two propositions is true. In classical logic, “or” is inclusive – it allows for both to be true simultaneously. The compound is only false when both components are false.

GeeksforGeeks offers a clear illustration: the disjunction “Today is Friday or it is raining today” is true on any Friday, on any rainy day, and even on a rainy Friday – it is only false on a non-Friday, non-rainy day.

  • p = TRUE, q = TRUE โ†’ p โˆจ q = TRUE
  • p = TRUE, q = FALSE โ†’ p โˆจ q = TRUE
  • p = FALSE, q = TRUE โ†’ p โˆจ q = TRUE
  • p = FALSE, q = FALSE โ†’ p โˆจ q = FALSE

Disjunction sets a low bar: the compound fails only when everything fails.

3. Negation – “not” (ยฌ)

Negation is the simplest connective. It is unary – it operates on a single proposition and simply reverses its truth value. If p is true, ยฌp (read “not p”) is false; if p is false, ยฌp is true.

As the logical connectives reference notes, negation is unlike the other four connectives in that it does not link two propositions – it only modifies one. The statement “It is not raining” is the negation of “It is raining,” and whichever one is true, the other is false. This makes negation the logical foundation of contradiction.

A useful property that follows from this is the law of double negation: ยฌ(ยฌp) โ‰ก p. Negating a negation returns you to the original proposition.

4. Conditional – “ifโ€ฆthen” (โ†’)

The conditional (also called material implication) is the most nuanced of the five connectives. Written as p โ†’ q, it is read as “if p, then q.” Here, p is called the antecedent and q is called the consequent.

The Lumen Learning logic resource captures the core idea well: a conditional tells us that if the antecedent is true, then the consequent must also be true. But if the antecedent is false, the conditional makes no commitment about the consequent – so the compound is considered true by default.

In formal terms: p โ†’ q is false in only one scenario – when p is true and q is false (the promise was made but broken). In all other cases, the conditional holds:

  • p = TRUE, q = TRUE โ†’ p โ†’ q = TRUE
  • p = TRUE, q = FALSE โ†’ p โ†’ q = FALSE
  • p = FALSE, q = TRUE โ†’ p โ†’ q = TRUE
  • p = FALSE, q = FALSE โ†’ p โ†’ q = TRUE

The last two rows – where the antecedent is false – often puzzle beginners. But consider: if someone says “If it rains, I will carry an umbrella,” and it never rains, there is nothing to evaluate. The promise was never triggered, so it was never broken. The conditional remains technically true.

This is the basis of what logicians call vacuous truth. As the Stanford Encyclopedia of Philosophy’s entry on conditionals notes, all logics of indicative conditionals agree that a conditional is false only when the antecedent is true and the consequent is false. The controversy lies in how to interpret the remaining cases, particularly when the antecedent is false.

5. Biconditional – “if and only if” (โ†”)

The biconditional p โ†” q, read “p if and only if q,” is the strongest of the five connectives. It asserts that p and q share the same truth value – both true, or both false. It can be thought of as a conditional running in both directions: if p then q, and if q then p.

As Wikipedia explains, the biconditional is true in exactly two cases: when both propositions are true, and when both are false. Whenever they differ in truth value – one true, one false – the biconditional is false.

  • p = TRUE, q = TRUE โ†’ p โ†” q = TRUE
  • p = TRUE, q = FALSE โ†’ p โ†” q = FALSE
  • p = FALSE, q = TRUE โ†’ p โ†” q = FALSE
  • p = FALSE, q = FALSE โ†’ p โ†” q = TRUE

A classic example from mathematics: “A number is even if and only if it is divisible by 2.” Both parts rise and fall together. The biconditional is the logical expression of equivalence – it says that p is both necessary and sufficient for q.

However, as the Internet Encyclopedia of Philosophy carefully points out, the formal biconditional is purely truth-functional: two propositions that are both false will make it true, even if they have no meaningful connection to each other. This is a feature of the formal system, not necessarily of how “if and only if” is used in ordinary conversation.

How connectives determine truth: truth tables

The primary tool for analyzing how connectives shape compound propositions is the truth table. A truth table lists every possible combination of truth values for the component propositions and systematically shows the resulting truth value of the compound.

For a compound proposition with two variables (p and q), there are exactly four possible combinations of truth values (TRUE-TRUE, TRUE-FALSE, FALSE-TRUE, FALSE-FALSE), giving four rows. For three variables, there are eight rows (2ยณ). This grows exponentially, but the method remains the same: apply the connective’s rule to each row.

Truth tables make it possible to determine, without ambiguity, the truth value of any compound proposition – no matter how complex – once the truth values of its atomic parts are known. Compound propositions can themselves be further connected with other connectives, allowing for increasingly layered logical expressions. This is the architecture of formal logical reasoning.

Why the order and scope of connectives matters

When multiple connectives appear in a single compound proposition, their scope – which parts of the proposition they govern – determines the meaning and truth value of the whole. Just as multiplication takes precedence over addition in arithmetic, logic has its own hierarchy of precedence: negation is applied first, then conjunction, then disjunction, then the conditional, and finally the biconditional.

Consider the difference between “ยฌp โˆง q” and “ยฌ(p โˆง q).” In the first, negation applies only to p, and the result is then conjoined with q. In the second, negation applies to the entire conjunction of p and q. These yield different truth tables and different logical meanings. This nesting of connectives is what makes it possible to build logical expressions of any complexity – and why precision in logical notation is essential.

Connectives in the history of logic

The study of sentential connectives is not new. According to the Internet Encyclopedia of Philosophy, the Stoic philosophers of the late 3rd century BCE were among the first to seriously investigate statement operators such as “and,” “or,” and “ifโ€ฆthen.” The debate between Diodorus Cronus and his student Philo over the correct interpretation of the conditional – does it require a meaningful connection between antecedent and consequent, or merely the absence of a true antecedent with a false consequent? – is one of the earliest recorded disputes in formal logic, and it continues to be relevant today.

In the modern period, Gottlob Frege’s 1879 work Begriffsschrift gave the first rigorous axiomatic treatment of propositional logic. Frege argued that all truth-functional connectives could, in principle, be defined using just negation and the material conditional. Later, Bertrand Russell and Alfred North Whitehead extended and systematized this work in Principia Mathematica (1910-1913), cementing the role of sentential connectives in formal logic.

Connectives beyond the classroom

Sentential connectives are not confined to logic textbooks. They appear in computer programming, where logical operators like AND, OR, and NOT form the basis of digital circuit design and Boolean algebra. Every conditional statement in a program – every “ifโ€ฆthen” – is a direct application of the material conditional. AND and OR gates in hardware are physical implementations of conjunction and disjunction.

In law, “if and only if” clauses appear in contracts to set precise conditions. In mathematics, definitions routinely use the biconditional: “A triangle is equilateral if and only if all three sides are equal.” In science, hypotheses often take the conditional form: “If the temperature exceeds 100ยฐC, then water will boil.” The logical structure underlying all of these is the same set of five connectives studied in formal logic.

Understanding sentential connectives means understanding the backbone of structured reasoning – wherever that reasoning occurs.

What do you think? The conditional “ifโ€ฆthen” is technically true whenever its antecedent is false, regardless of whether the consequent has any connection to it – does this formal rule capture something real about reasoning, or does it reveal a gap between logical structure and the way we actually think? And when we use “or” in everyday speech, do we usually mean the inclusive version (at least one) or the exclusive version (exactly one, but not both) – and does that ambiguity matter?

How useful was this post?

Click on a star to rate it!

Average rating / 5. Vote count:

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

References
  1. https://iep.utm.edu/propositional-logic-sentential-logic/
  2. https://en.wikipedia.org/wiki/Propositional_logic
  3. https://spot.colorado.edu/~forbesg/pdf_files/ModLogCh3.pdf
  4. https://en.flamath.com/logical-connectives
  5. https://www.geeksforgeeks.org/engineering-mathematics/proposition-logic/
  6. https://courses.lumenlearning.com/frontrange-mathforliberalartscorequisite1/chapter/1-8-truth-tables-conditionals-and-biconditionals/
  7. https://plato.stanford.edu/entries/logic-conditionals/
  8. https://en.wikipedia.org/wiki/If_and_only_if
  9. https://en.wikipedia.org/wiki/Logical_connective

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Logic

1 Nature and Scope of Logic

  1. Various Definitions of Logic
  2. Two Types of Logic: Formal and Material
  3. Logic: Science or Art?
  4. Logic: Positive Science or Normative Science?
  5. Logic and Other Disciplines

2 Concept and Term

  1. Concept Word and Terms
  2. Terms as a Name of Class
  3. Extension and Intension
  4. Inverse Variation
  5. Classification of Terms

3 Definition and Division

  1. Nature of Definition
  2. Rules of Definition and Fallacies
  3. Limits of Definition
  4. On Division
  5. Rules of Logical Division
  6. Division by Dichotomy

4 Propositions

  1. History of Logic and Proposition
  2. Propositions and Sentences
  3. Propositions and Judgments
  4. Types of Proposition
  5. Quality and Quantity

5 Meaning and Kinds of Reasoning

  1. Meaning of Reasoning and Inference
  2. Objections against Reasoning and Inference
  3. Kinds of Reasoning
  4. Arguments against Deduction and Induction
  5. Kinds of Generalization

6 Deductive Reasoning

  1. Deductive Arguments: Truth-Conditions of Relations
  2. Opposition of Relations
  3. Categorical Proposition and Distribution of Terms
  4. Diagrammatic Presentation of Distribution
  5. Equivalence Relation
  6. Criticisms

7 The Dilemma and Fallacies

  1. The Structure and Value
  2. Kinds of Dilemma
  3. Avoiding Dilemma
  4. Fallacies
  5. Formal Fallacies
  6. Informal Fallacies
  7. Fallacies Due to Ambiguity
  8. Inductive Fallacy

8 Induction

  1. Kantโ€™s Problem
  2. Humeโ€™s Attack on Science vis-a-vis Induction
  3. In Defense of Induction
  4. Against Induction
  5. Function of Falsification

9 History and Utility of Symbolic Logic

  1. History and Utility of Symbolic Logic
  2. The Rise of Symbolic Logic
  3. The Age of Principia Mathematica (PM)

10 Compound Statements and their Truth-Values

  1. Simple and Compound Statements
  2. Sentential Connectives
  3. Compound Propositions and Their Truth-Values
  4. Other Forms of Compound Proposition

11 Syllogism

  1. The Structure of Categorical Syllogism
  2. Axioms of Syllogism
  3. Figures and Moods
  4. Fallacies of Categorical Syllogism
  5. Reduction of Arguments
  6. Antilogism or Inconsistent Triad
  7. Venn Diagram Technique

12 Truth – Functional Forms

  1. Implication and Its Equivalent Forms
  2. Disjunction and Its Equivalent Forms
  3. Negation and Its Equivalent Forms
  4. Conjunction and Bicondition
  5. Form of Contradiction
  6. The Stroke Function
  7. The Dagger Function

13 Formal Proof of Validity – Rules of Inference

  1. Formal Proof of Validity โ€“ Meaning
  2. Rules of Inference
  3. Testing the Validity of Arguments
  4. Testing the Validity of Arguments (Verbal)

14 Formal Proof of Validity – Rules of Replacement

  1. Formal Proof of Validity: Rules of Replacement
  2. Testing the Validity of Arguments (The Rules of Replacement)
  3. The Rules of Inference and Replacement
  4. Test of Arguments in Verbal Form

15 Conditional Proof and Indirect Proof

  1. Conditional Proof
  2. Indirect Proof
  3. The Strengthened Rule of Conditional Proof
  4. Proving Invalidity

16 Quantification

  1. Quantification: its Meaning
  2. Logical Relations Involving Quantifiers
  3. Quantification Rules
  4. Testing the Validity of Syllogism
  5. Multiply General Propositions
  6. The Strengthened Rule of C.P. And Quantification
  7. Proving Invalidity
  8. Non-syllogism