Civil Engineering (CE) Exam  >  Civil Engineering (CE) Notes  >  Engineering Mathematics  >  Contingency & Satisfiable

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE) PDF Download

Tautology Contradiction Contingency

  • Propositions are declarative statements that are either true or false but not both.
  • Connectives are used to combine the propositions.

 Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

Determining Nature of Proposition-

Here,

  • We will be given a compound proposition.
  • We will be asked to determine the nature of the given proposition.

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

Tautology-

  •  A compound proposition is called tautology if and only if it is true for all possible truth values of its propositional variables.
  • It contains only T (Truth) in last column of its truth table.

Contradiction-

  • A compound proposition is called contradiction if and only if it is false for all possible truth values of its propositional variables.
  • It contains only F (False) in last column of its truth table.

Contingency-

  •  A compound proposition is called contingency if and only if it is neither a tautology nor a contradiction.
  • It contains both T (True) and F (False) in last column of its truth table.

Valid-

  • A compound proposition is called valid if and only if it is a tautology.
  • It contains only T (Truth) in last column of its truth table.

Invalid-

  • A compound proposition is called invalid if and only if it is not a tautology.
  • It contains either only F (False) or both T (Truth) and F (False) in last column of its truth table.

Falsifiable-

  • A compound proposition is called falsifiable if and only if it can be made false for some value of its propositional variables.
  • It contains either only F (False) or both T (Truth) and F (False) in last column of its truth table.

Unfalsifiable-

  • A compound proposition is called unfalsifiable if and only if it can never be made false for any value of its propositional variables.
  • It contains only T (Truth) in last column of its truth table.

Satisfiable-

  • A compound proposition is called satisfiable if and only if it can be made true for some value of its propositional variables.
  • It contains either only T (Truth) or both T (True) and F (False) in last column of its truth table.

Unsatisfiable-

  •  A compound proposition is called unsatisfiable if and only if it can not be made true for any value of its propositional variables.
  • It contains only F (False) in last column of its truth table.

Important Points-

 It is important to take a note of the the following points-

  • All contradictions are invalid and falsifiable but not vice-versa.
  • All contingencies are invalid and falsifiable but not vice-versa.
  • All tautologies are valid and unfalsifiable and vice-versa.
  • All tautologies are satisfiable but not vice-versa.
  • All contingencies are satisfiable but not vice-versa.
  • All contradictions are unsatisfiable and vice-versa.

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

Example of Determine the nature of proposition

Example : Determine the nature of following propositions-

  1. p ∧ ∼p
  2. (p ∧ (p → q)) → ∼q
  3. [ (p → q) ∧ (q → r) ] ∧ ( p ∧ ∼r)
  4. ∼(p → q) ∨ (∼p ∨ (p ∧ q))
  5. (p ↔ r) → (∼q → (p ∧ r))

Solution:

Let us solve all the parts one by one-
Part - 1:
Method-1: Using Truth Table-

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

Clearly, last column of the truth table contains only F.

Therefore, given proposition is-

  • Contradiction
  • Invalid
  • Falsifiable
  • Unsatisfiable

Method-2: Using Algebra Of Proposition-

  • The given proposition is p ∧ ∼p
  • By complement law, p ∧ ∼p = F
  • So, given proposition is contradiction, invalid, falsifiable and unsatisfiable.

Method- 3: Using Digital Electronics-

 In terms of digital electronics,

  • The given proposition can be written as p.p’
  • Clearly, p.p’ = 0
  • So, given proposition is contradiction, invalid, falsifiable and unsatisfiable.

Part - 2:

Method-01: Using Truth Table-

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

Clearly, last column of the truth table contains both T and F.
Therefore, given proposition is-

  • Contingency
  • Invalid
  • Falsifiable
  • Satisfiable

Method-02: Using Algebra Of Proposition-

 We have-

