1dm3

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/106

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

107 Terms

1
New cards

Tautology

A statement that is always true

2
New cards

Contradiction

A statement that is always false

3
New cards

De Morgan's Law

~(P ^ Q) = ~P v ~Q

~(P v Q) = ~P ^ ~Q

4
New cards

Idempotent Laws

P ^ P = P

P v P = P

5
New cards

Distributive Laws

P ^ (Q v R) = (P ^ Q) v (P ^ R)

P v (Q ^ R) = (P v Q) ^ (P v R)

6
New cards

Identity Laws

P ^ t = P

P v C = P

7
New cards

Absorption Laws

P v (P ^ Q) = P

P ^ (P v Q) = P

8
New cards

Sufficient condition

"R is sufficient condition for s" means "if r, then s"

9
New cards

If P, then Q

P is sufficient for Q

10
New cards

Necessary condition

"R is necessary for s" means "if not r, then not s"

11
New cards

If not P, then not Q

P is necessary for Q

12
New cards

If Q, then P

necessary condition

13
New cards

If not q, then not p

Contrapositive of "if p, then q"

14
New cards

Not p and not q

Conditional statement ("if p, then q") expressed as or

15
New cards

Modus tollens

If P, then Q.

Not Q.

Therefore, not P.

16
New cards

Modus ponens (primero)

If P, then Q.

P.

Therefore, Q.

17
New cards

Converse error (affirming the consequent)

If P, then Q.

Q.

Therefore, P.

18
New cards

Inverse error (denying the antecedent)

If P, then Q.

Not P.

Therefore, not Q.

19
New cards

NAND-gate

An "and" gate followed by a "not" gate. (sheffer stroke)

20
New cards

NOR-gate

An "or" gate followed by a "not" gate. (pierce arrow)

21
New cards

Recognizer

A circuit that outputs a 1 for only one combination of input signals

22
New cards

Two's complement

A way to represent the negative of a binary number.

23
New cards

2^n - a

Form of the two's complement

24
New cards

Proposition (statement)

A sentence that can either be true or false

25
New cards

Predicate

A sentence whose truth value cannot be determined because there is a variable or missing information

26
New cards

Vacuously true

If p is false, then q is true. This statement is True.

If p is false, then q is false. This statement is True.

Every time p is false, the statement is True! What is this called?

27
New cards

For all x, if P(x) then Q(x).

P(a) is true for a particular a.

Therefore, Q(a) is true for that particular a.

Universal modus ponens

28
New cards

For all x, if P(x) then Q(x).

Q(a) is false for a particular a.

Therefore, P(a) is false for that particular a.

Universal modus tollens

29
New cards

For all x, if P(x) then Q(x).

For all x, if Q(x) then R(x).

Therefore, for all x, if P(x) then R(x).

Universal transivity

30
New cards

Constructive proof of evidence

Showing at least one possible x such that P(x) proves that "there exists some x such that P(x)"

31
New cards

Direct proof

Showing that P(x) is true for any x proves that "for all x, P(x)"

32
New cards

Zero product propert

If neither of two real numbers is zero, then their product is also not zero.

33
New cards

1. Write the 8-bit binary notation for a.

2. Flip the bits.

3. add 1 in binary notation

How do you convert a positive integer into the two's complement?

34
New cards

Every integer greater than 1 is divisible by a prime number.

Divisibility by a prime number theorem states...

35
New cards

Any integer greater than 1 is either prime or a factor of prime numbers.

Unique factorization of integers theorem states...

36
New cards

An irrational number

A non-terminating real number is

37
New cards

10 (base 2)

1 (base 2) + 1 (base 2) =

38
New cards

11 (base 2)

1 (base 2) + 1 (base 2) + 1 (base 2) =

39
New cards

Set

any collection of well-defined and well-distinguished objects.

40
New cards

Union

If A and B are 2 sets, set C’s elements are elements of A OR elements of B

41
New cards

Intersection

If A and B are 2 sets, set C’s elements are elements of A AND elements of B

42
New cards

Disjoint

Sets A and B are ___ if their intersection is empty

43
New cards

Mutually disjoint

n number of sets are ___ if the intersection of any 2 of them are empty

44
New cards

Difference

if A and B are 2 sets, set C’s elements are elements of A but not elements of B.

45
New cards

Complement

The ___ of a set A relative to the universal set U is the set C of all objects that are not elements of A.

46
New cards

Subset

A is a ___ of B iff every element of A is an element of B

47
New cards

Power set

The ___ A is the se containing all subsets of A

48
New cards

Cartesian Product A x B

knowt flashcard image
49
New cards

Relation

a subset of a suitably chosen Cartesian product.

50
New cards

Domain

