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