Vector Spaces

Total Page:16

File Type:pdf, Size:1020Kb

Vector Spaces Week #6: Vector Spaces February 18, 2013 The linear structure of Rn appears in other sets. Consider the following examples • Let M2×2 be the set of all 2 × 2 matrices with real entries. We have a notion of addition and scalar multiplication for these matrices that works just like addition and scalar multiplication for vectors in Rn. • Let P2 be the set of all polynomials of degree two or less. We have an addition operation and a scalar multiplication operation for polynomials that works much like addition and scalar multiplication for Rn. • We have scalar multiplication and vector addition for functions, so it makes sense to define the span of a set of functions. Let W := Spanfsin(t); cos(t)g. In other words, W is the set of all functions that can be written as a linear combinations of the sine function and the cosine function. • Let C(R) denote the set of continuous functions from R to R. If g and h are elements of C(R), then for all c 2 R both g + h and cg are elements of C(R). Moreover, the basic prop- erties of addition and scalar multiplication of functions work the same as addition and scalar multiplication of vectors in Rn. In some sense all of these spaces (i.e. the set with the operations together) work just like Rn with vector addition and scalar multiplication. Most of the theory in previous material relied on certain simple algebraic properties of Rn (e.g. the distributive property for scalar multiplication with vector addition). So if we had these algebraic properties for a new set with operations (e.g. polynomials) it stands to reason that we could develop similar theory. Functions Are Like Vectors Problem 6.1. We claim that the space C(R) described above has algebraic structure similar to that of Rn with vector addition and scalar multiplication. An example of a structural property that carries over is this distributive property: if r 2 R and f and g 2 C(R) then r(f + g) = rf + rg: Try to come up with other algebraic properties that carry over - as many as you can. I can think of ten, but I don't expect you to get them all. We'll put everybody's ideas together. 1 Vector Spaces Function spaces are just one in a wide variety of sets-with-operations similar to Rn. We mentioned matrices above, but the list goes on. Whenever a set-with-operations has algebraic structure like that of Rn we call it a vector space. Definition A vector space is any nonempty set V with two operations: addition and multiplication by scalars1 subject to ten axioms listed below. The axioms must hold for all ~u, ~v and w~ in V and for all r; s 2 R. We denote the addition operation by + or ⊕ and the scalar multiplication by ·. 1. The sum of any two elements ~u and ~v in V, denoted ~u + ~v, is also an element of V. 2. ~u + ~v = ~v + ~u for any ~u; ~v 2 V: 3.( ~u + ~v) + w~ = ~u + (~v + w~ ) for any ~u; ~v; w~ 2 V: 4. There is a special element ~0 2 V, called the zero element, such that ~u + ~0 = ~u for any ~u 2 V: 5. For each ~u 2 V, there is a vector −~u in V such that ~u + −~u = ~0: 6. For every r 2 R and ~u 2 V, the scalar multiple of ~u by r, denoted r · ~u, is also in V: 7. r · (~u + ~v) = r · ~u + r · ~v for any r 2 R, ~u; ~v 2 V: 8. For any r; s 2 R and ~u 2 V, we have (r + s) · ~u = r · ~u + s · ~u. 9. For any r; s 2 R and ~u 2 V, we have r · (s · ~u) = (rs) · ~u: 10. For any ~u 2 V, 1 · ~u = ~u: The ubiquity of this structure in mathematics is what makes linear algebra such an important subject. The fact that we have explored linear algebra in such an abstract manner will make it easier to transfer the results we have to new types of vector spaces. In particular, we will use the linear structure of function spaces to understand and solve certain differential equations in Math 4B. Definition A subspace, W , of a vector space V , is a subset that satisfies the following properties: • ~0 2 W • W is closed under vector addition. i.e. If ~v; w~ 2 W , then ~v + w~ 2 W . • W is closed under scalar multiplication. i.e. If r 2 R and ~v 2 W , then r · ~v 2 W . Problem 6.2. Let V be a vector space. If W is a subspace of V , then it is also a vector space. (It just may be \smaller" than V .) Definition W is a subspace of a vector space V if it is non-empty and is itself a vector space. Problem 6.3. Explain why these two definitions are the same. 1For our purposes, scalars are real numbers; however this definition also works with complex scalars 2 Problem 6.4. Based on the definition of vector space that we just discussed, determine whether or not the following sets are vector spaces. Specifically state what scalar multiplication and vector addition are. Bonus : If a set is a vector space, try to express it as the span of a collection of vectors. (See following definition.) • S = f(x; y)jy = 0g • W = f(x; y)jy = x + 1g • W = f(x; y; z)jz = x + yg • The set of 2 × 2 matrices. • The set of vectors in the first quadrant of the plane. • The set of vectors in the first and third quadrant of the plane. • The set of polynomials of degree less than or equal to two. • The set of all polynomials of exactly degree two. • The set of all polynomials, which we denote P. • Bonus : The set of all functions f : R ! R that satisfy the differential equation f 0 = 2f. Definition Let S := ff1; f2; :::; fng be a set of functions in C(R). The span of S, denoted Span(S) is the collection of all linear combinations of f1; f2; :::; fn, i.e. S = fa1f1 + a2f2 + ::: + anfnja1; a2; :::; an 2 Rg: Problem 6.5. Which of the following sets with operations are vector spaces? Explain. • The set of all polynomials p 2 P such that p(0) = 0 with the usual addition and multiplication. • (Hard.) (R; ⊕; ·)2 where R is the set of rotations of R3, ⊕ is the usual addition of matrices and · is the usual scalar multiplication for matrices. • (Hard.) (V; ⊕; ·) where V = R+, the set of positive real numbers, but with unusual operations: for any x, y 2 R+ and λ 2 R, x ⊕ y = xy and λ · x = xλ: Problem 6.6. Generate examples that illustrate linear combination, span, subspace, linear depen- dence and basis (save basis for later) in the vector space M2×2 with the usual matrix addition and scalar multiplication. 2I just drew the circle around the plus to indicate that it is different than usual addition. 3 Linear Transformations on Function Spaces Recall that linear transformations are mappings on Rn that preserve linear combinations. Since we also have a notion of linear combination for function spaces, it is natural to think about how we can extend our definition of linear transformation to mappings from one function space to another. Consider the following mappings: (1) T : C(R) !C(R); defined by (T (f))(x) = 2f(x) + x 2 2 (2) S : P2 ! P2; defined by T (ax + bx + c) = cx + bx + a 0 (3) D : P3 ! P3; defined by T (p) = p T , S and D are all mappings from one function space to another, but they don't all preserve addition and scalar multiplication. Can you tell which do and which don't? Definition. A linear transformation is a mapping T : F!G from a function space F to a function space G that preserves scalar multiplication and addition. That is, for all functions f1 and f2 in F and scalars c in R, (1) T (c f1) = c T (f1); (2) T (f1 + f2) = T (f1) + T (f2). Problem 6.7. Determine whether or not each of the mappings T , S and D above is a linear transformation on function spaces and prove your claims. Problem 6.8. For each function that is a linear combination, give its kernel. 4.
Recommended publications
  • SOME ALGEBRAIC DEFINITIONS and CONSTRUCTIONS Definition
    SOME ALGEBRAIC DEFINITIONS AND CONSTRUCTIONS Definition 1. A monoid is a set M with an element e and an associative multipli- cation M M M for which e is a two-sided identity element: em = m = me for all m M×. A−→group is a monoid in which each element m has an inverse element m−1, so∈ that mm−1 = e = m−1m. A homomorphism f : M N of monoids is a function f such that f(mn) = −→ f(m)f(n) and f(eM )= eN . A “homomorphism” of any kind of algebraic structure is a function that preserves all of the structure that goes into the definition. When M is commutative, mn = nm for all m,n M, we often write the product as +, the identity element as 0, and the inverse of∈m as m. As a convention, it is convenient to say that a commutative monoid is “Abelian”− when we choose to think of its product as “addition”, but to use the word “commutative” when we choose to think of its product as “multiplication”; in the latter case, we write the identity element as 1. Definition 2. The Grothendieck construction on an Abelian monoid is an Abelian group G(M) together with a homomorphism of Abelian monoids i : M G(M) such that, for any Abelian group A and homomorphism of Abelian monoids−→ f : M A, there exists a unique homomorphism of Abelian groups f˜ : G(M) A −→ −→ such that f˜ i = f. ◦ We construct G(M) explicitly by taking equivalence classes of ordered pairs (m,n) of elements of M, thought of as “m n”, under the equivalence relation generated by (m,n) (m′,n′) if m + n′ = −n + m′.
    [Show full text]
  • A Review of Commutative Ring Theory Mathematics Undergraduate Seminar: Toric Varieties
    A REVIEW OF COMMUTATIVE RING THEORY MATHEMATICS UNDERGRADUATE SEMINAR: TORIC VARIETIES ADRIANO FERNANDES Contents 1. Basic Definitions and Examples 1 2. Ideals and Quotient Rings 3 3. Properties and Types of Ideals 5 4. C-algebras 7 References 7 1. Basic Definitions and Examples In this first section, I define a ring and give some relevant examples of rings we have encountered before (and might have not thought of as abstract algebraic structures.) I will not cover many of the intermediate structures arising between rings and fields (e.g. integral domains, unique factorization domains, etc.) The interested reader is referred to Dummit and Foote. Definition 1.1 (Rings). The algebraic structure “ring” R is a set with two binary opera- tions + and , respectively named addition and multiplication, satisfying · (R, +) is an abelian group (i.e. a group with commutative addition), • is associative (i.e. a, b, c R, (a b) c = a (b c)) , • and the distributive8 law holds2 (i.e.· a,· b, c ·R, (·a + b) c = a c + b c, a (b + c)= • a b + a c.) 8 2 · · · · · · Moreover, the ring is commutative if multiplication is commutative. The ring has an identity, conventionally denoted 1, if there exists an element 1 R s.t. a R, 1 a = a 1=a. 2 8 2 · ·From now on, all rings considered will be commutative rings (after all, this is a review of commutative ring theory...) Since we will be talking substantially about the complex field C, let us recall the definition of such structure. Definition 1.2 (Fields).
    [Show full text]
  • Algebraic Structures Lecture 18 Thursday, April 4, 2019 1 Type
    Harvard School of Engineering and Applied Sciences — CS 152: Programming Languages Algebraic structures Lecture 18 Thursday, April 4, 2019 In abstract algebra, algebraic structures are defined by a set of elements and operations on those ele- ments that satisfy certain laws. Some of these algebraic structures have interesting and useful computa- tional interpretations. In this lecture we will consider several algebraic structures (monoids, functors, and monads), and consider the computational patterns that these algebraic structures capture. We will look at Haskell, a functional programming language named after Haskell Curry, which provides support for defin- ing and using such algebraic structures. Indeed, monads are central to practical programming in Haskell. First, however, we consider type constructors, and see two new type constructors. 1 Type constructors A type constructor allows us to create new types from existing types. We have already seen several different type constructors, including product types, sum types, reference types, and parametric types. The product type constructor × takes existing types τ1 and τ2 and constructs the product type τ1 × τ2 from them. Similarly, the sum type constructor + takes existing types τ1 and τ2 and constructs the product type τ1 + τ2 from them. We will briefly introduce list types and option types as more examples of type constructors. 1.1 Lists A list type τ list is the type of lists with elements of type τ. We write [] for the empty list, and v1 :: v2 for the list that contains value v1 as the first element, and v2 is the rest of the list. We also provide a way to check whether a list is empty (isempty? e) and to get the head and the tail of a list (head e and tail e).
    [Show full text]
  • Semilattice Sums of Algebras and Mal'tsev Products of Varieties
    Mathematics Publications Mathematics 5-20-2020 Semilattice sums of algebras and Mal’tsev products of varieties Clifford Bergman Iowa State University, [email protected] T. Penza Warsaw University of Technology A. B. Romanowska Warsaw University of Technology Follow this and additional works at: https://lib.dr.iastate.edu/math_pubs Part of the Algebra Commons The complete bibliographic information for this item can be found at https://lib.dr.iastate.edu/ math_pubs/215. For information on how to cite this item, please visit http://lib.dr.iastate.edu/ howtocite.html. This Article is brought to you for free and open access by the Mathematics at Iowa State University Digital Repository. It has been accepted for inclusion in Mathematics Publications by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Semilattice sums of algebras and Mal’tsev products of varieties Abstract The Mal’tsev product of two varieties of similar algebras is always a quasivariety. We consider when this quasivariety is a variety. The main result shows that if V is a strongly irregular variety with no nullary operations, and S is a variety, of the same type as V, equivalent to the variety of semilattices, then the Mal’tsev product V ◦ S is a variety. It consists precisely of semilattice sums of algebras in V. We derive an equational basis for the product from an equational basis for V. However, if V is a regular variety, then the Mal’tsev product may not be a variety. We discuss examples of various applications of the main result, and examine some detailed representations of algebras in V ◦ S.
    [Show full text]
  • Problems and Comments on Boolean Algebras Rosen, Fifth Edition: Chapter 10; Sixth Edition: Chapter 11 Boolean Functions
    Problems and Comments on Boolean Algebras Rosen, Fifth Edition: Chapter 10; Sixth Edition: Chapter 11 Boolean Functions Section 10. 1, Problems: 1, 2, 3, 4, 10, 11, 29, 36, 37 (fifth edition); Section 11.1, Problems: 1, 2, 5, 6, 12, 13, 31, 40, 41 (sixth edition) The notation ""forOR is bad and misleading. Just think that in the context of boolean functions, the author uses instead of ∨.The integers modulo 2, that is ℤ2 0,1, have an addition where 1 1 0 while 1 ∨ 1 1. AsetA is partially ordered by a binary relation ≤, if this relation is reflexive, that is a ≤ a holds for every element a ∈ S,it is transitive, that is if a ≤ b and b ≤ c hold for elements a,b,c ∈ S, then one also has that a ≤ c, and ≤ is anti-symmetric, that is a ≤ b and b ≤ a can hold for elements a,b ∈ S only if a b. The subsets of any set S are partially ordered by set inclusion. that is the power set PS,⊆ is a partially ordered set. A partial ordering on S is a total ordering if for any two elements a,b of S one has that a ≤ b or b ≤ a. The natural numbers ℕ,≤ with their ordinary ordering are totally ordered. A bounded lattice L is a partially ordered set where every finite subset has a least upper bound and a greatest lower bound.The least upper bound of the empty subset is defined as 0, it is the smallest element of L.
    [Show full text]
  • N-Algebraic Structures and S-N-Algebraic Structures
    N-ALGEBRAIC STRUCTURES AND S-N-ALGEBRAIC STRUCTURES W. B. Vasantha Kandasamy Florentin Smarandache 2005 1 N-ALGEBRAIC STRUCTURES AND S-N-ALGEBRAIC STRUCTURES W. B. Vasantha Kandasamy e-mail: [email protected] web: http://mat.iitm.ac.in/~wbv Florentin Smarandache e-mail: [email protected] 2005 2 CONTENTS Preface 5 Chapter One INTRODUCTORY CONCEPTS 1.1 Group, Smarandache semigroup and its basic properties 7 1.2 Loops, Smarandache Loops and their basic properties 13 1.3 Groupoids and Smarandache Groupoids 23 Chapter Two N-GROUPS AND SMARANDACHE N-GROUPS 2.1 Basic Definition of N-groups and their properties 31 2.2 Smarandache N-groups and some of their properties 50 Chapter Three N-LOOPS AND SMARANDACHE N-LOOPS 3.1 Definition of N-loops and their properties 63 3.2 Smarandache N-loops and their properties 74 Chapter Four N-GROUPOIDS AND SMARANDACHE N-GROUPOIDS 4.1 Introduction to bigroupoids and Smarandache bigroupoids 83 3 4.2 N-groupoids and their properties 90 4.3 Smarandache N-groupoid 99 4.4 Application of N-groupoids and S-N-groupoids 104 Chapter Five MIXED N-ALGEBRAIC STRUCTURES 5.1 N-group semigroup algebraic structure 107 5.2 N-loop-groupoids and their properties 134 5.3 N-group loop semigroup groupoid (glsg) algebraic structures 163 Chapter Six PROBLEMS 185 FURTHER READING 191 INDEX 195 ABOUT THE AUTHORS 209 4 PREFACE In this book, for the first time we introduce the notions of N- groups, N-semigroups, N-loops and N-groupoids. We also define a mixed N-algebraic structure.
    [Show full text]
  • An Introduction to the Theory of Lattice Ý Jinfang Wang £
    An Introduction to the Theory of Lattice Ý Jinfang Wang £ Graduate School of Science and Technology, Chiba University 1-33 Yayoi-cho, Inage-ku, Chiba 263-8522, Japan May 11, 2006 £ Fax: 81-43-290-3663. E-Mail addresses: [email protected] Ý Partially supported by Grand-in-Aid 15500179 of the Japanese Ministry of Education, Science, Sports and Cul- ture. 1 1 Introduction A lattice1 is a partially ordered set (or poset), in which all nonempty finite subsets have both a supremum (join) and an infimum (meet). Lattices can also be characterized as algebraic structures that satisfy certain identities. Since both views can be used interchangeably, lattice theory can draw upon applications and methods both from order theory and from universal algebra. Lattices constitute one of the most prominent representatives of a series of “lattice-like” structures which admit order-theoretic as well as algebraic descriptions, such as semilattices, Heyting algebras, and Boolean algebras. 2 Semilattice A semilattice is a partially ordered set within which either all binary sets have a supremum (join) or all binary sets have an infimum (meet). Consequently, one speaks of either a join-semilattice or a meet-semilattice. Semilattices may be regarded as a generalization of the more prominent concept of a lattice. In the literature, join-semilattices sometimes are sometimes additionally required to have a least element (the join of the empty set). Dually, meet-semilattices may include a greatest element. 2.1 Definitions Semilattices as posets Ë µ Ü DEFINITION 2.1 (MEET-SEMILATTICE). A poset ´ is a meet-semilattice if for all elements Ë Ü Ý and Ý of , the greatest lower bound (meet) of the set exists.
    [Show full text]
  • How Structure Sense for Algebraic Expressions Or Equations Is Related to Structure Sense for Abstract Algebra
    Mathematics Education Research Journal 2008, Vol. 20, No. 2, 93-104 How Structure Sense for Algebraic Expressions or Equations is Related to Structure Sense for Abstract Algebra Jarmila Novotná Maureen Hoch Charles University, Czech Republic Tel Aviv University, Israel Many students have difficulties with basic algebraic concepts at high school and at university. In this paper two levels of algebraic structure sense are defined: for high school algebra and for university algebra. We suggest that high school algebra structure sense components are sub-components of some university algebra structure sense components, and that several components of university algebra structure sense are analogies of high school algebra structure sense components. We present a theoretical argument for these hypotheses, with some examples. We recommend emphasizing structure sense in high school algebra in the hope of easing students’ paths in university algebra. The cooperation of the authors in the domain of structure sense originated at a scientific conference where they each presented the results of their research in their own countries: Israel and the Czech Republic. Their findings clearly show that they are dealing with similar situations, concepts, obstacles, and so on, at two different levels—high school and university. In their classrooms, high school teachers are dismayed by students’ inability to apply basic algebraic techniques in contexts different from those they have experienced. Many students who arrive in high school with excellent grades in mathematics from the junior-high school prove to be poor at algebraic manipulations. Even students who succeed well in 10th grade algebra show disappointing results later on, because of the algebra.
    [Show full text]
  • Arxiv:2001.00808V2
    LATTICES, SPECTRAL SPACES, AND CLOSURE OPERATIONS ON IDEMPOTENT SEMIRINGS JAIUNG JUN, SAMARPITA RAY, AND JEFFREY TOLLIVER Abstract. Spectral spaces, introduced by Hochster, are topological spaces homeomorphic to the prime spectra of commutative rings. In this paper we study spectral spaces in perspective of idempo- tent semirings which are algebraic structures receiving a lot of attention due to its several applications to tropical geometry. We first prove that a space is spectral if and only if it is the saturated prime spec- trum of an idempotent semiring. In fact, we enrich Hochster’s theorem by constructing a subcategory of idempotent semirings which is equivalent to the category of spectral spaces. We further provide examples of spectral spaces arising from sets of congruence relations of semirings. In particular, we prove that the space of valuations and the space of prime congruences on an idempotent semiring are spectral, and there is a natural bijection of sets between two; this shows a stark difference between rings and idempotent semirings. We then develop several aspects of commutative algebra of semirings. We mainly focus on the notion of closure operations for semirings, and provide several examples. In particular, we introduce an integral closure operation and a Frobenius closure operation for idempotent semirings. 1. Introduction A semiring is an algebraic structure which assumes the same axioms as a ring except that one does not necessarily require additive inverses to exist. Typical examples include the semiring N of natural numbers, the Boolean semiring B, or the tropical semiring T. The theory of semirings has its own charms, but also recently people have found several applications of semirings, making the theory of semirings even more interesting.
    [Show full text]
  • Algebraic Structure
    Algebraic Structure Groups: A group (G) is a set of elements with binary operations “•” denoted as G = < {}, • > that satisfies four following properties: Closure If a and b are elements of G then c = a • b is also an element of G. this means that the result of applying the operation on any two elements is the set is another element in the set. Associativity If a, b and c are the elements of G, then (a•b)•c = a•(b•c). In other words, it does not matter in which order we apply the operation on more than two elements. Existence of Identity For all a in G, there exists an element e, called the identity element such that e•a = a•e = a. Existence of Inverse For each element a on G, there exists an element a’, called the inverse of a, such that a•a’ = a’•a = e. Abelian Group (Commutative Group): A group is called Abelian Group or Commutative Group if the operator satisfies the four properties for groups plus an extra property, commutative. Commutativity For all a and b in G, we have a•b=b•a. note that this property needs to be satisfied only for Abelian group. As an example The set of residue integers with the addition operator, G = <Zn, + > is a commutative group. Let’s check the properties. Santaseel Chakraborty Page 1 Closure: The result of adding two integers in Zn is another integer in Zn. Associativity: The result of (3+2)+4 = 3+(2+4). Commutativity: The result of 3+5 = 5+3.
    [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]
  • Mathematics of Cryptography Algebraic Structures ALGEBRAIC STRUCTURES
    Mathematics of Cryptography Algebraic Structures ALGEBRAIC STRUCTURES Cryptography requires sets of integers and specific operations that are defined for those sets. The combination of the set and the operations that are applied to the elements of the set is called an algebraic structure. We will define three common algebraic structures: groups, rings, and fields. 1 Groups 2 Rings 3 Fields Groups A group (G) is a set of elements with a binary operation (•) that satisfies four properties (or axioms). A commutative group satisfies an extra property, commutativity: ❏ Closure: If a and b are elements of G, then c=a•b is also an element of G. ❏ Associativity: a•(b•c)=(a•b)•c ❏ Commutativity: a•b=b•a ❏ Existence of identity: For all element a in G, there exists and element e, identity element, s. t. e•a=a•e=a ❏ Existence of inverse: for each a there exists an a’, inverse of a, s.t. a•a’=a’•a=e. Figure Group Application Although a group involves a single operation, the properties imposed on the operation allow the use of a pair of operations as long as they are inverses of each other. Example The set of residue integers with the addition operator, G = < Zn , +>, is a commutative group. We can perform addition and subtraction on the elements of this set without moving out of the set. Example The set Zn* with the multiplication operator, G = <Zn*, ×>, is also an abelian group. Identity element is 1. Example Let us define a set G = < {a, b, c, d}, •> and the operation as shown below.
    [Show full text]