(p ∧ (p → q)) → ∼q
= (p ∧ (∼p ∨ q)) → ∼q { ∵ p → q = ∼p ∨ q }
= ∼(p ∧ (∼p ∨ q)) ∨ ∼q { ∵ p → q = ∼p ∨ q }
= ∼((p ∧ ∼p) ∨ (p ∧ q)) ∨ ∼q { Using Distributive law }
= ∼(F ∨ (p ∧ q)) ∨ ∼q { Using Complement law }
= ∼(p ∧ q) ∨ ∼q { Using Identity law }
= ∼p ∨ ∼q ∨ ∼q { Using De Morgans law }
= ∼p ∨ ∼q

  • Clearly, the result is neither T nor F.
  • So, given proposition is a contingency, invalid, falsifiable and satisfiable.

Method-03: Using Digital Electronics-

We have-
(p ∧ (p → q)) → ∼q
= (p ∧ (∼p ∨ q)) → ∼q { ∵ p → q = ∼p ∨ q }
= ∼(p ∧ (∼p ∨ q)) ∨ ∼q { ∵ p → q = ∼p ∨ q }

Now in terms of digital electronics, we have-
= (p.(p’ + q))’ + q’
= (p.p’ + p.q)’ + q’
= (p.q)’ + q’ { ∵ p.p’ = 0 }
= p’ + q’ + q’ { Using De Morgan’s law }
= p’ + q’
Clearly, the result is neither 0 nor 1.
So, given proposition is a contingency, invalid, falsifiable and satisfiable.

Part - 3:
Method-01: Using Truth Table-
Let [ (p → q) ∧ (q → r) ] ∧ ( p ∧ ∼r) = R (say)

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

 Clearly, last column of the truth table contains only F.
Therefore, given proposition is-

  • Contradiction
  • Invalid
  • Falsifiable
  • Unsatisfiable

Method-02: Using Algebra Of Proposition-
We have-
[ (p → q) ∧ (q → r) ] ∧ ( p ∧ ∼r)
= [ (∼p ∨ q) ∧ (∼q ∨ r) ] ∧ ( p ∧ ∼r) { ∵ p → q = ∼p ∨ q }
= [ ((∼p ∨ q) ∧ ∼q) ∨ ((∼p ∨ q) ∧ r) ] ∧ ( p ∧ ∼r) { Using Distributive law }
= [ ((∼p ∧ ∼q) ∨ (q ∧ ∼q)) ∨ ((∼p ∧ r) ∨ (q ∧ r)) ] ∧ ( p ∧ ∼r) { Using Distributive law }
= [ ((∼p ∧ ∼q) ∨ F) ∨ ((∼p ∧ r) ∨ (q ∧ r)) ] ∧ ( p ∧ ∼r) { Using Complement law }
= [ (∼p ∧ ∼q) ∨ (∼p ∧ r) ∨ (q ∧ r) ] ∧ ( p ∧ ∼r) { Using Identity law }
= ((∼p ∧ ∼q) ∧ ( p ∧ ∼r)) ∨ ((∼p ∧ r) ∧ ( p ∧ ∼r)) ∨ ((q ∧ r) ∧ ( p ∧ ∼r)) { Using Distributive law }
= (∼p ∧ ∼q ∧ p ∧ ∼r) ∨ (∼p ∧ r ∧ p ∧ ∼r) ∨ (q ∧ r ∧ p ∧ ∼r)
= F ∨ F ∨ F { Using Complement law }
= F
Clearly, the result is F.
So, given proposition is a contradiction, invalid, falsifiable and unsatisfiable.

Method-03: Using Digital Electronics-
We have-
[ (p → q) ∧ (q → r) ] ∧ ( p ∧ ∼r)
= [ (∼p ∨ q) ∧ (∼q ∨ r) ] ∧ ( p ∧ ∼r) { ∵ p → q = ∼p ∨ q }
Now in terms of digital electronics, we have-
= [ (p’ + q).(q’ + r) ] . (p.r’)
= [ p’.q’ + p’.r + q.q’ + q.r ] . (p.r’)
= [ p’.q’ + p’.r + 0 + q.r ] . (p.r’) { ∵ q.q’ = 0 }
= [ p’.q’ + p’.r + q.r ] . (p.r’)
= p’.q’.p.r’ + p’.r.p.r’ + q.r.p.r’
= 0 + 0 + 0
= 0
Clearly, the result is 0.
So, given proposition is a contradiction, invalid, falsifiable and unsatisfiable.

