3.1 - 3.3

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

1/42

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.

43 Terms

1
New cards

When is an integer x even?

If there is an integer k such that x = 2k

2
New cards

When is an integer, x, odd?

If there is an integer, k, such that x = 2k + 1

3
New cards

Parity

Parity is the classification of whether a number is odd or even

4
New cards

When do two numbers have the same parity?

if both numbers are both even or both odd

5
New cards

When do two numbers have the opposite parity?

When one number is odd and the other is even

6
New cards

When is a number a rational number?

If there exists integers x and y such that y does not equal 0 and r = x/y

7
New cards

When can an integer, x, divide integer y?

If and only if x does not equal 0 and y = kx, for some integer k

This is denoted as x | y, and as x∤y otherwise.

8
New cards

If x divides y, the y is a of x, and x is a __ or _ of y

multiple

factor

divisor

9
New cards

when is an integer a prime number?

if and only if n > 1, and the positive integers that divide n are 1 and n.

10
New cards

when is an integer a composite number?

If and only if n > 1, and there is an integer m such that 1 < m < n and m divides n

11
New cards

if x and c are real numbers, then how many inequalities can be true?

exactly one - <, =, or >

12
New cards

x >= c if and only if ___ or ___

x = c or x > c

13
New cards

x <= c if and only if ___ or ___

x = c or x < c

14
New cards

When is a number considered positive?

When x > 0

15
New cards

When is a number considered negative?

When x < 0

16
New cards

When is a number considered nonnegative?

When x >= 0

17
New cards

When is a number considered nonpositive?

When x <= 0

18
New cards

Theorem

A statement that can be proven to be true

19
New cards

Proof

A series of steps that follow logically from assumptions or from previously proven statements, with a final step that results in the statement of the theorem being proven.

20
New cards

Axioms

Statements that are assumed to be true

21
New cards

Proof by Exhaustion

Proving the statement by checking each element individually

22
New cards

Universal Generalization

A proof that names an arbitrary object in the domain and proves the statement for that object

23
New cards

When is an integer consecutive?

If one of the numbers is equal to 1 plus the other number

24
New cards

Counterexample

An assignment of values to variables that shows that a universal statement is false

25
New cards

What is the only way to be certain that a universal statement is true?

To individually test each object in the domain

26
New cards

Counterexamples in conditional statements

The counterexample must satisfy all the hypotheses and contradict the conclusion. If it cannot satisfy those requirements, then it is not a counterexample.

27
New cards

Existence Proof

A proof that shows an existential statement is true

28
New cards

Constructive proof of existence

An existential statement that asserts there is at least one element in a domain that has some particular properties.

29
New cards

Nonconstructive proof of existence

proves that an element with the required properties exists without giving a specific example.

30
New cards

How do you disprove an existential statement?

You have to show that every single element of the domain does not have the required properties. Usually, De Morgan’s Law will show the opposite, which is how you can show this.

31
New cards

What are the 6 allowed assumptions?

knowt flashcard image
32
New cards

Thus and therefore

Can be used to start statements that follow from the previous statement

33
New cards

Let

The word used to introduce new variable names

34
New cards

Suppose

Can be used to introduce a new variable

ex. Suppose that x is odd

35
New cards

Since

Used if a statement depends on a fact that appeared earlier in the proof or assumptions - remind the reader of that fact before the statement

ex. Since x > 0 and y > z, then xy > xz

36
New cards

We will prove / we will show

Gives indication at the start of where the proof will end up

37
New cards

By definition

A fact known because of the definition

ex. The integer m is even. By definition, m = 2k for some integer k.

38
New cards

By assumption

A fact that is known because of an assumption

ex. By assumption, x is positive. therefore x > 0

39
New cards

In other words

Used to rephrase a statement in a more specific way

ex. We must show that the average of x and y is positive. In other words, we must show that (x +y) / 2 > 0

40
New cards

Gives / Yields

Show that one equation or inequality follows from another

ex. Substituting m = 2k into m² yields (2k)²

41
New cards

Name the five practices when writing proofs

  1. Indicate when the Proof starts (Proof:) and when it ends (Square symbol)

  2. Write proofs in complete sentences

  3. Give the reader a roadmap of what has been shown, what is assumed, and where the proof is going.

  4. Introduce each variable when the variable is used for the first time.

  5. A block of equations should be introduced with English text and each step that does not follow from algebra should be justified.

42
New cards

Existential Instantiation

Law of logic that says if an object is known to exists, then that object can be given a name, so long as it is not being used to denote something else.

43
New cards

What are the four common mistakes in proofs?

  1. Generalizing from examples - If a fact holds for some particular elements in a set, that does not imply that the fact holds for all elements of a set

  2. Skipping Steps - Every step must be justified using allowed assumptions. Assuming a fact is true with showing reason is an error

  3. Circular Reasoning - Using the fact to be proven in the proof itself

  4. Assuming facts that have not yet been proven - Every fact used in a proof must be previously proven and referenced or must be established within the proof.