Question 76
76. Consider the following statements :
(a) False ⊨ True
(b) If α ⊨ (β ∧ γ) then α ⊨ β and α ⊨ γ.
Which of the following is correct with respect to the above statements ?
(a) False ⊨ True
(b) If α ⊨ (β ∧ γ) then α ⊨ β and α ⊨ γ.
Which of the following is correct with respect to the above statements ?
Previous | Next |
UGC NET CS 2018 July - II Question 75 | UGC NET CS 2018 July - II Question 77 |
A ⊨ B means "A" logically entails "B" if and only if the sentence A ⇒ B is valid.
We need to prove that False ⇒ True is valid.
∴ False ⇒ True is always true
because we know : (a ⇒ b) ≡ (¬a ∨ b) So, False ⇒ True is equivalent to ( ¬Flase ∨ True ) which is always true.
by constructing below truth table you will find out that
" α ⊨ β and α ⊨ γ " are true for all the cases for which "α ⊨ (β and γ)" is true
Definition of Logical Entailment
A set of sentences (called premises) logically entails a sentence (called a conclusion) if and only if every truth assignment that satisfies the premises also satisfies the conclusion.
Example of Logical Entailment:
“KB logically entails S” if all the models that evaluate KB to True also evaluate S to True.
Denoted by: KB ⊨ S
Reference : Logical Entailment
Reference 1 : Realm world example of Logical Entailment
Reference 2 : https://www.ics.uci.edu/~welling/teaching/271fall09/HW6_sol.pdf#page=8