Sr Examen

Expresión ¬(x->y)

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

    Solución

    Ha introducido [src]
    ¬(x⇒y)
    x⇏yx \not\Rightarrow y
    Solución detallada
    xy=y¬xx \Rightarrow y = y \vee \neg x
    x⇏y=x¬yx \not\Rightarrow y = x \wedge \neg y
    Simplificación [src]
    x¬yx \wedge \neg y
    x∧(¬y)
    Tabla de verdad
    +---+---+--------+
    | x | y | result |
    +===+===+========+
    | 0 | 0 | 0      |
    +---+---+--------+
    | 0 | 1 | 0      |
    +---+---+--------+
    | 1 | 0 | 1      |
    +---+---+--------+
    | 1 | 1 | 0      |
    +---+---+--------+
    FNDP [src]
    x¬yx \wedge \neg y
    x∧(¬y)
    FNCD [src]
    x¬yx \wedge \neg y
    x∧(¬y)
    FND [src]
    Ya está reducido a FND
    x¬yx \wedge \neg y
    x∧(¬y)
    FNC [src]
    Ya está reducido a FNC
    x¬yx \wedge \neg y
    x∧(¬y)