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

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;

49 Cards in this Set

  • Front
  • Back
∼p

not p

p ⊕ q or p XOR q
p or q but not both p and q
P ≡ Q
P is logically equivalent to Q
p → q
if p then q

p ↔ q

p if and only if q
therefore
P(x) ⇒ Q(x)
every element in the truth set for P(x) is in the truth set for Q(x)
P(x) ⇔ Q(x)
P(x) and Q(x) have identical truth sets
for all
there exists

AND-gate


NAND-gate


NOR-gate


NOT-gate


OR-gate

|

Sheffer stroke (NAND)

Peirce arrow (NOR)

a ∈ A

a is an element of A

Set-Builder Notation
a is not an element of A
{a1, a2,..., an }
the set with elements a1, a2,..., an
{x ∈ D | P(x)}
the set of all x in D for which P(x) is true
the sets of all real numbers, negative real numbers, positive real numbers, andnonnegative real numbers
the sets of all integers, negative integers, positive integers, and nonnegative integers
the sets of all rational numbers, negative rational numbers, positive rational numbers,and nonnegative rational numbers

N

the set of natural numbers
A is a subset of B
A is not a subset of B
A union B
A intersect B
the Cartesian product of A1, A2,..., An
the empty set
universal statement
a certain property is true for all elements in a set.
conditional statement
if one thing is true then some other thing also hasto be true.
universal existential statement
a statement that is universal because its first part says that a certain property is true for all objects of a given type, and it is existential because its second part asserts the existence of something
existential universal statement
a statement that is existential because its first part asserts that a certain object exists and is universal because its second part says that the object satisfies a certain property for all things of a certain kind
statement (or proposition)
a sentence that is true or false but not both
conjunction of p and q
p ∧ q
disjunction of p and q
p ∨ q
negation of p
∼p
statement form (or propositional form)
an expression made up of statement variables (such as p, q, and r) and logical connectives (such as ∼, ∧, and ∨) that becomes a statement when actual statements are substituted for the component statement variables
tautology
a statement form that is always true regardless of the truth values ofthe individual statements substituted for its statement variables
contradication
a statement form that is always false regardless of the truth values of the individual statements substituted for its statement variables
contrapositive
The contrapositive of p → q is ∼q → ∼p.
syllogism
An argument form consisting of two premises and a conclusion
modus ponens
If p then q.



p


∴ q

modus tollens
If p then q.



∼q


∴ ∼p

fallacy
an error in reasoning that results in an invalid argument
Boolean expression
An expression composed of Boolean variables and the connectives ∼, ∧, and ∨