I am confused on how to produce truth sets from propositional logic statements For example:
$(p \land q) \implies \lnot r$
How would I turn this into a truth set, which could then be used to create a venn diagram.
I have produced a truth table which produced the result FTTTTTTT
Really unsure on how to approach this.
Any triple $P, Q, R$ satisfying $P\cap Q \subset R^c$ should work. Take for instance $P=\mathbb{N}$ the natural numbers, $Q=\{2n| n \in \mathbb{Z}\}$ the set of all even numbers and $R$ the set of all irrational numbers (like $\pi$ or $\sqrt{2}$). Then $P \cap Q$ is the set of all even numbers greater or equal than zero, and $R^c$ is $\mathbb{Q}$ the set of all rational numbers (assuming your universe is $\mathbb{R}$).