1. STATEMENT :
A declarative sentence which is either true or false but not both, is called a statement. A sentence which is an exclamatory or a wish or an imperative or an interrogative can not be a statement.
If a statement is true then its truth value is T and if it is false then its truth value is F.
2. SIMPLE STATEMENT:
Any statement whose truth value does not depend on other statement are called simple statement.
3. COMPOUND STATEMENT :
A statement which is a combination of two or more simple statements are called compound statement.
Here the simple statements which form a compound statement are known as its sub statements.
4. LOGICAL CONNECTIVES :
The words or phrases which combines simple statements to form a compound statement are called logical connectives.
S.N. Connectives Symbol Use Operation 1. and ∧p∧q conjunction 2. or ∨p∨q disjunction 3. not ∼ or ′∼p or p′ negation 4. If … then …..⇒or→p⇒q Implication or 5. If and only if (iff) ⇔or↔ or p→q conditional p⇔q or p↔q Equivalence or Bi-conditional
5. Truth Table
Conjunction pqp∧qTTTTFFFTFFFF
Disjunction pqp∨qTTTTFTFTTFFF
Negation p(∼q)TFFT
Conditional pqp→qTTTTFFFTTFFT
Biconditional pqp→qq→p(p→q)∧(q→p) or p↔qTTTTTTFFTFFTTFFFFTTT
Note : If the compound statement contain n sub statements then its truth table will contain 2n rows.
6. LOGICAL EQUIVALENCE :
Two compound statements S1(p,q,r…) and S2(p,q,r….) are said to be logically equivalent or simply equivalent if they have same truth values for all logical possibilities.
Two statements S1 and S2 are equivalent if they have identical truth table i.e. the entries in the last column of their truth table are same. If statements S1 and S2 are equivalent then we write S1≡S2.
i.e. p→q≡∼p∨q
7. TAUTOLOGY AND CONTRADICTION:
(i) Tautology : A statement is said to be a tautology if it is true for all logical possibilities.
i.e. its truth value always T. it is denoted by t.
(ii) Contradiction/Fallacy : A statement is a contradiction if it is false for all logical possibilities.
i.e. its truth value always F. It is denoted by c
Note : The negation of a tautology is a contradiction and negation of a contradiction is a tautology.
8. DUALITY :
Two compound statements S1 and S2 are said to be duals of each other if one can be obtained from the other by replacing ∧ by ∨ and ∨ by ∧
If a compound statement contains the special variable (tautology) and c (contradiction) then we obtain its dual replacing t by c and c by t in addition to replacing ∧ by ∨ and ∨ by ∧.
Note:
(i) the connectives ∧ and ∨ are also called dual of each other.
(ii) If S∗(p,q) is the dual of the compound statement S(p,q) then
(a) S∗(∼p,∼q)≡∼S(p,q)
(b) ∼S∗(p,q)≡S(∼p,∼q)
9. CONVERSE, INVERSE AND CONTRAPOSITIVE OF THE CONDITIONAL STATEMENT (p → q):
(i) Converse : The converse of the conditional statement p→q is defined as q→p
(ii) Inverse : The inverse of the conditional statement p→q is defined as ∼p→∼q
(iii) Contrapositive : The contrapositive of conditional statement p→q is defined as ∼q→∼p
Note :(p→q)≡(∼q→∼p)≡(∼p∨q)
10. NEGATION OF COMPOUND STATEMENTS :
If p and q are two statements then
(i) Negation of conjunction : ∼(p∧q)≡∼p∨∼q
(ii) Negation of disjunction : ∼(p∨q)≡∼p∧∼q
(iii) Negation of conditional : ∼(p→q)≡p∧∼q
(iv) Negation of biconditional : ∼(p↔q)≡(p∧∼q)∨(q∧∼p)
≡(∼p↔q)≡(p↔∼q)
As we know that p↔q≡(p→q)∧(q→p)
∴∼(p↔q)≡∼[(p→q)∧(q→p)]≡∼(p→q)∨∼(q→p)≡(p∧∼q)∨(q∧∼p)
Note : The above result also can be proved by preparing truth table for ∼(p↔q) and (p∧∼q)∨(q∧∼p)
11. ALGEBRA OF STATEMENTS:
If p,q,r are any three statements then the some low of algebra of statements are as follow
(i) Idempotent Laws:
(a) p∧p≡p
(b) p∨p≡p
(ii) Commutative laws:
(a) p∧q≡q∧p
(b) p∨q≡q∨p
(iii) Associative laws:
(a) (p∧q)∧r≡p∧(q∧r)
(b) (p∨q)∨r≡p∨(q∨r)
(iv) Distributive laws:
(a) p∧(q∨r)≡(p∧q)∨(p∧r)
(b) p∨(q∧r)≡(p∨q)∧(p∨r)
(v) De Morgan Laws:
(a) ∼(p∧q)≡∼p∨∼q
(b) ∼(p∨q)≡∼p∧∼q
(vi) Involution laws (or Double negation laws) : ∼(∼p)≡p
(vii) Identity Laws : If p is a statement and t and c are tautology and contradiction respectively then
(a) p∧t≡p
(b) p∨t≡t
(c) p∧c≡c
(d) p∨c≡p
(viii) Complement Laws:
(a) p∧(∼p)≡c
(b) p∨(∼p)≡t
(c) (∼t)≡c
(d) (∼c)≡t
12. QUANTIFIED STATEMENTS AND QUANTIFIERS :
The words or phrases "All", "Some", "None", "There exists a" are ex-amples of quantifiers.
A statement containing one or more of these words (or phrases) is a quantified statement.
Note : Phrases "There exists a" and "Atleast one" and the word "some"
have the same meaning.
NEGATION OF QUANTIFIED STATEMENTS :
(1) 'None' is the negation of 'at least one' or 'some' or 'few' Similarly negation of 'some' is 'none'
(2) The negation of "some A are B′′ or "There exist A which is B′′ is "No A are (is) B′′ or "There does not exist any A which is B′′.
(3) Negation of "All A are B" is "Some A are not B".
Comments
Post a Comment