Part - 4:
Method-01: Using Truth Table-
Let ∼(p → q) ∨ (∼p ∨ (p ∧ q)) = R (say)

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)Clearly, last column of the truth table contains only T.
Therefore, given proposition is-

  • Tautology
  • Valid
  • Unfalsifiable
  • Satisfiable

Method-02: Using Algebra Of Proposition-
We have-
∼(p → q) ∨ (∼p ∨ (p ∧ q))
= ∼(∼p ∨ q) ∨ (∼p ∨ (p ∧ q)) { ∵ p → q = ∼p ∨ q }
= (p ∧ ∼q) ∨ (∼p ∨ (p ∧ q)) { Using De Morgans law }
= (p ∧ ∼q) ∨ ((∼p ∨ p) ∧ (∼p ∨ q)) { Using Distributive law }
= (p ∧ ∼q) ∨ (T ∧ (∼p ∨ q)) { Using Complement law }
= (p ∧ ∼q) ∨ (∼p ∨ q) { Using Identity law }
= ((p ∧ ∼q) ∨ ∼p) ∨ q { Using Associative law }
= ((p ∨ ∼p) ∧ (∼q ∨ ∼p)) ∨ q { Using Distributive law }
= (T ∧ (∼q ∨ ∼p)) ∨ q { Using Complement law }
= (∼q ∨ ∼p) ∨ q { Using Identity law }
= ∼p ∨ (q ∨ ∼q)
= ∼p ∨ T { Using Complement law }
= T { Using Identity law }
Clearly, the result is T.
So, given proposition is a tautology, valid, unfalsifiable and satisfiable.

Method-3: Using Digital Electronics-
We have-
∼(p → q) ∨ (∼p ∨ (p ∧ q))
= ∼(∼p ∨ q) ∨ (∼p ∨ (p ∧ q)) { ∵ p → q = ∼p ∨ q }
Now in terms of digital electronics, we have-
= (p’ + q)’ + (p’ + p.q)
= (p’ + q)’ + (p’ + p).(p’ + q) { Using Transposition theorem }
= (p’ + q)’ + 1.(p’ + q)
= (p’ + q)’ + (p’ + q)
= p.q’ + p’ + q { Using De Morgans law }
= (p + p’)(p’ + q’) + q { Using Transposition theorem }
= 1.(p’ + q’) + q
= p’ + (q’ + q)
= p’ + 1
= 1
Clearly, the result is 1.
So, given proposition is a tautology, valid, unfalsifiable and satisfiable.

Part-5:
Method-01: Using Truth Table-
Let (p ↔ r) → (∼q → (p ∧ r)) = R (say)

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

 Clearly, last column of the truth table contains both T and F.
Therefore, given proposition is-

  • Contingency
  • Invalid
  • Falsifiable
  • Satisfiable

