Sr Examen

Expresión не(неX→Y)

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

    Solución

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