Expresión ¬p⇔(q⇒p)
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
$$q \Rightarrow p = p \vee \neg q$$
$$\left(q \Rightarrow p\right) ⇔ \neg p = \neg p \wedge \neg q$$
Tabla de verdad
+---+---+--------+
| p | q | result |
+===+===+========+
| 0 | 0 | 1 |
+---+---+--------+
| 0 | 1 | 0 |
+---+---+--------+
| 1 | 0 | 0 |
+---+---+--------+
| 1 | 1 | 0 |
+---+---+--------+
Ya está reducido a FND
$$\neg p \wedge \neg q$$
Ya está reducido a FNC
$$\neg p \wedge \neg q$$