Intro to Propositions, Truth Values, and Truth Tables

Propositions and Truth Values

  • Mathematics is grounded in logic; propositions are the basic building blocks of logic.
  • Definition of a proposition:
    • A proposition is a claim or assertion that can be true or false.
    • It must have the structure of a complete sentence.
    • It cannot be a question or a command.
    • Letters such as p, q are often used to stand for propositions.
    • Truth values are binary: true or false. Common notations are T (or t) for true and F (or f) for false.
  • Quick intuition: example with a definite fact like "I’m wearing a pink shirt." is a proposition because it is either true or false. If I’m indeed wearing a pink shirt, the proposition is true; otherwise false.

- The transcript emphasizes that what counts as a proposition is about decidability of truth, not vagueness or uncertainty.

  • The concept of a truth table is introduced as a tool to handle propositions abstractly.
  • Truth table idea:
    • A truth table lists all possible combinations of truth values for a given set of propositions.
    • Each row corresponds to one possible assignment of truth values to the propositions.
  • Abstraction is central: p and q can stand for anything. Truth tables focus on the logical structure rather than the actual content.

What counts as a proposition?

  • Example 1: "Please sit down over there."
    • This is a command, not a proposition, so it is not something whose truth value we can determine.
  • Example 2: "All cats dislike dogs."
    • This is a proposition because it is a complete sentence that can be true or false.
  • The distinction hinges on decidable truth: commands and questions do not have a truth value in the same way as declarative statements.
  • Reiteration: a proposition must be a complete sentence that can be assigned either true or false.

Truth Tables: purpose and basic setup

  • Truth tables are used to reason about propositions by enumerating their possible truth values.
  • For two propositions, we typically denote them as p and q.
  • Each proposition has two possible truth values: true or false.
  • The basic idea is to list all combinations of these truth values for the propositions involved.
  • When combining propositions, we explore all possible outcomes to reason about the overall truth of statements formed from them.
  • Example intuition: if one proposition is true, and another is true, the combined assessment can be explored (and similarly for other combinations).
  • In the transcript, this leads to a simple 2-by-2 structure that expands as more propositions are added.

Example 1: Is "Please sit down over there" a proposition?

  • Verdict: Not a proposition.
  • Reason: It is a command, not a declarative sentence with a determinable truth value.

Example 2: Is "All cats dislike dogs" a proposition?

  • Verdict: Yes, it is a proposition.
  • Reason: It is a complete declarative sentence that can be judged as true or false (though in practice could be debated or falsified by counterexamples).
  • Rationale provided in transcript includes a hypothetical mention of cats that like dogs to illustrate that the statement as a universal claim could be false, hence it has a determinate truth value.

Two-proposition truth table (p and q)

  • Let p and q denote two propositions.
  • Each proposition has two possible truth values: T (true) or F (false).
  • The four possible combinations of truth values for (p, q) are:
    • Row 1: p = T, q = T
    • Row 2: p = T, q = F
    • Row 3: p = F, q = T
    • Row 4: p = F, q = F
  • This setup illustrates how a truth table captures all possible assignments of truth values for the two propositions.
  • The transcript notes that if we add more propositions, the truth table expands accordingly.

Extending to more propositions: how the table grows

  • With each additional proposition, the number of possible truth-value combinations doubles.
  • General rule: for n propositions, the number of rows in the truth table is 2^n.
  • Intuition: each new proposition adds a binary choice (true or false), so the total combinations multiply by 2 per added proposition.
  • Analogy from the transcript: building a larger truth table is like selecting outfits from multiple drawers (socks, shoes, etc.)—every new item adds more possible combinations to consider.

Notation and abstraction details

  • Propositions denoted by letters (e.g., p, q) can stand for any declarative statement.
  • Truth values are binary: T or F (or lowercase t, f).
  • Truth tables illustrate the binary nature of propositions and the way truth values propagate when combining statements.
  • The abstract approach helps focus on logical structure rather than content.

Significance and broader connections

  • Logic underpins mathematics and rigorous reasoning: propositions and truth tables are foundational tools in formal logic.
  • Truth tables provide a concrete method to verify logical relationships and to analyze compound statements built from simpler propositions.
  • Real-world relevance: logical structuring of statements underpins computer science, digital circuit design, and decision-making processes.
  • Ethical and practical implications: understanding the limits of determinacy in statements helps in critical thinking, distinguishing between fact, opinion, and ambiguity.

Key takeaways

  • A proposition is a complete declarative sentence that is either true or false.
  • Commands and questions are not propositions because they do not have a determinate truth value.
  • Each proposition has a truth value: T or F.
  • Truth tables enumerate all possible truth-value assignments for one or more propositions.
  • For two propositions p and q, there are 2^2 = 4 possible combinations:
    • (p, q) ext{ could be } (T, T), (T, F), (F, T), ext{ or } (F, F) .
  • With n propositions, there are 2^n possible combinations in the truth table.
  • The process is inherently abstract and scalable, enabling systematic analysis of logical statements.