• 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/33

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;

33 Cards in this Set

  • Front
  • Back

Statement

declarative sentences that are either true or false, but not both simultaneously

Compound statement

combines two or more statements

connectors

include: and, or, if...then



Negation

must have the opposite truth value from the original statement



Negation of symbols < and >

<=>or equal to


>=<or equal to

^

and, conjunction

\/

or, disjunction

~

not, negation

Quantifiers

used to determine how many cases of a particular situation exists. There are universal quantifiers and existential quantifiers

Universal quantifiers

all, each, every, none

Existential quantifiers

some, there exists, for atleast

Negating quantifiers

the negation of an existential quantifier is a universal quantifier, while the negation of a universal quantifier is a existential quantifier

Truth Table

the listing of all possible truth values of a statement

Basic Truth table for p and q

(p^q) is only true when they are both true



Basic truth table for p or q

(p\/q) is only false when they are both false

Negation of a statement p

~p must have opposite truth value of the original statement

How do we determine the number of rows in a truth table?

n symbols, want 2^n rows

Equivilent statements(

Have the same truth value in all possible situations

DeMorgan's Law

~(p\/q) equivilent to (~p^~q)


~(p^q) equivilent to (~p\/~q)

Circuits

They are analogous to logical statements w/ parallel circuits corresponding to disjunctions and series circuits corresponding to conjunctions

DeMorgan's 2nd law

p->q equivillent to ~p\/q

conditional statement

uses if...then connective and is symbolized by


p-->q where p is the antecendent and q is the consequent

what is the equivilent of a conditional statement

a disjunction: ~p\/q

what is the negation of a conditional statement

a conjunction: p^~q

What is the converse of a conditional statement?

q-->p

What is the inverse of a conditional statement?

~P-->~q

What is the contrapositive of a conditional statement?

~q-->~p

What is the negation of a conditional statement?

p^~q

What are the 2 equivilences among those 5 statements?

original is equivilent to the contrapositive


converse is equivilent to the inverse

Biconditional statement

p<-->q, p if and only if q. both must have the same truth value

Logical argument

a series of statements with each statement being a premise and the last one being the conclusion

When is a statement valid?

if all the premises are true, this forces the conclusion to follow and it is valid, otherwise it is invalid

What are the 2 ways we can analyze for validity?

Euler diagram and truth tables.