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