Solveeit Logo

Question

Mathematics Question on mathematical reasoning

Consider the following two propositions:
P1: (p q)P_1 : ~ (p → ~ q)
P2:(p q)(( p)q)P_2: (p ∧ ~q) ∧ ((-~p) ∨ q)
If the proposition p(( p)q)p → ((~p) ∨ q) is evaluated as FALSE, then:

A

P1 is TRUE and P2 is FALSE

B

P1 is FALSE and P2 is TRUE

C

Both P1 and P2 are FALSE

D

Both P1 and P2 are TRUE

Answer

Both P1 and P2 are FALSE

Explanation

Solution

Given that: p( pq)p → (~ p∨q) is false.
 pq⇒ ~ p ∨ q is false and pp is true.
Now pp is True.
 Tq=F~ T∨q = F
Fq=FF∨q = F
qq is false
P1: (T F) (TT)False.P_1: ~ (T → ~ F) ≡ ~ (T → T) ≡ False.
P2:(T F)( TF)(TT)(FF)P_2: (T∧~ F) ∧(~ T ∨F) ≡ (T∧T) ∧(F∨F)
TF≡ T∧ F ≡ False
So, the correct option is (C): Both P1P_1 and P2P_2 are FALSE.