Week 3 Flashcards

1
Q

What is a tautology?

A

A compound proposition which is true under all possible assignments of truth values to its prime propositions. Also called a valid proposition. Contain only T in the last column of their truth tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a contradiction?

A

A compound proposition which is false under all possible assignments of truth values to its prime propositions. Also called an inconsistent proposition. Contain only F in the last column of their truth tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a contingent proposition?

A

A compound proposition which is neither a tautology nor a contradiction. Has T and F in the last column of their truth tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference between gates and propositional connectives?

A

Gates distinguish between input signals and the output signal, whereas formulae in propositional logic have no such notion. Inputs are known and the output is an unknown dependent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is logical equivalence?

A

If and only if their equivalence is a tautology. Always true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is logical implication?

A

A formula p is said to logically imply a formula q if and only if their implication is a tautology.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the commutative laws?

A

p and q is logically equivalent to q and p
p or q is logically equivalent to q or p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the associative laws?

A

p and (q and r) is logically equivalent to (p and q) and r
p or (q or r) is logically equivalent to (p or q) or r

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the distributive laws?

A

p or (q and r) is logically equivalent to (p or q) and (p or r)
p and (q or r) is logically equivalent to (p and q) or (p and r)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are De Morgan’s Laws?

A

¬(p ^ q) is logically equivalent to ¬p v ¬q
¬(p v q) is logically equivalent to ¬p ^ ¬q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the law of negation? (involution law)

A

Two negations cancel each other out.
¬(¬p) = p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the law of excluded middle and the law of contradiction known as collectively?

A

Complement laws.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the law of implication?
What is the contrapositive law?
What is the law of equivalence?

A

p implies q is logically equivalent to ¬p v q;
p implies q is logically equivalent to ¬q implies ¬p;
(p equivalent to q) is logically equivalent to (p implies q) ^ (q implies p)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the laws of idempotence?

A

p v p is logically equivalent to p
p ^ p is logically equivalent to p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the laws of simplification?

A

p ^ true is logically equivalent to p
p v true is logically equivalent to true
p ^ false is logically equivalent to false
p v false is logically equivalent to p
p v (p ^ q) is logically equivalent to p
p ^ (p v q) is logically equivalent to p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the rule of substitution?

A

We can always substitute a logically equivalent formula for a subformula embedded in a much larger formula without changing it’s meaning.

17
Q

What is the rule of transistivity?

A

If p is logically equivalent to q and q is logically equivalent to r. Then p is logically equivalent to r.

18
Q

What is the law of excluded middle?

A

(¬p or p) is logically equivalent to True

19
Q

What is the law of contradiction?

A

p ^ ¬p is logically equivalent to False

20
Q

Checks for valid argument.

A

if when all parameters are true the conclusion is also true at all times, valid argument.
If the conjunction of the parameters implies the conclusion is a tautology, valid argument.

20
Q

What are the inference rules?

A

A series of simpler valid arguments that are known to be valid. Enable the elimination or the introduction of a logical connective. They consist of premises above the line and a conclusion below the line. The line signifies logical implication as in an inference rule the conjunction of the premises will logically imply the conclusion with a tautology.

21
Q

Conjunction Introduction? (conjunction)

A

if p
and q
then p ^ q

22
Q

Conjunction Elimination? (simplification)

A

if p ^ q
then p

23
Q

Disjunction Introduction? (addition)

A

if p
then p v q

24
Q

Disjunction Elimination? (disjunctive syllogism)

A

If p v q
and ¬p
then q

25
Q

Modus ponens?

A

If p ⇒ q
And p
then q

26
Q

Modus tollens?

A

If p ⇒ q
and ¬q
then ¬p

27
Q

Double negation?

A

If ¬¬p
Then p

28
Q

Transisitivity of equivalence?

A

If p ⇔ q
and q ⇔ r
then p ⇔ r

29
Q

Laws of equivalence?

A

If p ⇔ q
then p ⇒ q
then q ⇒ p

30
Q

Deduction theorem?

A

If p, … , r, s |– t
Then p, …, r|– s ⇒ t

31
Q

Reductio ad absurdum?

A

p, …, q, r |– s
p, …, q, r |– ¬s
p, …, q |– ¬r

32
Q

Hypothetical Syllogism

A

(p ⇒ q) ∧ (q ⇒ r) ≡ p ⇒ r