1. Logic and Mathematical Statements

Propositions

Propositions in Logic and Mathematical Statements

Welcome, students! 👋 In this lesson, you will learn the building blocks of mathematical logic: propositions. These are the statements that can be judged as either true or false, and they are the foundation for truth tables, logical equivalence, and more advanced reasoning in discrete mathematics.

By the end of this lesson, you should be able to:

  • Explain what a proposition is and why it matters.
  • Identify whether a sentence is a proposition.
  • Connect propositions to the larger study of logic and mathematical statements.
  • Use examples and reasoning to work with propositions in real situations.

Think of propositions as the “yes or no” sentences of mathematics. They help us turn language into precise reasoning, which is especially important in computer science, mathematics, and everyday decision-making. 💡

What Is a Proposition?

A proposition is a declarative sentence that is either true or false, but not both at the same time. In logic, the sentence must have a definite truth value.

For example:

  • “$7$ is an odd number.” This is a proposition because it is true.
  • “$10$ is less than $3$.” This is a proposition because it is false.

Both sentences can be checked and labeled as true or false, so both are propositions.

Now compare these:

  • “What time is it?”
  • “Close the door.”
  • “$x + 2 = 5$”

These are not propositions in the usual sense because they are not complete truth-claim sentences. A question and a command do not have truth values. The statement with $x$ is different because its truth depends on the value of $x$. Without knowing $x$, it is not a proposition.

This idea is important because logic needs clear statements. If we cannot decide whether something is true or false, we cannot analyze it with tools like truth tables.

Recognizing Propositions and Non-Propositions

A good way to test a sentence is to ask: “Can this be clearly true or false?” If the answer is yes, it is likely a proposition.

Let’s look at some examples:

  • “The Earth revolves around the Sun.” This is a proposition, and it is true.
  • “$2 + 3 = 8$.” This is a proposition, and it is false.
  • “This sentence is false.” This is a tricky one. It creates a logical puzzle because if it is true, then it must be false, and if it is false, then it must be true. This kind of sentence is not used as a normal proposition in basic logic because it causes a contradiction.
  • “Please study for the test.” Not a proposition, because it is a command.
  • “All even numbers are divisible by $2$.” This is a proposition and is true.

Some sentences contain variables and become propositions only after values are assigned. For example:

  • “$x > 5$” is not a proposition by itself.
  • If $x = 7$, then “$x > 5$” becomes true.
  • If $x = 2$, then “$x > 5$” becomes false.

So, a statement with a variable is called an open sentence or predicate until the variable is replaced or given a specific value. This distinction is very important in discrete mathematics.

Why Propositions Matter in Mathematics and Computing

Propositions are the starting point for logical reasoning. Once you know what counts as a proposition, you can build more complex statements using logical connectives such as “and,” “or,” “not,” and “if...then.” These combinations are used in proofs, algorithms, databases, circuit design, and programming.

For example, a computer program may need to decide whether a condition is true:

  • If a student’s score is at least $50$, then the student passes.

This can be written as a logical statement. The computer checks whether the condition is true or false and then acts accordingly. That is the same basic idea used in proposition logic.

In everyday life, propositions help us reason carefully. Consider:

  • “If it rains, I will take an umbrella.”

This is not just a sentence about weather. It is a logical statement connecting two propositions:

  • “It rains.”
  • “I will take an umbrella.”

Logical thinking helps avoid confusion and makes arguments easier to test for accuracy.

Variables, Truth Values, and Mathematical Language

In logic, every proposition has a truth value: either true or false. We often use symbols to represent propositions, especially when building more complicated expressions.

For example, let:

  • $p$: “It is raining.”
  • $q$: “I carry an umbrella.”

Then $p$ and $q$ are propositions, each with a truth value. We can combine them later using logical operators. For now, the important point is that the symbols $p$ and $q$ stand for complete statements.

Remember that not every mathematical sentence is automatically a proposition. For instance:

  • “$x + 4 = 9$” depends on $x$.
  • “There exists a prime number greater than $100$” is a proposition because it claims something definite about numbers.

