menuGamaTrain
search

chevron_left Logic assertion / proposition: A statement that can be either TRUE or FALSE chevron_right

Logic assertion / proposition: A statement that can be either TRUE or FALSE
Anna Kowalski
share
visibility10
calendar_month2026-02-17

Logic Assertion & Proposition

Understanding statements that are either TRUE or FALSE
šŸ“˜ Summary: A proposition is the basic building block of logic. It is a declarative sentence that is either true or false, but not both. This article explores the key characteristics of propositions, how to identify them, the difference between simple and compound statements, and the role of truth values (T / F). We will also look at truth tables, logical connectives like AND/OR, and why "Colombo is further north than Singapore" is a perfect example of a proposition waiting for a fact-check.

What Exactly is a Proposition?

Imagine you are playing a game where every sentence you say must be judged as either correct or incorrect. You cannot say things like "Wow!" or "Please close the door," because they cannot be assigned a truth value. In logic, we call a sentence that can be judged as true or false a proposition (or a logical assertion).

For example, the statement "Colombo is further north than Singapore" is a proposition. We may not know the answer immediately, but it is a fact that is either true or false (in reality, Colombo is slightly north of Singapore, so it is TRUE). Another example: "The number 2 is greater than 5" is definitely a proposition (it is FALSE).

šŸ’” Tip: A proposition must be declarative. Questions ("What time is it?"), commands ("Sit down!"), and exclamations ("Oh no!") are NOT propositions because they have no truth value.

Simple vs. Compound Propositions

Propositions can be basic or they can be built from smaller ones. A simple proposition contains no logical connectives. A compound proposition joins two or more simple propositions using words like "and", "or", or "if...then".

TypeExampleTruth Value
SimpleThe sky is blue.TRUE (on a clear day)
Simple5 + 3 = 10FALSE
CompoundThe sky is blue AND 5 + 3 = 10FALSE (one part is false)

Logical Connectives: The Glue of Logic

When we build compound propositions, we use special symbols called logical connectives. The most common ones are:

  • Negation (NOT): It flips the truth value. If P is true, then ¬P is false. In MathJax: $\neg P$.
  • Conjunction (AND): True only if both parts are true. Notation: $P \land Q$.
  • Disjunction (OR): True if at least one part is true. Notation: $P \lor Q$.
  • Implication (IF...THEN): Notation: $P \rightarrow Q$. It is false only when $P$ is true and $Q$ is false.

These symbols help us write logical statements in a compact, mathematical way.

Truth Tables: Mapping Every Possibility

A truth table is a chart that shows the truth value of a compound proposition for every possible combination of its simple parts. It is like a scorecard for logic. Let's look at the truth table for $P \land Q$ (AND):

PQP ∧ Q
TTT
TFF
FTF
FFF

As you can see, the only time $P \land Q$ is true is when both P and Q are true.

Real-Life Logic: The Geography Example

Let's return to our opening example: "Colombo is further north than Singapore." We can treat this as a simple proposition and call it C. How do we determine its truth value? We check the facts. The latitude of Colombo is about 6.9° N, and Singapore is about 1.3° N. Since 6.9 is greater than 1.3, Colombo is indeed further north. Therefore, C = TRUE.

Now imagine a compound statement: "Colombo is further north than Singapore AND 2 + 2 = 4." This becomes $C \land T$ (where $T$ stands for the true math fact). Since both parts are true, the whole statement is TRUE.

Important Questions About Propositions

ā“ Q1: Is every mathematical sentence a proposition?
āœ… A: Not always. For example, $x + 2 = 5$ is not a proposition because we don't know what $x$ is. It becomes a proposition only when $x$ is given a specific value (like $x = 3$ making it true, or $x = 1$ making it false). These are called open statements or predicates.
ā“ Q2: Can a proposition be both true and false?
āœ… A: No, that is the most important rule! A proposition must have a definite truth value—it cannot be ambiguous. This is called the law of non-contradiction. A statement like "This sentence is false" creates a paradox and is not considered a valid proposition in classical logic.
ā“ Q3: Why do we use symbols like $P$ and $Q$?
āœ… A: Symbols allow us to focus on the form of the argument rather than the content. For example, whether we talk about geography or math, the structure $P \land Q$ works the same way. This is the power of logic—it is a universal language.

Why This Matters: The Foundation of Computing

Understanding propositions is not just for philosophy class. Every computer program you use relies on logical propositions. When you write if (age >= 18) in code, you are checking if the proposition "age is greater than or equal to 18" is TRUE. If it is, the computer performs an action. If it is FALSE, it does something else. This is the heart of decision-making in technology.

šŸ”š Conclusion: Logic assertions, or propositions, are the simple "yes/no" building blocks of rational thought. By learning to identify them—like checking if "Colombo is further north than Singapore"—we train our minds to think clearly and precisely. Whether you are solving a math problem, programming a game, or arguing a point, always ask: "Is this statement a proposition? Can it be proven true or false?" This habit is the first step toward logical mastery.

Footnote

[1] Truth Value: The attribute assigned to a proposition, either true (T) or false (F).
[2] Logical Connectives: Operators like AND ($\land$), OR ($\lor$), and NOT ($\neg$) that combine one or more propositions.
[3] Truth Table: A mathematical table used in logic to compute the truth values of logical expressions.

Did you like this article?

home
grid_view
add
explore
account_circle