(1) Define Vector Space

Total Page:16

File Type:pdf, Size:1020Kb

(1) Define Vector Space 1. Vector spaces (1) Define vector space: V is a vector space if ... (2) Define vector subspace: W is a subspace of a vector space V if ... (3) Determine which of the following sets are vector subspaces. x (g) fp(t) 2 P : p(t) = p(−t)g (a) : x ≥ 0; y ≥ 0 2 y (h) fp(t) 2 P2 : − p(t) = p(−t)g x 8 2 3 9 (b) : xy ≥ 0 1 y < 3×3 = (i) A 2 R : 425 2 ker(A) 82 3 9 : 3 ; < 1 − a = (c) 4a − 6b5 : a; b 2 R (j) B 2 3×3 : B is in reduced row-echelon form : 2b + a ; R 1 1 2 0 82 3 9 (k) A 2 2×2 : A = A < 2b + 3c = R 1 1 0 0 (d) 4 b 5 : b; c 2 R : c ; (l) The set of infinite sequences of the form (a; a + k; a + 2k; a + 3k; : : :) where a and (e) fp(t) 2 P2 : p(2) = 0g,(P2 is the set k are constants. of polynomials of degree at most 2). 1 (m) The set of infinite sequences of the form R 2 3 (f) fp(t) 2 P2 : 0 p(t) dt = 0g (a; ak; ak ; ak ;:::) where a and k are constants. (4) Find a basis and determine the dimension of each of the following subspaces. R 1 (a) The space of all polynomials f(t) 2 P3 such that f(1) = 0 and −1 f(t) dt = 0. (b) The space of all lower triangular 2 × 2 matrices. 1 1 0 0 (c) The space of all 2 × 2 matrices A such that A = . 1 1 0 0 (5) Find all solutions of the differential equation f 00(x) + 8f 0(x) − 20f(x) = 0. (See Example 3 in the 4.2 notes.) selected answers: (3) Recall that a space W is a vector subspace if • W contains the zero element. • W is closed under addition: if f and g are in W , then f + g is in W . • W is closed under scalar multiplication: if f is in W , then kf is in W for every scalar k. x (a) W = : x ≥ 0; y ≥ 0 is not a subspace because it is not closed under scalar y 1 1 −1 multiplication: the vector is in W , but − = is not in W . 1 1 −1 0 Note that this is the only reason why W fails to be a vector space. W contains , 0 x x the zero element, and W is closed under addition: if 1 and 2 are in W , then y1 y2 x1 x2 x1 + x2 + = is in W since x1 + x2 ≥ 0 and y1 + y2 ≥ 0. y1 y2 y1 + y2 1 2 x (b) W = : xy ≥ 0 is not a vector subspace because it is not closed under addition: y 1 0 1 0 1 the vectors and are in W , but + = is not in W . 0 −1 0 −1 −1 0 This space does contain , the zero element, and this space is closed under scalar 0 x x kx multiplication: if is in W , then k = is in W since (kx)(ky) = k2xy ≥ 0. y y ky x (xy ≥ 0 since is in W ). y 82 3 9 < 1 − a = (c) W = 4a − 6b5 : a; b 2 R is not a vector subspace because, for example, it does not : 2b + a ; 2 1 − a 3 contain the zero element: there are no real numbers a and b such that 4a − 6b5 = 2b + a 0; 0; 0. R 1 (f) W = fp(t) 2 P2 : 0 p(t) dt = 0g is a vector subspace: 1) W contains the zero function 2 R 1 2 p0(t) = 0 + 0t + 0t since 0 0 + 0t + 0t dt = 0. 2) W is closed under addition: R 1 if p1(t) and p2(t) are in W , then p1(t) + p2(t) is in W since 0 p1(t) + p2(t) dt = R 1 R 1 0 p1(t) dt + 0 p2(t) dt = 0 + 0 = 0. 3) W is closed under scalar multiplication: if p(t) R 1 R 1 is in W , then kp(t) is in W since 0 kp(t) dt = k 0 p(t) dt = k · 0 = 0: 8 213 9 < 3×3 = (i) W = A 2 R : 425 2 ker(A) is a vector subspace: 1) W contains the zero matrix : 3 ; 20 0 03 213 20 0 03 40 0 05 since 425 is in the kernel of 40 0 05. 2) W is closed under addition: if 0 0 0 3 0 0 0 213 213 213 A1 and A2 are in W , then A1 + A2 is in W since (A1 + A2) 425 = A1 425 + A2 425 = 3 3 3 203 203 203 405 + 405 = 405. 3) W is closed under scalar multiplication: if A is in W , then kA 0 0 0 213 213 203 203 is in W since (kA) 425 = kA 425 = k 405 = 405. 3 3 0 0 (l) W = f(a; a + k; a + 2k; a + 3k; : : :)g is a vector space: 1) W contains the sequence (0; 0; 0;:::)(a = k = 0). 2) W is closed under addition: if (a1; a1 + k1; a1 + 2k1;:::) and (a2; a2 + k2; a2 + 2k2;:::) are in W , then the sum of the sequences is in W since (a1; a1 + k1; a1 + 2k1;:::) + (a2; a2 + k2; a2 + 2k2;:::) = (a1 + a2; a1 + a2 + k1 + k2; a1 + a2 + 2k1 + 2k2;:::) = (a; a + k; a + 2k; : : :) where a = a1 + a2 and k = k1 + k2. (4) To find a basis, we need to write down a general element of the vector space and determine the number of free variables. 3 (a) A general polynomial of degree 3 has the form f(t) = a + bt + ct2 + dt3. Additionally, R 1 if f(1) = 0, then a + b + c + d = 0, and if −1 f(t) dt = 0, then Z 1 bt2 ct3 dt4 1 2 3 0 = a + bt + ct + dt dt = at + + + −1 2 3 4 −1 b c d b c d 2c = a + + + − −a + − + = 2a + : 2 3 4 2 3 4 3 We must now solve the system of equations 2c 2a + = 0 3 a + b + c + d = 0: Putting these in an augmented matrix, we have 2 0 2=3 0 0 1 0 1=3 0 0 1 0 1=3 0 0 ∼ ∼ ; 1 1 1 1 0 1 1 1 1 0 0 1 2=3 1 0 c 2c hence a = − 3 and b = − 3 − d. Plugging these back into the equation for f(t), we see that c 2c 1 2 f(t) = − − + d t + ct2 + dt3 = c − − t + t2 + d −t + t3 : 3 3 3 3 3 2 2 1 Thus f is a linear combination of the polynomials t − t and t − 3 t − 3 . Moreover, these polynomials form a linearly independent set, and thus give a basis for this space: 3 2 2 1 B = t − t; t − 3 t − 3 . There are two elements in the basis, so the dimension of this vector space is 2. a b (c) A general 2 × 2 matrix is A = . For A to satisfy the condition to be in the set, c d we have 0 0 a b 1 1 a + b a + b = = 0 0 c d 1 1 c + d c + d Hence a = −b and c = −d, and −b b −1 1 0 0 A = = b + d : −d d 0 0 −1 1 −1 1 0 0 Thus a basis for this space is B = ; , and the dimension of this 0 0 −1 1 space is 2. 2. Linear transformations (1) Define linear transformation: a function T from a vector space V to a vector space W is a linear transformation if ... (2) Which of the transformations are linear? For those that are linear, determine whether they are isomophisms. 2×2 2×2 (a) T (M) = M + I2 from R to R . 2×2 2×2 (b) T (M) = 7M from R to R . 2 2×2 2×2 (c) T (M) = M from R to R . 1 2 (d) T (M) = M from 2×2 to 2×2. 3 4 R R 4 1 2 (e) T (M) = M M from 2×2 to 2×2. 3 4 R R (f) T (a + bi) = a from C to C.(C is the set of complex numbers.) (g) T (a + bi) = b + ai from C to C. (h) T (f(t)) = f(7) from P2 to R. 00 (i) T (f(t)) = f (t)f(t) from P2 to P2. (j) T (f(t)) = f(−t) from P2 to P2. (k) T (f(t)) = f(2t) − f(t) from P2 to P2. (3) Define image: the image of a linear transformation T is ... (4) Define rank: the rank of a linear transformation T is ... (5) Define kernel: the kernel of a linear transformation T is ... (6) Define nullity: the nullity of a linear transformation T is ... (7) Find the image, rank, kernel, and nullity of the transformation T from P2 to P2 defined by T (f(t)) = f 00(t) + 4f 0(t). (8) Find the image, rank, kernel, and nullity of the transformation T from P2 to R defined by R 3 T (f(t)) = −2 f(t) dt. 2×2 2×2 (9) Find the image, rank, kernel, and nullity of the transformation T from R to R defined 1 2 1 2 by T (M) = M − M.
Recommended publications
  • Arxiv:0704.2561V2 [Math.QA] 27 Apr 2007 Nttto O Xeln Okn Odtos H Eoda Second the Conditions
    DUAL FEYNMAN TRANSFORM FOR MODULAR OPERADS J. CHUANG AND A. LAZAREV Abstract. We introduce and study the notion of a dual Feynman transform of a modular operad. This generalizes and gives a conceptual explanation of Kontsevich’s dual construction producing graph cohomology classes from a contractible differential graded Frobenius alge- bra. The dual Feynman transform of a modular operad is indeed linear dual to the Feynman transform introduced by Getzler and Kapranov when evaluated on vacuum graphs. In marked contrast to the Feynman transform, the dual notion admits an extremely simple presentation via generators and relations; this leads to an explicit and easy description of its algebras. We discuss a further generalization of the dual Feynman transform whose algebras are not neces- sarily contractible. This naturally gives rise to a two-colored graph complex analogous to the Boardman-Vogt topological tree complex. Contents Introduction 1 Notation and conventions 2 1. Main construction 4 2. Twisted modular operads and their algebras 8 3. Algebras over the dual Feynman transform 12 4. Stable graph complexes 13 4.1. Commutative case 14 4.2. Associative case 15 5. Examples 17 6. Moduli spaces of metric graphs 19 6.1. Commutative case 19 6.2. Associative case 21 7. BV-resolution of a modular operad 22 7.1. Basic construction and description of algebras 22 7.2. Stable BV-graph complexes 23 References 26 Introduction arXiv:0704.2561v2 [math.QA] 27 Apr 2007 The relationship between operadic algebras and various moduli spaces goes back to Kontse- vich’s seminal papers [19] and [20] where graph homology was also introduced.
    [Show full text]
  • Ring (Mathematics) 1 Ring (Mathematics)
    Ring (mathematics) 1 Ring (mathematics) In mathematics, a ring is an algebraic structure consisting of a set together with two binary operations usually called addition and multiplication, where the set is an abelian group under addition (called the additive group of the ring) and a monoid under multiplication such that multiplication distributes over addition.a[›] In other words the ring axioms require that addition is commutative, addition and multiplication are associative, multiplication distributes over addition, each element in the set has an additive inverse, and there exists an additive identity. One of the most common examples of a ring is the set of integers endowed with its natural operations of addition and multiplication. Certain variations of the definition of a ring are sometimes employed, and these are outlined later in the article. Polynomials, represented here by curves, form a ring under addition The branch of mathematics that studies rings is known and multiplication. as ring theory. Ring theorists study properties common to both familiar mathematical structures such as integers and polynomials, and to the many less well-known mathematical structures that also satisfy the axioms of ring theory. The ubiquity of rings makes them a central organizing principle of contemporary mathematics.[1] Ring theory may be used to understand fundamental physical laws, such as those underlying special relativity and symmetry phenomena in molecular chemistry. The concept of a ring first arose from attempts to prove Fermat's last theorem, starting with Richard Dedekind in the 1880s. After contributions from other fields, mainly number theory, the ring notion was generalized and firmly established during the 1920s by Emmy Noether and Wolfgang Krull.[2] Modern ring theory—a very active mathematical discipline—studies rings in their own right.
    [Show full text]
  • Some Aspects of Semirings
    Appendix A Some Aspects of Semirings Semirings considered as a common generalization of associative rings and dis- tributive lattices provide important tools in different branches of computer science. Hence structural results on semirings are interesting and are a basic concept. Semi- rings appear in different mathematical areas, such as ideals of a ring, as positive cones of partially ordered rings and fields, vector bundles, in the context of topolog- ical considerations and in the foundation of arithmetic etc. In this appendix some algebraic concepts are introduced in order to generalize the corresponding concepts of semirings N of non-negative integers and their algebraic theory is discussed. A.1 Introductory Concepts H.S. Vandiver gave the first formal definition of a semiring and developed the the- ory of a special class of semirings in 1934. A semiring S is defined as an algebra (S, +, ·) such that (S, +) and (S, ·) are semigroups connected by a(b+c) = ab+ac and (b+c)a = ba+ca for all a,b,c ∈ S.ThesetN of all non-negative integers with usual addition and multiplication of integers is an example of a semiring, called the semiring of non-negative integers. A semiring S may have an additive zero ◦ defined by ◦+a = a +◦=a for all a ∈ S or a multiplicative zero 0 defined by 0a = a0 = 0 for all a ∈ S. S may contain both ◦ and 0 but they may not coincide. Consider the semiring (N, +, ·), where N is the set of all non-negative integers; a + b ={lcm of a and b, when a = 0,b= 0}; = 0, otherwise; and a · b = usual product of a and b.
    [Show full text]
  • Introduction to Groups, Rings and Fields
    Introduction to Groups, Rings and Fields HT and TT 2011 H. A. Priestley 0. Familiar algebraic systems: review and a look ahead. GRF is an ALGEBRA course, and specifically a course about algebraic structures. This introduc- tory section revisits ideas met in the early part of Analysis I and in Linear Algebra I, to set the scene and provide motivation. 0.1 Familiar number systems Consider the traditional number systems N = 0, 1, 2,... the natural numbers { } Z = m n m, n N the integers { − | ∈ } Q = m/n m, n Z, n = 0 the rational numbers { | ∈ } R the real numbers C the complex numbers for which we have N Z Q R C. ⊂ ⊂ ⊂ ⊂ These come equipped with the familiar arithmetic operations of sum and product. The real numbers: Analysis I built on the real numbers. Right at the start of that course you were given a set of assumptions about R, falling under three headings: (1) Algebraic properties (laws of arithmetic), (2) order properties, (3) Completeness Axiom; summarised as saying the real numbers form a complete ordered field. (1) The algebraic properties of R You were told in Analysis I: Addition: for each pair of real numbers a and b there exists a unique real number a + b such that + is a commutative and associative operation; • there exists in R a zero, 0, for addition: a +0=0+ a = a for all a R; • ∈ for each a R there exists an additive inverse a R such that a+( a)=( a)+a = 0. • ∈ − ∈ − − Multiplication: for each pair of real numbers a and b there exists a unique real number a b such that · is a commutative and associative operation; • · there exists in R an identity, 1, for multiplication: a 1 = 1 a = a for all a R; • · · ∈ for each a R with a = 0 there exists an additive inverse a−1 R such that a a−1 = • a−1 a = 1.∈ ∈ · · Addition and multiplication together: forall a,b,c R, we have the distributive law a (b + c)= a b + a c.
    [Show full text]
  • Vector Spaces
    Chapter 2 Vector Spaces 2.1 INTRODUCTION In various practical and theoretical problems, we come across a set V whose elements may be vectors in two or three dimensions or real-valued functions, which can be added and multi- plied by a constant (number) in a natural way, the result being again an element of V. Such concrete situations suggest the concept of a vector space. Vector spaces play an important role in many branches of mathematics and physics. In analysis infinite dimensional vector spaces (in fact, normed vector spaces) are more important than finite dimensional vector spaces while in linear algebra finite dimensional vector spaces are used, because they are simple and linear transformations on them can be represented by matrices. This chapter mainly deals with finite dimensional vector spaces. 2.2 DEFINITION AND EXAMPLES VECTOR SPACE. An algebraic structure (V, F, ⊕, ) consisting of a non-void set V , a field F, a binary operation ⊕ on V and an external mapping : F ×V → V associating each a ∈ F,v ∈ V to a unique element a v ∈ V is said to be a vector space over field F, if the following axioms are satisfied: V -1 (V, ⊕) is an abelian group. V -2 For all u, v ∈ V and a, b ∈ F, we have (i) a (u ⊕ v)=a u ⊕ a v, (ii) (a + b) u = a u ⊕ b u, (iii) (ab) u = a (b u), (iv) 1 u = u. The elements of V are called vectors and those of F are called scalars. The mapping is called scalar multiplication and the binary operation ⊕ is termed vector addition.
    [Show full text]
  • 28. Com. Rings: Units and Zero-Divisors
    M7210 Lecture 28 Friday October 26, 2012 Commutative Rings III We assume all rings are commutative and have multiplicative identity (different from 0). Units and zero-divisors Definition. Let A be a commutative ring and let a ∈ A. i) a is called a unit if a 6=0A and there is b ∈ A such that ab =1A. ii) a is called a zero-divisor if a 6= 0A and there is non-zero b ∈ A such that ab = 0A. A (commutative) ring with no zero-divisors is called an integral domain. Remark. In the zero ring Z = {0}, 0Z = 1Z. This is an annoying detail that our definition must take into account, and this is why the stipulation “a 6= 0A” appears in i). The zero ring plays a very minor role in commutative algebra, but it is important nonetheless because it is a valid model of the equational theory of rings-with-identity and it is the final object in the category of rings. We exclude this ring in the discussion below (and occasionally include a reminder that we are doing so). Fact. In any (non-zero commutative) ring R the set of zero-divisors and the set of units are disjoint. Proof . Let u ∈ R \{0}. If there is z ∈ R such that uz = 0, then for any t ∈ R, (tu)z = 0. Thus, there is no t ∈ R such that tu = 1. Fact. Let R be a ring. The set U(R) of units of R forms a group. Examples. The units in Z are 1 and −1.
    [Show full text]
  • Notes on Algebraic Structures
    Notes on Algebraic Structures Peter J. Cameron ii Preface These are the notes of the second-year course Algebraic Structures I at Queen Mary, University of London, as I taught it in the second semester 2005–2006. After a short introductory chapter consisting mainly of reminders about such topics as functions, equivalence relations, matrices, polynomials and permuta- tions, the notes fall into two chapters, dealing with rings and groups respec- tively. I have chosen this order because everybody is familiar with the ring of integers and can appreciate what we are trying to do when we generalise its prop- erties; there is no well-known group to play the same role. Fairly large parts of the two chapters (subrings/subgroups, homomorphisms, ideals/normal subgroups, Isomorphism Theorems) run parallel to each other, so the results on groups serve as revision for the results on rings. Towards the end, the two topics diverge. In ring theory, we study factorisation in integral domains, and apply it to the con- struction of fields; in group theory we prove Cayley’s Theorem and look at some small groups. The set text for the course is my own book Introduction to Algebra, Ox- ford University Press. I have refrained from reading the book while teaching the course, preferring to have another go at writing out this material. According to the learning outcomes for the course, a studing passing the course is expected to be able to do the following: • Give the following. Definitions of binary operations, associative, commuta- tive, identity element, inverses, cancellation. Proofs of uniqueness of iden- tity element, and of inverse.
    [Show full text]
  • Notes on Category Theory
    Notes on Category Theory Mariusz Wodzicki November 29, 2016 1 Preliminaries 1.1 Monomorphisms and epimorphisms 1.1.1 A morphism m : d0 ! e is said to be a monomorphism if, for any parallel pair of arrows a / 0 d / d ,(1) b equality m ◦ a = m ◦ b implies a = b. 1.1.2 Dually, a morphism e : c ! d is said to be an epimorphism if, for any parallel pair (1), a ◦ e = b ◦ e implies a = b. 1.1.3 Arrow notation Monomorphisms are often represented by arrows with a tail while epimorphisms are represented by arrows with a double arrowhead. 1.1.4 Split monomorphisms Exercise 1 Given a morphism a, if there exists a morphism a0 such that a0 ◦ a = id (2) then a is a monomorphism. Such monomorphisms are said to be split and any a0 satisfying identity (2) is said to be a left inverse of a. 3 1.1.5 Further properties of monomorphisms and epimorphisms Exercise 2 Show that, if l ◦ m is a monomorphism, then m is a monomorphism. And, if l ◦ m is an epimorphism, then l is an epimorphism. Exercise 3 Show that an isomorphism is both a monomorphism and an epimor- phism. Exercise 4 Suppose that in the diagram with two triangles, denoted A and B, ••u [^ [ [ B a [ b (3) A [ u u ••u the outer square commutes. Show that, if a is a monomorphism and the A triangle commutes, then also the B triangle commutes. Dually, if b is an epimorphism and the B triangle commutes, then the A triangle commutes.
    [Show full text]
  • CHAPTER 2 RING FUNDAMENTALS 2.1 Basic Definitions and Properties
    page 1 of Chapter 2 CHAPTER 2 RING FUNDAMENTALS 2.1 Basic Definitions and Properties 2.1.1 Definitions and Comments A ring R is an abelian group with a multiplication operation (a, b) → ab that is associative and satisfies the distributive laws: a(b+c)=ab+ac and (a + b)c = ab + ac for all a, b, c ∈ R. We will always assume that R has at least two elements,including a multiplicative identity 1 R satisfying a1R =1Ra = a for all a in R. The multiplicative identity is often written simply as 1,and the additive identity as 0. If a, b,and c are arbitrary elements of R,the following properties are derived quickly from the definition of a ring; we sketch the technique in each case. (1) a0=0a =0 [a0+a0=a(0+0)=a0; 0a +0a =(0+0)a =0a] (2) (−a)b = a(−b)=−(ab)[0=0b =(a+(−a))b = ab+(−a)b,so ( −a)b = −(ab); similarly, 0=a0=a(b +(−b)) = ab + a(−b), so a(−b)=−(ab)] (3) (−1)(−1) = 1 [take a =1,b= −1 in (2)] (4) (−a)(−b)=ab [replace b by −b in (2)] (5) a(b − c)=ab − ac [a(b +(−c)) = ab + a(−c)=ab +(−(ac)) = ab − ac] (6) (a − b)c = ac − bc [(a +(−b))c = ac +(−b)c)=ac − (bc)=ac − bc] (7) 1 = 0 [If 1 = 0 then for all a we have a = a1=a0 = 0,so R = {0},contradicting the assumption that R has at least two elements] (8) The multiplicative identity is unique [If 1 is another multiplicative identity then 1=11 =1] 2.1.2 Definitions and Comments If a and b are nonzero but ab = 0,we say that a and b are zero divisors;ifa ∈ R and for some b ∈ R we have ab = ba = 1,we say that a is a unit or that a is invertible.
    [Show full text]
  • Categories of Groups and Rings: a Brief Introduction to Category Theory for Students of Abstract Algebra
    Categories of Groups and Rings: A Brief Introduction to Category Theory for Students of Abstract Algebra Nathan Lander April 10, 2012 As students of Abstract Algebra, we have been exposed to multiple new algebraic structures that generalize many of the ideas we have learned pre- viously in our mathematical educations. Categories are another algebraic structure that seeks to generalize many different areas in mathematics and provide a means for studying relationships between them. Just as we have been able to prove theorems that apply to many different kinds of mathe- matical objects through the study of Groups and Rings, the goal of Category Theory is to prove results about Groups and Rings themselves, as well as other fields of Mathematical study. Just as Groups and Rings have a certain axiomatic structure, Categories have their own axomatic structure. A Category is composed of a collection of objects, and a collection of arrows. The collection of objects in a category 1 C will be denoted C0, and the collection of arrows in C will be denoted C1. The objects and arrows of a category meet the following criteria [1], [2]: • Each arrow points from one object, known as the arrow's domain, to another object, known as the arrow's codomain. An arrow f with an object A as its domain and an object B as its codomain will be denoted f A −! B, when not denoted simply as f. f g • For any two arrows A −! B and B −! C, the composition of f and g◦f g A −! C is defined such that g ◦ f is also an arrow in C.
    [Show full text]
  • Chapter Two Vector Spaces
    Chapter Two Vector Spaces The first chapter began by introducing Gauss’ method and finished with a fair understanding, keyed on the Linear Combination Lemma, of how it finds the solution set of a linear system. Gauss’ method systematically takes linear com- binations of the rows. With that insight, we now move to a general study of linear combinations. We need a setting for this study. At times in the first chapter, we’ve com- bined vectors from R2, at other times vectors from R3, and at other times vectors from even higher-dimensional spaces. Thus, our first impulse might be to work in Rn, leaving n unspecified. This would have the advantage that any of the results would hold for R2 and for R3 and for many other spaces, simultaneously. But, if having the results apply to many spaces at once is advantageous then sticking only to Rn’s is overly restrictive. We’d like the results to also apply to combinations of row vectors, as in the final section of the first chapter. We’ve even seen some spaces that are not just a collection of all of the same-sized column vectors or row vectors. For instance, we’ve seen a solution set of a homogeneous system that is a plane, inside of R3. This solution set is a closed system in the sense that a linear combination of these solutions is also a solution. But it is not just a collection of all of the three-tall column vectors; only some of them are in this solution set.
    [Show full text]
  • 1 Ideals of Integers
    MAT 3343, APPLIED ALGEBRA, FALL 2003 Handout 2: Ideals of Integers (Supplement to Chapter 1.2) Peter Selinger 1 Ideals of Integers Recall that Z = f0; −1; 1; −2; 2; −3; 3; : : :g is the set of integers. If n 2 Z is any integer, we write nZ for the set nZ = fnx j x 2 Zg: So for example, 2Z is the set of even numbers, 3Z is the set of multiples of 3, and 0Z is the one-element set f0g. Notice that a 2 nZ if and only if n divides a. In particular, we have n 2 nZ and 0 2 nZ, for all n. Remark 1.1. If nZ = mZ, then n = m or n = −m. To prove this, first notice that in this situation, n 2 mZ and m 2 nZ. Thus mjn and njm. This implies that n = m or n = −m. Notice that, as shown in examples in class, the intersection of two sets nZ and mZ is again of the form kZ, for some k. For example: 4Z \ 6Z = 12Z 4Z \ 5Z = 20Z 0Z \ 5Z = 0Z: Also, if A and B are sets of integers, let us write A + B for the set A + B = fa + b j a 2 A and b 2 Bg: So, for example, 4Z + 6Z is the set of all integers of the form 4x + 6y, where x; y 2 Z. This happens to cover precisely the even integers, so we find that 4Z + 6Z = 2Z. Again, trying different examples, we find that the sum of two sets nZ and mZ always seems to be of the form dZ, for some integer d.
    [Show full text]