Sr Examen

Expresión ~(P→Q)

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

    Solución

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