CHAPTER 0 JOSEPH A. GALLIAN Flashcards

1
Q

Well ordering property

A

Every nonempty subset of positive integers contains a smallest number

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

Division

A

t|s (t is a divisor of an integer s)
read t divides s st s=tu

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

Division algorithm

A

Let a and b be integer with b>0. Then there exists unique integers q and r with the property that a=bq+r, where 0<r<b

proof: Consider set S={a-bk|k is an integer and a-bk>0}
If i 0 ∈S, then b divides a and we get q=a/b and r=0
If 0∉S and since S is not empty [a>0, a-b.0∈S; if a<0, a-b.2a=a(1-2b)]
We apply Well-order property, S has a smallest number say r=a-bq
Then a=bq+r and r>0

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

GCD

A

If GCD(a,b)=1 then a aand b are relative primes

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

GCD as linear combination

A

GCD(a,b)=as+bt

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

Euclid’s lemma

A

p|ab implies p|a or p|b only if p is prime

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

LCM

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

Modular arithmetic

A

a=qn+r (q is quotient, r is the remainder, n is a number a div by)
a mod n=r

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

Complex number Property

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

Complex number Property

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

First Principle of Mathematical Induction

A

Let S be a set of integers containing a. Suppose S has the property that whenever some integer n ≥ a belongs to S, then the integer n + 1 also belongs to S. Then, S contains every integer greater than or equal to a.

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

Second Principle of Mathematical Induction

A

Let S be a set of integers containing a. Suppose S has the property that n belongs to S whenever every integer less than n and greater than or equal to a belongs to S. Then, S contains every integer greater than or equal to a.

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

Equivalence relation

A
  1. (a,a) ∈ R for all a∈S
  2. (a,b)∈R imples (b,a)∈R
  3. (a,b)∈R and (b,c)∈R imply (a,c)∈R
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

EXAMPLE 15 Let S be the set of all triangles in a plane. If a, b ∈ S, define a ~ b if a and b are similar—that is, if a and b have corresponding angles that are the same. Then ~ is an equivalence relation on S.

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

EXAMPLE 16 Let S be the set of all polynomials with real coefficients. If f, g ∈ S, define f ~ g if f’ = g’, where f’ is the derivative of f. Then ~ is an equivalence relation on S. Since two polynomials with equal derivatives differ by a constant, we see that for any f in S, [f] = {f + c | c is real}.

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

EXAMPLE 17 Let S be the set of integers and let n be a positive integer. If a, b ∈ S, define a ≡ b if a mod n = b mod n (that is, if a - b is divisible by n). Then ≡ is an equivalence relation on S and [a] = {a + kn | k ∈ S}. Since this particular relation is important in abstract algebra, we will take the trouble to verify that it is indeed an equivalence relation. Certainly, a - a is divisible by n, so that a ≡ a for all a in S. Next, assume that a ≡ b, say, a - b = rn. Then, b - a = (−r)n, and therefore b ≡ a. Finally, assume that a ≡ b and b ≡ c, say, a - b = rn and b - c = sn. Then, we have a - c = (a - b) + (b - c) = rn + sn = (r + s)n, so that a ≡ c.

17
Q

EXAMPLE 18 Let ≡ be as in Example 17 and let n = 7. Then we have 16 ≡ 2; 9 ≡ −5; and 24 ≡ 3. Also, [1] = {. . . , −20, −13, −6, 1, 8, 15, . . .} and [4] = {. . . , −17, −10, −3, 4, 11, 18, . . .}.

18
Q

Partition

19
Q

The equivalence classes partition

A

The equivalence classes of an equivalence relation on a set S form a partition of S.

Conversely, if you have a partition of S, you can define an equivalence relation where two elements are related if they’re in the same part.

20
Q

The equivalence classes partition proof

A

PROOF Let ~ be an equivalence relation on a set S. For any a ∈ S, the reflexive property shows that a ∈ [a]. So, [a] is nonempty and the union of all equivalence classes is S. Now, suppose that [a] and [b] are distinct equivalence classes. We must show that [a] ∩ [b] = ∅. On the contrary, assume c ∈ [a] ∩ [b]. We will show that [a] ⊆ [b]. To this end, let x ∈ [a]. We then have c ~ a, c ~ b, and x ~ a. By the symmetric property, we also have a ~ c. Thus, by transitivity, x ~ c, and by transitivity again, x ~ b. This proves [a] ⊆ [b]. Analogously, [b] ⊆ [a]. Thus, [a] = [b], in contradiction to our assumption that [a] and [b] are distinct equivalence classes.

21
Q

Mapping

A

φ: A →B

22
Q

Composite of functions

A

Let φ: A → B and ψ: B → C. The composition ψφ is the mapping from A to C defined by (ψφ)(a) = ψ(φ(a)) for all a in A.

23
Q

One to one

A

A function φ from a set A is called one-to-one if for every a₁, a₂∈A, φ(a₁) = φ(a₂) implies a₁ = a₂.
Alternatively, φ is one-to-one if a₁ ≠ a₂ implies φ(a₁) ≠ φ(a₂). That is, different elements of A map to different elements of B.

24
Q

Onto Functions

A

A function φ from a set A to a set B is said to be onto B if each element of B is the image of at least one element of A. In symbols, φ: A → B is onto if for each b in B there is at least one a in A such that φ(a) = b. See Figure 0.