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