The ___ of a relation Rxy is the set of all x’s for which there is a matching y.

51
New cards

Reflexivity

Rxy, for all x, n = n for all n in x

52
New cards

Symmetry

n = m —> m = n, for any integers n and m

53
New cards

Transitivity

If n = m an m = k, then n = k for for any integers n, m, and k

54
New cards

Equivalence relation

a binary relation that is reflexive, symmetric, and transitive

55
New cards

Function

from A —>B is a relation such that for each element a in A, there is at most 1 element b in B such that <a,b> is an element of F.

Vertical line test

56
New cards

Injective or one-to-one

Different arguments have different function values.

Passes the horizontal line test

57
New cards

Surjective or on-to

Every element of the codomain is a function value

58
New cards

Bijective

both injective AND surjective

59
New cards

Partition

If all subsets of A art mutually disjoint, the subsets form a ___ of A

60
New cards

Argument

A statement claimed to be true and supporting evidence

61
New cards

Probabilistic / Inductive arguments

about things likely to be true

62
New cards

Deductive arguments

If the evidence is true, the claim must be true

63
New cards

Couterexample

A situation that makes the premise true but not the conclusion

64
New cards

Logic

the study of deductive arguments and their validity.

65
New cards

Mathematical Proof

finite sequence of statements and steps such that the statement in each step (except for the last) is either a premise (assumption) or a logical consequence of statements in one or more of the previous
steps; the statement in the last step is a logical consequence of statements made in previous steps

66
New cards

Propositional Logic

studies why and when arguments are valid based entirely on their use of certain sentence-forming expressions (i. e., words or strings of words). To this effect, it fixes the meaning of these expressions and offers rules for their deployment in arguments.

67
New cards

Statement / Proposition

A meaningful sentence to which we can assign a truth value

68
New cards

Truth Functor

Truth-functional sentence operators

69
New cards

Sentence operator

a word or a string of words with one or more blanks such that when the blanks are filled with sentences, the result is again a sentence.

70
New cards

Conjunctor ^

True if conjuncts A AND B are true

71
New cards

Disjunctor v

True if at least 1 disjunct A OR B are true

72
New cards

Subjunctor —>

True if and only if, the antecedent A is false or the consequent B is true

73
New cards

Negator

Flips the truth value

74
New cards

Universal quantifier

the quantifier phrase “for all x it holds that” or, “for all x”. Typically prefixes a subjunction of open sentences

75
New cards

Existential quantifier

the quantifier phrase “There is at least one x such that” or “there is an x”. Typically prefixes a conjunction of 2 open sentendes

76
New cards

Open sentence

A string of words or a phrase with one or more blanks such that a statement results when filling the blank or blanks with a closed term or terms

77
New cards

Direct Proof

A proof without needing to use the negation of the statement A

78
New cards

Direct proof template

knowt flashcard image
79
New cards

A direct proof is a composition of:

Conditionalization and generalization

80
New cards

Proof by cases template

knowt flashcard image
81
New cards

Proof by contraposition template

knowt flashcard image
82
New cards

Indirect proof

Proof using the negation of A or B

83
New cards

Proof by contradiction template

The upside down T is an absurdity

<p>The upside down T is an absurdity</p>
84
New cards

Induction

A template for proving statements that are true for all natural numbers

85
New cards

Induction template

knowt flashcard image
86
New cards

Dedekind’s Axioms

(2 is injective)

<p>(2 is injective)</p>
87
New cards

Least element

a is the ___ of ordered-set A if x <= x for all x in A

88
New cards

Well-Order

An ordered set A is ___ -ed if every non-empty subset has a least element

89
New cards

Well-Ordering Principle (WOP)

Every non-empty subset of the natural numbers has a least element.

The set of natural numbers is well ordered

90
New cards

When is the negation of A true?

iff the unnegated statement A is false

91
New cards

Double negation

(works both ways)

<p>(works both ways)</p>
92
New cards

any B; ex falso quodlibet

<p></p>
93
New cards

Commutativity for the conjunction

(works both ways)

<p>(works both ways)</p>
94
New cards

Commutativity for the disjunction

(works both ways)

<p>(works both ways)</p>
95
New cards

Distribution of the conjunction

(works both ways)

<p>(works both ways)</p>
96
New cards

Distribution of the disjunction

(works both ways)

<p>(works both ways)</p>
97
New cards

de Morgan conjunction

(works both ways)

<p>(works both ways)</p>
98
New cards

de Morgan disjunction

(works both ways)

<p>(works both ways)</p>
99
New cards

Negation of subjunction

(works both ways)

<p>(works both ways)</p>
100
New cards

Negation of bi-subjunction

(works both ways)

<p>(works both ways)</p>