Math 533 Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/53

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:01 PM on 9/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

54 Terms

1
New cards

well ordering principle

every nonempty subset of N has a least element

2
New cards

for n,k in Z, 0≤k≤n we have

n choose k = (n!)/(k!(n-k)!)

3
New cards

Fibonacci numbers

Define F0=0 and F1=1 and Fn+2=Fn+Fn+1

4
New cards

Lucas numbers in terms of L

Define L1=1 and L2=3 and Ln+2=Ln+Ln+1

5
New cards

Lucas numbers in terms of Fibonacci

Ln=Fn-1+Fn+1

6
New cards

a|b

for a,b ∈ Z with a≠0, we write a|b if ∃n∈Z s.t. b=an

7
New cards

a|b in statements

b is divisible by a; a divides b; b is a multiple of a

8
New cards

am||b

if am|b but am+1|b (m is the largest power of a that divides b)

9
New cards

reflexive

a|a

10
New cards

transitive

if a|b and b|c then a|c

11
New cards

asymmetric

if a|b and b|a then a=b

12
New cards

divisibility is a partial order on N

if it is reflexive, transitive and asymmetric (or symmetric?)

13
New cards

tip when solving for reflexive, transitive, and asymmetric

create integers to plug in; if a|b then “create” n s.t. b=an; then use algebra to solve

14
New cards

division algorithm

suppose a∈Z and b∈N then there are unique q,r ∈ Z s.t. a=bq+r with 0≤r<b

15
New cards

d is a common divisor of a and b

if d|a and d|b

16
New cards

d is the gcd(a,b)

if when c|a and c|b then c|d for some c∈Z

17
New cards

Bezout’s theorem

Suppose a,b ∈ Z with at least one ≠0, then ∃x,y ∈ Z s.t. gcd(a,b)=ax+by

18
New cards

theorem 2.2/ linear combination property; gcd multiple

suppose a,b,x,y ∈ Z then ax+by is a multiple of d=gcd(a,b)

19
New cards

theorem 2.4/relatively prime characterization

Let a,b ∈ Z, not both zero, then a and b are relatively prime IFF ∃x,y ∈ Z s.t. ax+by=1

20
New cards

Euclid’s lemma

If a|bc with gcd(a,b)=1 then a|c

21
New cards

Euclidean Algorithm Property/Lemma gcd with remainder

If a=qb+r, then gcd(a,b)=gcd(b, r); from div alg

22
New cards

Euclidean Algorithm

suppose a,b ∈ N with a>b then gcd(a,b)=rk ; rk-2=rk-1qk+rk

23
New cards

extended euclidean algorithm steps

find gcd via euclidean algorithm; “reverse” it and find the remainder for each in terms of the top variables

24
New cards

prime def

we say p>1 is prime if its only divisors are 1 and p

25
New cards

composite def

not prime; can be written as n=ab for n,a,b ∈ N with 1<a,b<n

26
New cards

Fundamental Theorem of Arithmetic

∀n>1, the factorization of n into primes is unique (up to permutation)

27
New cards

theorem 3.1 (p,a,b)

if p|ab then either p|a or p|b

28
New cards

existence part of the FTA

every n>1 can be written as a product of primes

29
New cards

generalized euclid’s lemma

if p is prime and p|(a1a2...am) then p|aj for some 1≤j≤m

30
New cards

corollary of FTA; prime divides prime

if p,q1…qn are all primes and p|(q1q2…qn) then p=qk for some 1≤k≤n

31
New cards

add corollary about the exponent stuff

note to self

32
New cards

Euclid’s Theorem (theorem 3.4)

There are infinitely many prime numbers

33
New cards

goldenbach conjecture

every even natural number greater than 2 is the sum of two prime numbers

34
New cards

modular arithmetic def

for n∈N and a,b ∈ Z, a≡b(mod n) if n|(a-b)

35
New cards

theorem 4.1 (mod remainder equivalence)

for a,b ∈ Z, a≡b(mod n) iff a and b have the same remainder when dividing by n

36
New cards

for n∈N and a,b,c,d ∈ Z, if a≡c(mod n) and b≡d(mod n)

then (a+b)≡(c+d)(mod n) and ab≡cd(mod n)

37
New cards

for n∈N and a,b,d ∈ Z, if a≡b(mod n) and d|n

then a≡b(mod d)

38
New cards

for n∈N and a,b ∈ Z, if a≡b(mod n) and c∈N

then ac≡bc(mod nc)

39
New cards

for n∈N and a,b,c,d ∈ Z, if a≡b(mod n), (exponent)

then ak≡bk(mod n)

40
New cards

for n∈N and a,b ∈ Z, if a≡b(mod n) and c∈N

then (a+c)≡(b+c)(mod n) and ac≡bc(mod n)

41
New cards

theorem 4.3 (cancellation law for congruences) (gcd)

if ca≡cb(mod n) then a≡b(mod n/d) where d=gcd(c,n)

42
New cards

expansion of N

given an integer b>1, any positive integer N can be written uniquely in terms of powers of b: bmam+ bm-1am-1+…+a0

43
New cards

base 10 expansion of N

10mam+ 10m-1am-1+…+a0

44
New cards

linear congruence theorem (theorem 4.7)

The linear congruence ax≡b(mod n) has a solution iff d|b, where d=gcd(a,n); If d|b, then it has d mutually incongruent solutions modulo n

45
New cards

incongruent solutions def

answers to a modular math problem that do not equal each other under that specific modulo

46
New cards

steps to solve linear congruence

check if solution exists (gcd(a,n)|b and gcd(a,n) solutions exist); put in ax0+ny0=gcd(a,n) form; find a single “seed” solution for x0 and y0; rewrite in mod form ax0≡(gcd(a,n))(mod n); multiply whole equation by integer to get gcd(a,n) equal to b; get xm=x0+m(n/d); solve for all m=0 to m=((gcd(a,n))-1)

47
New cards

chinese remainder theorem

Let n1,n2,…,nk ∈ N be s.t. gcd(ni,nj)=1 ∀i≠j and suppose a1,a2,…,ak ∈ Z, then [(x≡a1(mod n1))…(x≡ak(mod nk))] has a unique solution modulo N=n1n2…nk

48
New cards

steps to using chinese remainder theorem (solving system of linear congruences)

check gcd of every value with each other is 1; if not, reduce as needed; let N=n1n2…nk; set N1=N/n1 and repeat for all n; solve inverse for each x, start with x1≡N1-1(mod n1) and reduce N1-1 and repeat for every x; x1=reduced value of N1-1 from x1≡N1-1(mod n1), same for all other x; x=(a1x1n1)+…+(akxknk); answer is x(mod N), reduce as needed

49
New cards

splitting up mod

if x≡a(mod nm) then x≡a(mod n) and x≡a(mod m) ; (n and m MIGHT have to be prime, check for iff version)

50
New cards

fermat’s little theorem

Let p be prime and a∈Z s.t. p|a then ap-1≡1(mod p)

51
New cards

theorem 4.9 (system of linear congruences addition solution)

The system of linear congruences (ax+by)≡r(mod n) and (cx+dy)≡s(mod n) has a unique solution modulo n whenever gcd((ad-bc), n)=1

52
New cards

corollary of fermat’s theorem

if p is prime then ap≡a(mod p) for any a∈Z

53
New cards

wilson’s theorem

p is prime iff (p-1)!≡(-1)(mod p)

54
New cards

didn’t add

lemma self study num 14; last theorem on self study num 14; some stuff in textbook; SIEVE OF ERATOSTHENES