Mathematics often uses language that sounds ordinary, but logic requires precision. A small change can affect whether a sentence is a proposition. For example:

  • “Some students passed the exam.” This is a proposition because it can be true or false.
  • “Every student passed the exam.” This is also a proposition, but it says something stronger.

These differences matter in proofs and reasoning. ✅

Worked Examples of Propositions

Let’s practice identifying propositions.

Example 1

Statement: “$5$ is a prime number.”

This is a proposition because it is a declarative sentence with a truth value. It is true.

Example 2

Statement: “How many students are in the class?”

This is not a proposition because it is a question, not a statement.

Example 3

Statement: “The number $8$ is odd.”

This is a proposition because it is false, but still clearly true or false.

Example 4

Statement: “$y - 3 = 10$.”

This is not a proposition by itself because its truth depends on the value of $y$.

Example 5

Statement: “If a number is divisible by $4$, then it is even.”

This is a proposition because it is a definite conditional statement. It is true.

These examples show an important rule: a proposition does not need to be true. It only needs to be a statement that can be assigned a truth value.

From Propositions to Larger Logical Statements

Propositions are the simple pieces used to build more complex logical structures. Later in logic, you will combine propositions using connectives such as conjunction, disjunction, negation, and implication.

For example, if $p$ means “I studied” and $q$ means “I passed the test,” then:

  • $p \land q$ means “I studied and I passed the test.”
  • $\neg p$ means “I did not study.”
  • $p \rightarrow q$ means “If I studied, then I passed the test.”

Even though these are more advanced statements, they all begin with propositions. Without basic propositions, there would be nothing to combine.

This is why propositions are the first step in logic and mathematical statements. They are the atoms of logical language, just as letters are the atoms of words. 🧩

Understanding propositions also prepares you for truth tables. A truth table lists all possible truth values of propositions and shows how complex statements behave. Before you can use a truth table, you must know what the individual propositions are.

Common Mistakes to Avoid

Here are some errors students often make when learning propositions:

  1. Thinking every sentence is a proposition.

Questions, commands, and exclamations do not usually count as propositions.

  1. Confusing statements with variables as complete propositions.

A sentence like $x + 1 = 6$ is open until $x$ is specified.

  1. Believing a proposition must be true.

False statements are still propositions if they have a definite truth value.

  1. Ignoring context.

Some sentences depend on hidden information. For example, “It is cold” may be too vague unless the context defines what “cold” means.

To avoid mistakes, ask two questions:

  • Is it a statement?
  • Can it be clearly labeled true or false?

If both answers are yes, you likely have a proposition.

Conclusion

Propositions are the starting point of mathematical logic. They are declarative statements that are either true or false, and they give us the precise language needed for reasoning, proof, and computation. students, once you can identify propositions, you are ready to study truth tables, logical connectives, and logical equivalence.

In the bigger picture of discrete mathematics, propositions help transform everyday language into structured logic. That structure is what makes mathematical arguments reliable and computer decisions possible. Keep practicing by asking whether each sentence is a clear true-or-false statement. With that habit, you will build a strong foundation for the rest of logic. 🚀

Study Notes

  • A proposition is a declarative sentence that is either true or false.
  • A proposition cannot be both true and false at the same time.
  • Questions, commands, and many exclamations are not propositions.
  • A sentence with a variable, such as $x + 2 = 5$, is usually not a proposition until the variable is given a value.
  • A proposition does not have to be true; false statements can still be propositions.
  • Propositions are the basic units used to build larger logical statements.
  • Logical symbols such as $p$ and $q$ often represent propositions.
  • Propositions are essential for truth tables, logical equivalence, and proof writing.
  • In discrete mathematics, propositions connect language to formal reasoning.
  • Always ask: “Is this a statement with a definite truth value?”

Practice Quiz

5 questions to test your understanding

Propositions — Discrete Mathematics | A-Warded