Logic
Proofs
Set Theory
Graphs/Trees
Relations
100

A proposition is a statement with one of these two values.

What are True and False?

100

If we want to use a direct proof to prove "If P, then Q", what do I assume/suppose in the first line of my proof.

What is "Suppose P"?

100

For any given set, A, both itself and this set are guaranteed to be subsets of A.

What is the empty set?

100

A graph consists of edges that connect vertices, also known by this "n"ame.

What are nodes?

100

A relation R on a set A is an equivalence relation if it is...

What is "symmetric, transitive, and reflexive?"

200

This operator only outputs True if both inputs are true.

What is conjunction? (Acceptable: AND)

200

If I want to prove the statement: "If P, then Q" and I start out supposing "Not Q" and use theorems/definitions/math to show "Not P," what proof technique did I use?

What is a "Contrapositive Proof"?

200

Set operations can be represented by algebra, membership tables, or this diagram that uses intersecting circles.

What is a Venn Diagram?

200

The number of edges in the tree from the root to the deepest node

What is the "height of a tree"?

200

This property states if xRy, then yRx.

What is "symmetry"?

300

It's the only unary logic operator, meaning it takes one input statement rather than two.

What is negation? (Acceptable: NOT)

300

Suppose I am proving the proposition: "If a2 is even , then a is even." If I want to do a proof by contradiction what should I suppose?

What is: "a2 is even and a is not even"?

300

This "product" of A and B is defined as the set of ordered pairs (x,y), where x is in A and y is in B.

What is the Cartesian Product?

300

The three elements in the ordered triple that define a graph.

What are the "set of nodes (N), set of edges/arcs (A), and function (g)"?

300

Suppose R is an equivalence relation on a set A. Given any element a ∈ A, this is the set for the equivalence class [a].

What is "[a] = {x in A: xRa}"?
400

The implication A-->B is equivalent to A' __ B, with the blank being this operator.

What is Disjunction? (Acceptable: OR)

400

When I am trying to prove that the statements S1, S2, … are all true and I assume that Sk is true.

What is the inductive hypothesis?

400

It's the cardinality of the power set of {a,b,c,d}

What is 16?

400

An edge/arc that connects a node back to itself.

What is a "loop"?

400

Among the defining properties of equivalence relations, this is the one which states if aRb and bRc, then aRc.

What is transitive?

500

This rule, states if "P" and "P -> Q", then "Q".

What is Modus Ponens?

500

The basis step if I am trying to prove: "If n \in N, then 1+3+5+7+...+(2n-1)=n2".

What is "Plug in n = 1 and show 1 = 12"?

500

The intersection of the set A={1, 2, 3} and B = {1, 2, 3, 4}.

What is "A"?

500

A tree where each node has at most two children.

What is a binary tree?

500

The set {{a,c}, {b}, {d}} is a partition of this set.

What is "A = {a, b, c, d}"?

M
e
n
u