Kahibaro
Discord Login Register

Propositions

In this chapter we focus on propositions as the basic building blocks of mathematical logic and proofs. The broader idea of logic and proof is handled in the parent chapter; here we sharpen the notion of what counts as a proposition, how we name and combine propositions, and how this connects to truth values.

What a Proposition Is

A proposition is a declarative statement that is either true or false, but not both.

Key points:

Examples of propositions:

Non-examples (not propositions):

The last kind (“$x>3$”) becomes a proposition only after a value is specified, such as “$5>3$” (true) or “$1>3$” (false), or after we say something like “For all real numbers $x$, $x>3$” (which is then a false proposition). The handling of variables and quantifiers is developed in other chapters; here we simply note that bare expressions with free variables are not propositions.

Truth Values

Each proposition has one of two truth values:

In basic (classical) propositional logic, we work only with these two values. We do not distinguish different “degrees” of truth here; other systems (such as fuzzy logic) are outside our current scope.

While the truth value is always conceptually fixed, we may not always know it:

The important point in propositional logic is that such a sentence still counts as a proposition because it is in principle either true or false.

Atomic and Compound Propositions

A useful distinction is between atomic and compound propositions.

Each whole compound sentence also has a truth value, determined by the truth values of its parts and the meaning of the connectives.

Propositional Variables and Symbolic Representation

To reason abstractly about propositions, we often name them with single letters called propositional variables.

Typical letters are $p, q, r, s$, etc.

Examples:

Then we can refer to these sentences compactly as $p$ and $q$ instead of repeatedly writing the full English statements.

This symbolic approach is especially useful when we form compound propositions:

The specific symbols $\land,\lor,\neg,\to,\leftrightarrow$ and their meanings belong to the “Logical operators” chapter; here we only note that propositional variables are placeholders for entire propositions.

Distinguishing Propositions from Other Statements

It is easy to misclassify sentences. Here are some typical borderline cases.

  1. Sentences with pronouns or vague references
    • “She is tall.”
    • “It is raining.”

As written, these are not precise enough for mathematical logic: “she” and “it” are not defined. In a formal context, we either clarify them or treat them as propositional variables:

  1. Open sentences with variables
    • “$n$ is even.”
    • “$x^2 > 4$.”

Without specifying what $n$ or $x$ refers to, these are not propositions in the strict sense. They become propositions only when the variable is given a specific value or is bound by a quantifier (handled in other chapters).

  1. Self-referential or paradoxical sentences
    • “This sentence is false.”

If it were true, it would be false; if it were false, it would be true. Such a sentence does not fit neatly into the “true or false, but not both” requirement and is excluded from ordinary propositional logic.

For the purpose of mathematical proof, we typically restrict our attention to clear, unambiguous, non-self-referential propositions.

Propositions in Mathematical Reasoning

In the context of proofs, propositions appear in two main roles:

A correct proof shows that, under the rules of logic, whenever $p$ is true, $q$ must also be true. Symbolically, this is the claim that the implication $p\to q$ is itself a true proposition (or at least true under the given assumptions about $n$).

How exactly we move from premises to conclusions (e.g., via direct proof, contradiction, or induction) is developed in later chapters on proof techniques. Here it is enough to see that the objects we reason about step by step are propositions and relationships between their truth values.

Summary

Views: 11

Comments

Please login to add a comment.

Don't have an account? Register now!