• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/60

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

60 Cards in this Set

  • Front
  • Back
a proposition is the same as a statement
true
propositional logic is concerned with the truth value of propositions
true
a proposition can be true or false or neutral
false
a simple statement is made up of simpler statements
false
the truth value of a compound statement depends on the truth values of...
its components
a deductive argument can be valid or invalid, but not both
true
a statement can be valid or invalid, but not both
false
a statement can be deductive, inductive, but not both
false
an argument can be true or false, but not both
false
deductively sound arguments are true
false
a proposition has a truth value
true
if only one statement in a disjunction is true, the whole disjunction is false
false
the symbol used to indicate a negation &
false
each of the component statements in a conjunction is called a disjunct
false
a double negation has the same truth value as no negation
true
if just one statement in a conjunction is false, the whole conjunction is still true
false
p q p->q
t t t
t f f
f t t
f f t
true
p q p v q
t t t
t f f
f t f
f f f
false
in a conditional statement, "if" introduces...
the antecedent
in a conditional statment, "only if" introduces...
the consequent
when used in a statement "unless" is equivalent to...
"if not"
when used in a statement "but" indicates...
a conjunct
when used in a statement "although" indicates...
a conjunct
a conditional is false only when the antecedent is...
true and the consequent is false
when used in a statement "or" indicates...
a disjunct
propositional logic is the branch of deductive reasoning that deals with the logical relationships among...
statements
the symbolization for a conditional is...
p->q
the truth table test of validity is based on the fact that it's impossible for a valid argument to have true premises and...
false conclusion
in a conditional statement, "unless" introduces...
the antecedent
if i watch enough reality television shows will i have a sparkling personality
p->q
i have never watched a single cooking show and yet my personality sparkles
~p&q
i watch sunday news analysis shows regularly but that does not make me an interesting person
p&~q
you can watch tv or you can read me 23 shakespearean sonnets...
pvq
i'm a math expert, but i am no good at logic
p&~q
unless you wash the dishes, you cannot watch television
~p->~q
i watch reality tv only if my mother-in-law is visiting
p->q
whenever my cousin comes to visit we watch pro bowling
p->q
if you dont eat your pease, you cannot eat your pudding
~p->~q
you are the smartest person in the room, unless you count me
~q->p
unless you wish to risk neurotoxic shock, you should not eat that pufferfish
~p->~q
either our nation is the strongest military power, or some other nation is
pvq
the price of freedom is eternal vigilance
p
i will never have a sparkling personality unless i watch enough television reality shows
~q->~p
a,b,c=T p,q,r=F
c->b
true
a,b,c=T p,q,r=F
a&~q
true
a,b,c=T p,q,r=F
av~c
true
a,b,c=T p,q,r=F
p&~q
false
a,b,c=T p,q,r=F
~av~c
false
a,b,c=T p,q,r=F
a&(b&~q)
true
a,b,c=T p,q,r=F
pv(b->~q)
true
a,b,c=T p,q,r=F
av~(c->~q)
true
a,b,c=T p,q,r=F
~a&(b&~q)
false
a,b,c=T p,q,r=F
~p->(b->~q)
true
p->~q
q
therefore~p
valid
b->c
a->b
therefore (b&c)v(a&b)
invalid
p->q
therefore p->(p&q)
valid
p->q
~p->r
~p
therefore r
valid
(p->q)->(p->r)
~(p->q)
~r
therefore p
valid
z->(x&y)
(xvy)->z
therefore (x&y)->(xvy)
valid
(~y->~x)&x
z->~y
therefore z
invalid