This one took me a bit longer to fully grasp, a lot of rewinding but i figured out everything (hopefully) so looking forward to the excercises!
@flirkvslife23852 жыл бұрын
I don’t understand why we’re branching out from ~R, and also, why did we put P Q instead of P R in the branch? On top of that, I also don’t get why Q branches into P AND R!!
@QuocDatPhung3 жыл бұрын
This is amazing!
@jeremiahsilva74583 жыл бұрын
I'm too dumb to get it.
@DarrenMcStravick3 жыл бұрын
@@jeremiahsilva7458 Wrong.
@salmanizzadin8 ай бұрын
📝
@stephaniew75012 жыл бұрын
Where is the solution video?
@lucarius44652 жыл бұрын
In our class we call the NCD and the NDD 'The Morgan'. I quite prefer that name over this spaghetti alternative xD
@paulcarello63902 жыл бұрын
1) (P ∨ Q) ∧ (P ∨ R) ⇔ (P ∨ Q) ∧ ~(~P ∧ ~R) ... De Morgans ∴ (P ∨ Q) and ~(~P ∧ ~R) ... ∧ deconstruction 2) (~P ∧ ~R) From 1 and 2 ~(~P ∧ ~R) is TRUE and (~P ∧ ~R) is TRUE ... this is a contradiction ∴ 1 and 2 are NOT consistent.