Amazon Ad

Class 11 Maths Chapter 14 Mathematical Reasoning Notes

 Mathematical Reasoning


Logic

Logic is a subject that deals with the method of reasoning. It provides us rules for determining the validity of a given argument in proving the theorem.


Statement (Proposition)

A statement is an assertive sentence that is either true or false but not both a true statement is called a valid statement. Otherwise, it is called an invalid statement. Statements are denoted by the small letters

i.e., p, q, r … etc.

Open and Compound Statement

A sentence which contains one or more variable such that when certain values are given to the variable it becomes a statement is called an open statement.

If two or more simple statements are combined by the use of words such as ‘and’, ‘or’, ‘not’, ‘if’, ‘then’, ‘if and only if ‘, then the resulting statement is called a compound statement.

Truth Value and Truth Table

A statement can be either ‘true’ or ‘false’ which are called truth values of a .statement and it is represented by the symbols T and F, respectively.

A. truth table is a summary of truth values of the resulting statements for all possible assignment of values to the variables appearing in a compound statement.

The number of rows depends on their number of statements.

Truth Table for Two Statements (p, q)

Number of rows = 22 = 4

p q T T T F F T

F F


Elementary Operation of Logic

  1. Conjunction A compound sentence formed by two simple sentences p and q using connective ‘and’ is called the conjunction of p and q and it is represented by p ∧ q.
  2. Disjunction A compound sentence formed by two simple sentences p and q using connectives ‘or’ is called the disjunction of p and q and it is represented by p ∨ q.
  3. Negation A statement that is formed by changing the truth value of a given statement by using the word like ‘no’, ‘not’ is called the negation of the given statement. If p is a statement, then the negation of p is denoted by ~ p.
  4. Conditional Sentence (Implication) Two simple sentences p and q connected by the phase, if and then, is called conditional sentence of p and q arid it is denoted by p => q.
  5. Biconditional Sentence (Bi-implication) The two simple sentences connected by the phrase, ‘if and only if this is called biconditional sentences. It is denoted by the symbol ‘<=>’.

Table for Basic Logical Connections

Tautology and Contradiction

The compound statement which is true for every value of their components is called a tautology.

The compound statements which are false for every value of their components are called contradiction (fallacy).

Truth Table

Quantifiers and Quantified Statements

In these statements, there are two important symbols are used.

  1. The symbol ‘∀’ stands for ‘all values of ‘.

This is known as a universal quantifier.

  1. The symbol ‘∃’ stands for ‘there exists’. The symbol ∃ is known as an existential quantifier. Quantified Statement

An open sentence with a quantifier becomes a statement, called a quantified statement.


Negation of a Quantified Statement

  1. ~{∀ x ∈ A : p(x) is true} = {∃ x ∈ A such that (s.t.) ~ p(x) is true}
  2. ~{∃x ∈ A : p(x) is true} = {∀ x ∈ A : ~ p(x) is true}

Laws of Algebra of Statements

  1. Idempotent Laws
  2. p ∨ p ≡ p
  3. p ∧ p ≡ p

Associative Laws

(a) (p ∨ q) ∨ r ≡ p ∨ (q ∨ r)

(b) (p ∧ q) ∧ r ≡ p ∧ (q ∧ r)

Commutative Laws

  1. p ∨ q ≡ q ∨ p
  2. p ∧ q ≡ q ∧ P

Distributive Laws

(a) p ∨ (q A r) ≡ (p ∨ q) ∧ (p ∨ r) (b) p ∧ (q ∨ r) ≡ (p ∧ q) ∨ (p ∧ r)

De Morgan’s Laws

(a) ~(p ∨ q) ≡ (~ p) ∧ (,_ q)

(b) ~(p ∧ q) ≡ (~ p) ∨ (~ q)

Identity Laws

  1. p ∧ F ≡ F
  2. p ∧ T ≡ p
  3. p ∨ T ≡ T
  4. p ∨ F ≡ p

Complement Laws

  1. p ∨ (~ p) ≡ T
  2. p ∧ (~ p) ≡ F

(c) ~ (~p) ≡ p

(d) ~ T ≡ F, ~ F ≡ T

Important Points to be Remembered

  1. The number of rows of a table depends on the number of statements.
  2. If p is false, then ~ p is true.
  3. If P is true, then ~ p is false.
  4. (a) The converse of p => q is q => p.


(b) The inverse of p => q is ~ p => ~ q.

  1. The contrapositive of p => q is ~ q => ~ p.

A statement that is neither a tautology nor a contradiction is a contingency.

Post a Comment

0 Comments