📐
📊
✖️
← Back to Dashboard
Font Size:

1. Introduction

Mathematics is built on logical reasoning. Every theorem, formula, and solution rests on statements that must be accepted as true or rejected as false, and on valid patterns of argument that connect them. This chapter introduces the formal language of mathematical reasoning: statements, their negation, compound statements built with connectives, and the logical relations between them.

The chapter begins by explaining what a statement is and how to negate it. It then introduces compound statements using the connectives "and", "or", and "if-then", including the important "if and only if". It distinguishes between valid and invalid arguments, introduces quantifiers such as "there exists" and "for all", and discusses the role of counterexamples and proof by contradiction.

Mathematical reasoning is not a technique for solving equations but a way of thinking that underlies all mathematics. Understanding statements, their negations, and logical equivalence enables students to read theorems precisely, construct proofs, and avoid fallacies. These skills are essential in higher mathematics, computer science, and law-like disciplines that depend on rigorous argument.

2. Statements and Their Negation

A statement is a declarative sentence that is either true or false, but not both simultaneously. Questions, commands, and exclamations are not statements.

Examples of statements:

Not statements:

Negation of a Statement

The negation of a statement p is the statement "not p", written as ~p. The negation of a true statement is false, and the negation of a false statement is true.

Example: The negation of "2 is an even number" is "2 is not an even number".

Negating Compound Statements

These are the logical forms of De Morgan's laws applied to statements.

3. Compound Statements and Connectives

A compound statement is formed by combining two or more simple statements using connectives such as "and", "or", and "if-then".

The Connective "and"

The statement "p and q" is true only when both p and q are true. If either is false, "p and q" is false.

The Connective "or"

The statement "p or q" is true when at least one of p or q is true. In mathematics, "or" is used inclusively: "p or q" is true even when both are true. This inclusive or is sometimes clarified by writing "p or q or both".

The Connective "if and only if"

The statement "p if and only if q" (written p if and only if q) means both "if p then q" and "if q then p". It is true exactly when p and q have the same truth value.

4. Implication: If-Then Statements

A statement of the form "if p then q" is called an implication or a conditional statement. Here p is the hypothesis (or antecedent) and q is the conclusion (or consequent).

Truth of an Implication

The implication "if p then q" is false only when p is true and q is false. In all other cases it is true. In particular, an implication with a false hypothesis is always true.

Converse, Inverse and Contrapositive

The contrapositive of a statement is logically equivalent to the statement itself. The converse and the inverse are logically equivalent to each other, but they are not equivalent to the original statement.

5. Validating Statements and Arguments

To establish that a statement is true, we may use:

Counterexample

A single counterexample is enough to disprove a universally quantified statement. For example, to disprove "all prime numbers are odd", the number 2 is a counterexample.

Valid and Invalid Arguments

An argument is valid if the conclusion follows necessarily from the premises. An argument that appears reasonable but fails to guarantee the conclusion is a fallacy. Careful attention to the logical form is required to distinguish valid arguments from fallacies.

6. Quantifiers

Quantifiers express the scope of a statement.

Negating Quantified Statements

These negations are essential for disproving statements: to disprove a "for all" statement, find a counterexample.

7. Special Words and Phrases in Reasoning

Certain words signal the logical structure of statements:

Getting these phrases right is crucial because they translate everyday language into precise logical statements.

Quick Revision Tables

Table 1: Truth Values of Compound Statements

p q p and q p or q if p then q
T T T T T
T F F T F
F T F T T
F F F F T

Table 2: Negations of Statements

Statement Negation
p and q (not p) or (not q)
p or q (not p) and (not q)
if p then q p and (not q)
for all x, P(x) there exists x, not P(x)
there exists x, P(x) for all x, not P(x)

Mind Map

