Exercise logic.propositional.consequence

Description
Prove that formula is a logical consequence of a set of formulas

((p /\ q) || ~p) /\ ((p /\ q) || ~q) /\ ~p => ~q
ready: no

Feedback

Environment

initial=TList [TCon logic1.and [TCon logic1.or [TCon logic1.and [TVar "p",TVar "q"],TCon logic1.and [TCon logic1.not [TVar "p"],TCon logic1.not [TVar "q"]]],TCon logic1.not [TVar "p"]]]

Path 1

path[0, 0, 4, 0, 0, 2, 0, 0, 5, 2]
steps10
major rules1
active labels
  • consequence
  • cnf
  • distror

enter consequence, initial, navigator.down, navigator.down, enter cnf, check, navigator.down, check, enter distror, logic.propositional.oroverand