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