Chapter 1: Truth Functional Logic Flashcards

(30 cards)

1
Q

Valid

A

A valid argument is one whose conclusion is true in every case in which the all its premises are true. Counterexamples are absent

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

Counterexamples

A

Cases in which all premises are true but the conclusion is false

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

A sound argument

A

Is one that’s valid and has no false premises.

Ensures truth in reality

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

Logically equivalent

A

Sentences that have the same truth value in all cases

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

How to use an inconsistency detector to test validity

A

Assuming the denial of the conclusion: if the set is inconsistent, the argument is valid. If the set is consistent, the argument is invalid

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

How to use a validity detector to test inconsistency

A

Assume the conclusion is a truth-functionally inconsistent sentence: if the argument is valid, the set is inconsistent. If the argument is invalid, the set is consistent

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

Tautology

A

A sentence with no f cases at all in its truth table

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

truth functional

A

truth value depends on truth value of constituents only (ex. denial, conjunction, disjunction), regardless of meaning of sentence

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

an interpretation I of a sentence S is an assignment of:

A

exactly one truth value (t or f) to each sentence letter that occurs in the sentence S

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

a sentence is satisfiable jic…

A

it is true in at least one of its interpretations

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

a sentence is valid jic…

A

it is true in all of its interpretations

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

a satisfiable set of sentences is:

A

a set of sentences where all of its members (premises) are true JOINTLY in a single interpretation

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

implication

A

a sentence alpha implies a sentence beta jic there is no interpretation of alpha and beta where alpha is true and beta is false

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

another way of saying alpha implies beta is:

A

beta is a consequence of alpha, beta follows from alpha

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

a sentence alpha is equivalent to a sentence beta jic…

A

alpha implies beta AND beta implies alpha

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

argument

A

a collective of sentences, one of which is the conclusion of the argument and the rest are its premises

17
Q

counter-examples

A

cases where premises are all false but conclusion is true or premises are all true and conclusion is false (i.e. cases where conclusion does not follow from the premises)

18
Q

to test a (finite) set of sentences for satisfiability:

A

make a list of all members of the set and make a truth tree, apply rules, if all paths are closed then the initial list is unsatisfiable, if at least one path is open then the set is satisfiable

19
Q

to test a sentence S for validity:

A

make a truth tree starting with DENIAL of S for satisfiability, apply rules; if denial of S is satisfiable then S is invalid, if denial of S is unsatisfiable, then S is valid

20
Q

to test an argument for validity:

A

test the set of premises and the DENIAL of the CONCLUSION for satisfiability, apply rules: if satisfiable, then argument is invalid, if unsatisfiable, argument is valid

21
Q

to test two sentences for equivalence:

A

test DENIAL of BI-CONDITIONAL for satisfiability (if equivalent, bi-conditional must be valid); if satisfiable, not equivalent, if unsatisfiable, equivalent

22
Q

in a truth tree, if one list of the conclusions of a rule is true in an interpretation…

A

the premise of the rule is true in that interpretation

23
Q

“argument”

24
Q

“values”

25
if there are n numbers of different inputs, what is the number of different outputs?
((2)^2)^n
26
a set of logical connectives is EXPRESSIVELY COMPLETE just in case:
all truth functions can be expressed with those connectives (and sentence letters) - (all truth functions can be expressed using L1)
27
algorithm to find function that produces truth function matching table:
locate where t occurs, conjoin the letters present in each true row. If there are no T's, then this is an unsatisfiable sentence
28
to show that a set B is expressively complete given that a set A is expressively complete:
define each member of A in terms of B
29
complete disjunctive normal form (CDNF)
1) sentence is a disjunction 2) every disjunct within the sentence is a conjunction 3) every conjunction in the sentence consists of sentence letters or denials of sentence letters 4) every sentence letter that appears in one disjunct appears in all the disjuncts
30
if a sentence in complete disjunctive normal form has n sentence letters, how many disjuncts should it have?
2^n disjuncts