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