Terminology Flashcards

1
Q

Operator Precedence

A
Æ
Ę
~
^
v
->
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ü

“Fancy U”

A

Universe of Discourse (allowable choices)

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

Ż

“Fancy Z”

A

Set of all integers

{…-2, -1, 0, 1, 2,…}

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

M

“Fancy M”

A

Set of all muffins

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

Ę

“Backwards E”

A

Existential

“there exists”

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

Æ

“Upside down A”

A

Universal

“for all”

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

Predicate Calculus (Predicate Logic)

A

The manipulation of open statements

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

Negation of Quantifiers

A

DeMorgan’s Law for Quantifiers

~Æx d(x) = Ęx ~d(x)

~Ęx d(x) = Æx ~d(x)

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

Quantifiers

A

Quantify open statements and make them statements.

Existential and Universal quantifiers

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

Open Statement

A

Has one or more variables

Is not a statement, but becomes one when the variables are replaced by certain allowable choices (universe of discourse)

p(x): x is an integer

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

Dealing with Nested Quantifiers

A

Order matters

Read from left to right

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

Bound Variables

A

Variables with a quantifier applied to it.

Æx ( p(x) -> q(x) )

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

Unbound Variables

A

Variables with no quantifiers applied

Æx p(x) -> q(x)

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

If p q is a tautology, we can say…

A

p = q

p is logically equivalent to q

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

is interchangeable with…

A

Logical equivalence

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

For compound statements p and q, if p -> q is a tautology, we can say…

A

p logically implies q

p => q

17
Q

Logically Implies

A

=>

Like logical equivalence but only works in one direction

18
Q

Argument

A

A series of statements that end in a conclusion.

Can be valid or not.

19
Q

Argument Structure

A

A bunch of premises conjoined together that lead to a conclusion.

20
Q

An argument is valid…

A

Iff it is never possible to make the premises true but the conclusion false

21
Q

Rules of Inference

A

Can only be applied of they match the WHOLE form of each premise they are being applied to.

Yield results in one direction but not necessarily both directions (are logical implications)

22
Q

p
p -> q
________
:. q

A

(p ^ (p -> q)) -> q

Which is a tautology, so

p ^ (p -> q) => q

*this structure holds for all rules of inference

23
Q

Theorem

A

A statement that can be shown to be true

24
Q

Proof

A

A valid argument that establishes the truth of a theorem.

25
Q

Lemma

A

A less important theorem that is used to prove other results.

26
Q

Axiom

A

A statement that can be assumed to be true.

These are fundamental building blocks.

27
Q

Conjecture

A

Something we believe to be true but has not yet been proven.

28
Q

Informal Proof

A

Multiple rules of interference in one step, steps are skipped, rules or axioms not explicitly stated.

29
Q

Proof by Contraposition

A

To prove p => q, Start with only ~q and use that to derive ~p.

Negate conclusion, then derive premise.

30
Q

Proof by Contradiction

A

To show that p=> q, add ~q to our premise and then derive a contradiction.

31
Q

Even

A

An integer n, is said to be even if there exists some integer k such that n = 2k.

32
Q

Odd

A

If n is not even, we call it odd, and then there exists some integer k such that n = 2k +1.

33
Q

Closure for the set of all integers.

A

A set is said to be closed under an operation if that operation takes elements of that set as input and only generates that set as output.

Ż is closed under +, -, *

Ż is not closed under /