Sr Examen

Expresión ¬(A⇒B)∧¬((A∧B)⇒(A∧B))

El profesor se sorprenderá mucho al ver tu solución correcta😉

    Solución

    Ha introducido [src]
    (¬(a⇒b))∧(¬((a∧b)⇒(a∧b)))
    $$a \not\Rightarrow b \wedge \left(a \wedge b\right) \not\Rightarrow \left(a \wedge b\right)$$
    Solución detallada
    $$a \Rightarrow b = b \vee \neg a$$
    $$a \not\Rightarrow b = a \wedge \neg b$$
    $$\left(a \wedge b\right) \Rightarrow \left(a \wedge b\right) = 1$$
    $$\left(a \wedge b\right) \not\Rightarrow \left(a \wedge b\right) = \text{False}$$
    $$a \not\Rightarrow b \wedge \left(a \wedge b\right) \not\Rightarrow \left(a \wedge b\right) = \text{False}$$
    Simplificación [src]
    0
    0
    Tabla de verdad
    +---+---+--------+
    | a | b | result |
    +===+===+========+
    | 0 | 0 | 0      |
    +---+---+--------+
    | 0 | 1 | 0      |
    +---+---+--------+
    | 1 | 0 | 0      |
    +---+---+--------+
    | 1 | 1 | 0      |
    +---+---+--------+
    FNCD [src]
    0
    0
    FNDP [src]
    0
    0
    FND [src]
    Ya está reducido a FND
    0
    0
    FNC [src]
    Ya está reducido a FNC
    0
    0