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