Methametical reasoning Revision

πŸ‘‰ LOGICAL CONNECTIVES

 And : ^

Or : √

Implies that : =>

if and only : <=>


πŸ‘‰ Some imp conversation for JEE

1. p=>q equivalent to ~p √  q
πŸ‘‰If both are T or F then ek is T . In rest case q decide .


2. ~(p^q) eq to ~p √ ~q  and same for ^
3. p<=> q ek to (~p √ q)  ^ (~q √ p)
πŸ‘‰ Only T if both are T

πŸ‘‰ Note
1. Converse of p=>q is q=>p
2. Inverse of p=>q is ~p => ~q
3. Contrapositive of p=>q is ~q=>~p

::- πŸ‘ way to remember-
Contrapositive is inverse of converse

πŸ‘‰ Tautology & Contradiction

  • Tautology means always true
  • Contradiction - always false






Comments