proofs Flashcards

(23 cards)

1
Q

how to write a proof

A

Prove: [given hypothesis] “assume that…” Proof: show mathematical statements within written lines; Therefore, [calculated conclusion]

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

how to prove by contrapositive

A

state/assume not p; begin to prove notq from not p; p and q must be true if not p and not q are false/yield differnt results

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

how to prove by contradiction

A

state/assume not p; begin to prove notq from not p; find an untrue statement; p -> q must be true because notp -> notq is false

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

how to prove by case

A

recall the rules/definition for that case (ex, even number, n = 2k) and make the problem equivalent(/factorable) to it

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

prove an existential statement is true: constructuve

A

find a value of x in D that makes Q(X) true; or generate directions for finding such a value

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

prove a universal statement is false

A

form a counterexample for just one x in D

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

prove an existential statement is true: nonconstructive

A

show that for some x, Q(x) is true/false via an axiom that would make it true/false;

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

prove a universal statement is true: exhaustion

A

if the domain is small, check the value of Q(n) for all n

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

prove an existential statement is false

A

prove a universal statement;

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

prove a universal statement is true: universal generalization

A

restate as a universal conditional statement (x D, P(x)),
define x: “suppose x in D and P(x).”
state mathematical truths and given assumption about the object, state reasoning in complete sentences

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

prove a universal statement is true

A

manipulate mathematical definitions

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

when to prove by contrapositive

A

is it easier to prove the negation of the conclusion, or the current hypothesis?

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

prove no integer is both even and odd

A

contradiction: there is one n in Z that is even and odd; n = 2k1 and 2k2 + 1; 2k1 = 2k2 + 1 -> k1 - k2 = 1/2; 1/2 != integer, so there is no integer that is both even and odd

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

|x| =

A

x if ≥ 0; -x if < 0

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

theorem

A

a statement that can be proven to be true

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

proof

A

a series of steps following logically from assumptions or previously proven statements

17
Q

axiom

A

statements assumed to be true

18
Q

prove x can be written in two ways as a sum of prime numbers

A

let x = some composite number. n = (sum1) = (sum 2) where (components) are all prime numbers

19
Q

prove x^2 > x

A

x ≥ 1, x^2 = x * x, x * x ≥ 1 * x

20
Q

prove that the sum of two integers is even

A

m = 2r, n = 2s; m + n = 2r + 2s = 2(r + s); having two as a factor (like 2k) proves the integers and their sum are even

21
Q

prove that the square root (/ plain integer) is odd

A

mathematical definition; plug mathematical definition into n^2 for (2k + 1)^2; factor to express as (something) + 1; since n^2 = 2(2k^2 + 2k) + 1

22
Q

prove that the difference between an odd and even integer is odd

A

m = 2r + 1, n = 2s; m - n = (2r + 1) - 2s; rearrange and factor until 2(r - s) + 1; this is the same as 2k + 1, if k = r - s, so m - n is odd by definition

23
Q

prove that a polynomial is not prime

A

define prime; factor polynomial; 1 < (r, s) < a