Sr Examen

Expresión ¬(¬Q⇒¬P)

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

    Solución

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