Sr Examen

Expresión ~(p→q∨r)↔(p→q)∨(p→r)

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

    Solución

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