Method-02: Using Algebra Of Proposition-
We have-
(p ↔ r) → (∼q → (p ∧ r))
= (p ↔ r) → (q ∨ (p ∧ r)) { ∵ p → q = ∼p ∨ q }
= ∼(p ↔ r) ∨ q ∨ (p ∧ r)
= ∼((p → r) ∧ (r → p)) ∨ q ∨ (p ∧ r) { ∵ p ↔ q = (p → q) ∧ q → p) }
= ∼((∼p ∨ r) ∧ (∼r ∨ p)) ∨ q ∨ (p ∧ r) { ∵ p → q = ∼p ∨ q }
= ∼[ ((∼p ∨ r) ∧ ∼r) ∨ ((∼p ∨ r) ∧ p) ] ∨ q ∨ (p ∧ r) { Using Distributive law }
= ∼[ ((∼p ∧ ∼r) ∨ (r ∧ ∼r)) ∨ ((∼p ∧ p) ∨ (r ∧ p)) ] ∨ q ∨ (p ∧ r) { Using Distributive law }
= ∼[ ((∼p ∧ ∼r) ∨ F) ∨ (F ∨ (r ∧ p)) ] ∨ q ∨ (p ∧ r) { Using Complement law }
= ∼[ (∼p ∧ ∼r) ∨ (r ∧ p) ] ∨ q ∨ (p ∧ r) { Using Identity law }
= [∼(∼p ∧ ∼r) ∧ ∼(r ∧ p) ] ∨ q ∨ (p ∧ r) { Using De Morgans law }
= [ (p ∨ r) ∧ (∼r ∨ ∼p) ] ∨ q ∨ (p ∧ r) { Using De Morgans law }
= ((p ∨ r) ∧ ∼r) ∨ ((p ∨ r) ∧ ∼p) ∨ q ∨ (p ∧ r) { Using Distributive law }
= ((p ∧ ∼r) ∨ (r ∧ ∼r)) ∨ ((p ∧ ∼p) ∨ (r ∧ ∼p)) ∨ q ∨ (p ∧ r) { Using Distributive law }
= ((p ∧ ∼r) ∨ F) ∨ (F ∨ (r ∧ ∼p)) ∨ q ∨ (p ∧ r) { Using Complement law }
= (p ∧ ∼r) ∨ (r ∧ ∼p) ∨ q ∨ (p ∧ r) { Using Identity law }
= (p ∧ ∼r) ∨ q ∨ (∼p ∧ r) ∨ (p ∧ r)
= (p ∧ ∼r) ∨ q ∨ ((∼p ∨ p) ∧ r) { Using Distributive law }
= (p ∧ ∼r) ∨ q ∨ (T ∧ r) { Using Complement law }
= (p ∧ ∼r) ∨ q ∨ r { Using Identity law }
= r ∨ (p ∧ ∼r) ∨ q
= ((r ∨ p) ∧ (r ∨ ∼r)) ∨ q { Using Distributive law }
= ((r ∨ p) ∧ T) ∨ q { Using Complement law }
= p ∨ q ∨ r { Using Identity law }

  • Clearly, the result is neither T nor F.
  • So, given proposition is a contingency, invalid, falsifiable and satisfiable.

Method-03: Using Digital Electronics-
We have-
(p ↔ r) → (∼q → (p ∧ r))
= (p ↔ r) → (q ∨ (p ∧ r)) { ∵ p → q = ∼p ∨ q }
= ∼(p ↔ r) ∨ (q ∨ (p ∧ r)) { ∵ p → q = ∼p ∨ q }
Now in terms of digital electronics, we have-
= (p.r + p’.r’)’ + (q + p.r)
= (p.r)’ . (p’.r’)’ + (q + p.r) (Using De Morgans Theorem)
= (p’ + r’) . (p + r) + (q + p.r) (Using De Morgans Theorem)
= p’.p + p’.r + r’.p + r’.r + q + p.r
= 0 + p’.r + r’.p + 0 + q + p.r
= p’.r + r’.p + q + p.r
= (p’ + p).r + r’.p + q
= r + r’.p + q
= (r + r’).(r + p) + q (Using Transposition Theorem)
= p + q + r

  • Clearly, the result is neither 0 nor 1.
  • So, given proposition is a contingency, invalid, falsifiable and satisfiable.
The document Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE) is a part of the Civil Engineering (CE) Course Engineering Mathematics.
All you need of Civil Engineering (CE) at this link: Civil Engineering (CE)
65 videos|120 docs|94 tests

Top Courses for Civil Engineering (CE)

65 videos|120 docs|94 tests
Download as PDF
Explore Courses for Civil Engineering (CE) exam

Top Courses for Civil Engineering (CE)

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

,

mock tests for examination

,

Exam

,

Important questions

,

Extra Questions

,

Previous Year Questions with Solutions

,

Viva Questions

,

MCQs

,

practice quizzes

,

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

,

video lectures

,

Semester Notes

,

Contingency & Satisfiable | Engineering Mathematics - Civil Engineering (CE)

,

ppt

,

shortcuts and tricks

,

Sample Paper

,

past year papers

,

Summary

,

pdf

,

Objective type Questions

,

Free

,

study material

;