graph TD A["Mathematical Reasoning"] --> B["Statements"] A --> C["Negation"] A --> D["Connectives"] A --> E["Implication"] A --> F["Quantifiers"] A --> G["Proof Methods"] B --> B1["Declarative, true or false"] B --> B2["Questions are not statements"] C --> C1["~p"] C --> C2["De Morgan for compound statements"] D --> D1["and: both true"] D --> D2["or: at least one true"] D --> D3["if and only if: same truth value"] E --> E1["if p then q"] E --> E2["Converse, inverse, contrapositive"] E --> E3["Contrapositive is equivalent"] F --> F1["for all x"] F --> F2["there exists x"] G --> G1["Direct proof"] G --> G2["Proof by contradiction"] G --> G3["Counterexample"]

Important Diagrams (SVG)

Diagram 1: Truth Table Flow for Compound Statements

Truth Values of Compound Statements p and q True only when both are true p or q True when at least one is true if p then q False only when p true, q false Negation rules (De Morgan) ~(p and q) = (~p) or (~q) ~(p or q) = (~p) and (~q) ~(if p then q) = p and (~q) Logical equivalence of an implication "if p then q" is equivalent to its contrapositive "if not q then not p" The converse and inverse are equivalent to each other but not to the original Golden Rule: An implication is false only when the hypothesis is true and the conclusion is false.

Diagram 2: Quantifiers and Their Negation

Quantifiers: for all and there exists for all x, P(x) True only if P(x) holds for every value of x. Disprove with one counterexample Example: 2 is even and prime, so "all primes are odd" is false there exists x, P(x) True if at least one value of x satisfies P(x). Prove by exhibiting a witness Example: x = 5 shows "there exists an odd prime" Negations of quantified statements ~(for all x, P(x)) = there exists x, ~P(x) ~(there exists x, P(x)) = for all x, ~P(x) Negating a "for all" statement turns it into an existence claim Golden Rule: Disprove "for all" with one counterexample; prove "there exists" with one example.

Common Mistakes

  1. Treating questions or commands as statements. Only declarative sentences that are true or false can be statements.
  2. Negating "p or q" as "(not p) or (not q)". The correct negation is "(not p) and (not q)" by De Morgan's law.
  3. Believing the converse of a true statement is true. The converse must be proved separately and is not guaranteed.
  4. Using "or" in the exclusive sense. In mathematics, "or" is inclusive: "p or q" is true when both are true.
  5. Thinking that an implication is true only when both parts are true. "If p then q" is true in three of the four cases; it is false only when p is true and q is false.
  6. Confusing the contrapositive with the converse. The contrapositive "if not q then not p" is equivalent to the original; the converse "if q then p" is not.
  7. Using a single example to prove a "for all" statement. Examples illustrate but do not prove universality; only a counterexample disproves.
  8. Negating "there exists x, P(x)" as "there exists x, not P(x)". The correct negation is "for all x, not P(x)".
  9. Confusing "necessary condition" with "sufficient condition". q is necessary for p when p implies q; p is sufficient for q when p implies q.

Exam Tips

  1. To identify a statement, ask whether it is a declarative sentence that is definitely true or false.
  2. When negating compound statements, apply De Morgan's laws: flip "and" to "or" and negate both parts.
  3. To prove "if p then q", either prove it directly, or prove its contrapositive "if not q then not p".
  4. To disprove "for all x, P(x)", provide a single counterexample and verify it clearly.
  5. For "if and only if" statements, prove both the implication and its converse.
  6. Learn the phrase translations: "p only if q" means "if p then q"; "p unless q" means "if not q then p".
  7. Practise writing truth tables for "and", "or", and "if-then" to internalise their truth conditions.

Conclusion

Mathematical reasoning supplies the logical scaffolding on which all of mathematics rests. Statements and their negations give precision to mathematical language, compound statements built with connectives allow complex conditions to be expressed, and implications capture the essence of deduction. Quantifiers enable universal and existential claims to be stated and tested, while methods such as proof by contradiction and counterexamples provide the tools for validation. These ideas are fundamental not only to mathematics but to any rigorous intellectual discipline. Mastering the language of statements, connectives, quantifiers, and logical equivalence gives students the ability to read, write, and verify mathematical arguments with clarity and confidence.