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