Expresión ¬x⇒y⇔¬xvy⇒x
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
$$\neg x \Rightarrow y = x \vee y$$
$$\left(y \vee \neg x\right) \Rightarrow x = x$$
$$\left(\neg x \Rightarrow y\right) ⇔ \left(\left(y \vee \neg x\right) \Rightarrow x\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 FNC
$$x \vee \neg y$$
Ya está reducido a FND
$$x \vee \neg y$$