Truth tables for the formulae from the assignment sheet: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
(Created page with "== Task 7: Truth tables == Compute the truth table for the following formulæ: 1. p ∧ (p ∧ q) 2. (p ∨ q) ⊃ ¬(q ∧ ¬r) == p ∧ (p ∧ q) == ...")
 
No edit summary
Line 1: Line 1:
== Task 7: Truth tables ==
= Task 7: Truth tables =


Compute the truth table for the following formulæ:
Compute the truth table for the following formulæ:
Line 8: Line 8:


== p ∧ (p ∧ q) ==
== p ∧ (p ∧ q) ==
{|border = "1"
|+
|p
|q
|p ∧ q
|p ∧ (p ∧ q)
|}


== (p ∨ q) ⊃ ¬(q ∧ ¬r) ==
== (p ∨ q) ⊃ ¬(q ∧ ¬r) ==

Revision as of 21:22, 29 June 2013

Task 7: Truth tables

Compute the truth table for the following formulæ:

1. p ∧ (p ∧ q)

2. (p ∨ q) ⊃ ¬(q ∧ ¬r)

p ∧ (p ∧ q)

p q p ∧ q p ∧ (p ∧ q)


(p ∨ q) ⊃ ¬(q ∧ ¬r)


Back to the assignment sheet for Chapter 2.