Grade 11

Grade 11Mathematical Reasoning


Logic


Logic is the study of correct reasoning. In mathematics, it plays a vital role because it is used to develop accurate arguments. Logical reasoning allows mathematicians to make conjectures and rigorously validate theorems. Learning about logic in mathematics helps students not only understand mathematics but also develop strong reasoning skills that can be applied in everyday life.

Key concepts of logic

Statement

A logical statement is a declarative sentence that is either true or false, but not both. For example:

  • "The sky is blue." (This can be verified and has a truth value.)
  • "2 + 2 equals 4." (This is a mathematical truth.)

These are examples of statements. Questions, commands, or expressions of emotion are not statements because they do not have truth values, such as:

  • "How are you?" (This cannot be true or false.)
  • "Close the door." (That's a command.)

Logistic coordinator

More complex statements can be formed by combining statements using logical connectives. The main logical connectives are:

  • AND (∧): Joins two statements and is true only if both statements are true.
    A B A ∧ B
  • OR (∨): Joins two statements and is true if at least one of the statements is true.
    A B A ∨ B
  • NOT (¬): Reverses the truth value of a statement. If the statement is true, then its negation is false, and vice versa.
    ¬A
  • If...then (→): It is a conditional statement that is false only if the first statement is true and the second is false.
    A → B
  • If and only if (↔): It is a bi-conditional and states that both the statements are equivalent; true if both have the same truth value.
    A ↔ B

Truth tables

Truth tables are tools used in logic to determine the truth value of compound statements. Here's a simple example:

Truth table for and (∧)

| A | B | A ∧ B | |---|---|-------| | T | T | T | | T | F | F | | F | T | F | | F | F | F |

In the truth table given above, T stands for true and F stands for false. The third column shows the result of A ∧ B

Truth table for or (∨)

| A | B | A ∨ B | |---|---|-------| | T | T | T | | T | F | T | | F | T | T | | F | F | F |

Here, the third column represents the result of A ∨ B

Logical equivalence

Statements that have the same truth value in every possible scenario are called logically equivalent. For example, the statements ¬(A ∨ B) and ¬A ∧ ¬B are logically equivalent. This is called De Morgan's law. You can verify this using truth tables.

Implication and converse, inverse, contrapositive

Let us take a closer look at the implications and their respective forms:

  • Converse: Given a statement A → B, its converse is B → A
  • Inverse: Convert both parts to their negation; for A → B, the inverse is ¬A → ¬B.
  • Contrapositive: Switch both parts and negate them; for A → B, the contrapositive is ¬B → ¬A.

The original implication and its counter-implication are always logically equivalent.

Example of counterpositive

Statement: “If it rains, then the ground is wet.” Here, A means “it rains” and B means “the ground is wet.”

  • Contrapositive: "If the ground isn't wet, it won't rain."

Logical reasoning and proofs

Mathematicians use logical reasoning to create arguments and proofs. An argument consists of premises (statements assumed to be true) and a conclusion. A valid argument is one in which if the premise is true, the conclusion must also be true.

Consider this argument:

  • If a number is even, then it will be divisible by 2.
  • 24 is an even number.
  • Conclusion: 24 is divisible by 2.

The logic here is simple and the argument is valid.

Direct evidence

In a direct proof, we assume the premises to be true and use logical steps to arrive at the conclusion. For example:

  • Prove that if a number is even, then its square will also be even.
  • Proof: Let n be an even number. By definition, n = 2k for some integer k. Then n^2 = (2k)^2 = 4k^2 = 2(2k^2), which is also even.

Indirect evidence

Indirect proofs, such as proof by contradiction, assume that the negation of what we want to prove is true and then show that this assumption leads to a contradiction.

  • Prove that √2 is irrational.
  • Proof: Assume that √2 is rational, which means that it can be expressed in simplest form as the ratio of two integers p/q. Then (√2)^2 = (p/q)^2, which implies 2 = p^2/q^2 and p^2 = 2q^2. Therefore, p^2 is even, and so p must be even. Suppose that p = 2k for some integer k. This turns into (2k)^2 = 2q^2, which implies 4k^2 = 2q^2, and so on to q^2 = 2k^2. Now q^2 is even, and so q is even, which contradicts the assumption that p/q is in simplest form. Thus, √2 must be irrational.

Conclusion

Logic is fundamental to mathematical reasoning. It equips students with the skills to make clear and rigorous arguments. By understanding logic, they can analyze complex problems and reason toward solutions. As students progress in their mathematical education, these logical principles form the backbone of more advanced areas of study, paving the way for skills that are central not only to mathematics, but also to a vast range of critical thinking applications in real life.


Grade 11 → 8.1


U
username
0%
completed in Grade 11


Comments