Nets and Filters (Are Better Than Sequences)

Total Page:16

File Type:pdf, Size:1020Kb

Nets and Filters (Are Better Than Sequences) Nets and filters (are better than sequences) Contents 1 Motivation 2 2 More implications we wish would reverse2 3 Nets 4 4 Subnets 6 5 Filters 9 6 The connection between nets and filters 12 7 The payoff 14 8 Filling in a gap from first year calculus 15 c 2018{ Ivan Khatchatourian 1 Nets and filters (are better than sequences) 2. More implications we wish would reverse 1 Motivation In the Section 5 of the lecture notes we saw the following two results: Theorem 1.1. Let (X; T ) be a Hausdorff space. Then every sequence in X converges to at most one point. Proposition 1.2. Let (X; T ) be a topological space, let A ⊆ X, and let a 2 X. If there is a sequence of points in A that converges to a, then a 2 A. We discussed how both of these implications really feel like they should reverse, but unfor- tunately neither of them do. In both cases, additionally assuming the topological space is first countable allows the implications to reverse. This is fine, but it still feels like sequences are not quite powerful enough to capture the ideas we want to capture. The ideal solution to this problem is to define a more general object than a sequence|called a net|and talk about net convergence. That is what we will do in this note. We will also define a type of object called a filter and show that filters also furnish us with a type of convergence which turns out to be equivalent to net convergence in all ways. With these more powerful tools in place of sequence convergence, both of the above implications will reverse, among many other benefits. We will not focus much on nets in this course (you will never be evaluated on them) but I still felt that I should mention them for the sake of completeness. We definitely will talk about filters later, so learning about them here will be helpful for you in the long run. We will also be able to fill in a big gap from first year calculus with this idea at the very end of this note. 2 More implications we wish would reverse In addition to the two results mentioned above that do not reverse, here is another one. It is essentially a restatement of the second result above in terms that are perhaps easier to digest. Proposition 2.1. Let (X; T ) be a topological space, let C ⊆ X be closed, and let x 2 X. If there is a sequence of points in C that converges to x, then x 2 C. Proof. Exercise. (This is essentially the same as the second result mentioned in the previous section.) This is another implication we wish would reverse. That is, it feels as though a set that contains all the limit points of all of its sequences should be closed. Again, this is unfortunately not the case (try to come up with a counterexample!). This property has a name though: Definition 2.2. Let (X; T ) be a topological space, and let A ⊆ X. A is said to be sequentially 1 closed if whenever a sequence fxngn=1 of elements of A converges to a point x, then x 2 A. c 2018{ Ivan Khatchatourian 2 Nets and filters (are better than sequences) 2. More implications we wish would reverse In this language, the proposition above says that every closed subset of a topological space is sequentially closed, though the converse is not true. Next, we give another example of an implication we wish would reverse. This requires another new definition beforehand. Definition 2.3. Let (X; T ) be an infinite topological space, and let A ⊆ X be infinite. A point x 2 X is called an accumulation point of A (more properly an !-accumulation point of A) if every open set containing x contains infinitely many points of A. So the property of being an accumulation point of A looks strictly stronger than the property of being in the closure of A. Instead of any open set around x simply intersecting A, we require this intersection to be infinite. For our purposes, we will restrict our attention to accumulation points of sequences. To be clear, given a sequence fxng, an accumulation point of the sequence is a point x such that any open set containing x contains xn for infinitely many n (but not necessarily a tail of the sequence). This all seems fine, so where is the problem? What implication does not reverse here? 1 Proposition 2.4. Let (X; T ) be a topological space and let fxngn=1 be a sequence in X (not 1 necessarily convergent). Let fxnk gk=1 be a subsequence of our sequence that converges to a point x. Then x is an accumulation point of the original sequence. 1 Proof. Let fxnk gk=1 be a subsequence as in the proposition, converging to x. Let U be an open set containing x. Then by definition of sequence convergence there is an N 2 N such that for all k ≥ N, xnk 2 U. Then the points xnN ; xnN+1 ; xnN+2 ; xnN+3 ;::: are all in U, and so x is an accumulation point of the sequence. This proposition is another implication we wish would reverse. It feels as though every accumulation point should be the limit of a subsequence. Again though, this implication fails. (Try to come up with a counterexample!) And again, if you additionally assume the space is first countable, the implication does reverse. By now I hope you have the feeling that first countability is a property designed to charac- terize the fact that sequence convergence determines what is going on in a topology. Getting a little more abstract, we have seen examples of very different topologies in which all the same sequences converge (though we have not yet remarked on it). Example 2.5. Consider the two spaces (R; Tco-countable) and (R; Tdiscrete). Then a sequence of real numbers converges in one of these spaces if and only if it converges in the other. Show this! So even though these are two very different-feeling topologies on the real numbers, it is impossible to detect any difference between them just be analyzing convergent sequences. This is good evidence that sequence convergence is not a powerful enough concept to encapsulate all the information a topology can carry, and that first countability is a property designed to patch this hole. The idea with net and filter convergence is to design a more powerful notion of convergence that obviates the need for such a patch. c 2018{ Ivan Khatchatourian 3 Nets and filters (are better than sequences) 3. Nets 3 Nets Recall that a sequence in a set X is simply a function x : N ! X. In order to generalize this idea, we are going to allow ourselves to consider functions whose domains are a more general sort of object, called a directed set. Definition 3.1. Let D be a set, and let ≤ be a relation on D satisfying the following properties: 1. ≤ is reflexive: for any x 2 D, x ≤ x. 2. ≤ is transitive: for any a; b; c 2 D, if a ≤ b and b ≤ c, then a ≤ c. 3. ≤ is directed: for any a; b 2 D there exists an element c 2 D such that a ≤ c and b ≤ c. A pair (D; ≤) satisfying these three properties is called a directed set. Example 3.2. Some examples of simple directed sets: 1. D = N with its usual ordering relation ≤. 2. D = f fn; n + 1; n + 2;::: g ⊆ N : n 2 N g, with the subset relation ⊆ or the superset relation ⊇. The latter is more useful, as we will soon see. 3. Let (X; T ) be a topological space, and let x 2 X. Then the set Dx := f U 2 T : x 2 U g is a directed set when equipped with the either the subset relation ⊆, or more usefully the superset relation ⊇. 4. If (D1; ≤1) and (D2; ≤2) are directed sets, then (D1 × D2; ≤) is a directed set where ≤ is defined by (a; b) ≤ (x; y) if and only if a ≤1 x and b ≤2 y: (Show this!) Definition 3.3. A net in a set X is a map w : D! X, where D is a directed set. Remark 3.4. Note immediately that a sequence is a net, since (N; ≤) is a directed set. Definition 3.5. If (X; T ) is a topological space and w : D! X is a net, we say that w converges to a point x 2 X if for any open set U containing x, there is a d 2 D such that Td := f w(e): d ≤ e 2 D g ⊆ U. We call a set of the form Td a tail of the net. If a net w converges to x, we denote this simply by w ! x, and refer to x a limit point of the net. c 2018{ Ivan Khatchatourian 4 Nets and filters (are better than sequences) 3. Nets Take a moment to verify to yourself that the use of the word \tail" in this context agrees with its use in the context of sequences, and that in the case where D = N with its usual ordering, this agrees with the usual definition of sequence convergence. Just to give some more language to use, we usually say that a net w : D! X is \eventually in A" if A contains some tail of w.
Recommended publications
  • Completeness in Quasi-Pseudometric Spaces—A Survey
    mathematics Article Completeness in Quasi-Pseudometric Spaces—A Survey ¸StefanCobzas Faculty of Mathematics and Computer Science, Babe¸s-BolyaiUniversity, 400 084 Cluj-Napoca, Romania; [email protected] Received:17 June 2020; Accepted: 24 July 2020; Published: 3 August 2020 Abstract: The aim of this paper is to discuss the relations between various notions of sequential completeness and the corresponding notions of completeness by nets or by filters in the setting of quasi-metric spaces. We propose a new definition of right K-Cauchy net in a quasi-metric space for which the corresponding completeness is equivalent to the sequential completeness. In this way we complete some results of R. A. Stoltenberg, Proc. London Math. Soc. 17 (1967), 226–240, and V. Gregori and J. Ferrer, Proc. Lond. Math. Soc., III Ser., 49 (1984), 36. A discussion on nets defined over ordered or pre-ordered directed sets is also included. Keywords: metric space; quasi-metric space; uniform space; quasi-uniform space; Cauchy sequence; Cauchy net; Cauchy filter; completeness MSC: 54E15; 54E25; 54E50; 46S99 1. Introduction It is well known that completeness is an essential tool in the study of metric spaces, particularly for fixed points results in such spaces. The study of completeness in quasi-metric spaces is considerably more involved, due to the lack of symmetry of the distance—there are several notions of completeness all agreing with the usual one in the metric case (see [1] or [2]). Again these notions are essential in proving fixed point results in quasi-metric spaces as it is shown by some papers on this topic as, for instance, [3–6] (see also the book [7]).
    [Show full text]
  • Directed Sets and Topological Spaces Definable in O-Minimal Structures
    Directed sets and topological spaces definable in o-minimal structures. Pablo And´ujarGuerrero∗ Margaret E. M. Thomas ∗ Erik Walsbergy 2010 Mathematics Subject Classification. 03C64 (Primary), 54A20, 54A05, 54D30 (Secondary). Key words. o-minimality, directed sets, definable topological spaces. Abstract We study directed sets definable in o-minimal structures, show- ing that in expansions of ordered fields these admit cofinal definable curves, as well as a suitable analogue in expansions of ordered groups, and furthermore that no analogue holds in full generality. We use the theory of tame pairs to extend the results in the field case to definable families of sets with the finite intersection property. We then apply our results to the study of definable topologies. We prove that all de- finable topological spaces display properties akin to first countability, and give several characterizations of a notion of definable compactness due to Peterzil and Steinhorn [PS99] generalized to this setting. 1 Introduction The study of objects definable in o-minimal structures is motivated by the notion that o-minimality provides a rich but \tame" setting for the theories of said objects. In this paper we study directed sets definable in o-minimal structures, focusing on expansions of groups and fields. By \directed set" we mean a preordered set in which every finite subset has a lower (if downward ∗Department of Mathematics, Purdue University, 150 N. University Street, West Lafayette, IN 47907-2067, U.S.A. E-mail addresses: [email protected] (And´ujarGuer- rero), [email protected] (Thomas) yDepartment of Mathematics, Statistics, and Computer Science, Department of Math- ematics, University of California, Irvine, 340 Rowland Hall (Bldg.# 400), Irvine, CA 92697-3875, U.S.A.
    [Show full text]
  • Scott Spaces and the Dcpo Category
    SCOTT SPACES AND THE DCPO CATEGORY JORDAN BROWN Abstract. Directed-complete partial orders (dcpo’s) arise often in the study of λ-calculus. Here we investigate certain properties of dcpo’s and the Scott spaces they induce. We introduce a new construction which allows for the canonical extension of a partial order to a dcpo and give a proof that the dcpo introduced by Zhao, Xi, and Chen is well-filtered. Contents 1. Introduction 1 2. General Definitions and the Finite Case 2 3. Connectedness of Scott Spaces 5 4. The Categorical Structure of DCPO 6 5. Suprema and the Waybelow Relation 7 6. Hofmann-Mislove Theorem 9 7. Ordinal-Based DCPOs 11 8. Acknowledgments 13 References 13 1. Introduction Directed-complete partially ordered sets (dcpo’s) often arise in the study of λ-calculus. Namely, they are often used to construct models for λ theories. There are several versions of the λ-calculus, all of which attempt to describe the ‘computable’ functions. The first robust descriptions of λ-calculus appeared around the same time as the definition of Turing machines, and Turing’s paper introducing computing machines includes a proof that his computable functions are precisely the λ-definable ones [5] [8]. Though we do not address the λ-calculus directly here, an exposition of certain λ theories and the construction of Scott space models for them can be found in [1]. In these models, computable functions correspond to continuous functions with respect to the Scott topology. It is thus with an eye to the application of topological tools in the study of computability that we investigate the Scott topology.
    [Show full text]
  • A Guide to Topology
    i i “topguide” — 2010/12/8 — 17:36 — page i — #1 i i A Guide to Topology i i i i i i “topguide” — 2011/2/15 — 16:42 — page ii — #2 i i c 2009 by The Mathematical Association of America (Incorporated) Library of Congress Catalog Card Number 2009929077 Print Edition ISBN 978-0-88385-346-7 Electronic Edition ISBN 978-0-88385-917-9 Printed in the United States of America Current Printing (last digit): 10987654321 i i i i i i “topguide” — 2010/12/8 — 17:36 — page iii — #3 i i The Dolciani Mathematical Expositions NUMBER FORTY MAA Guides # 4 A Guide to Topology Steven G. Krantz Washington University, St. Louis ® Published and Distributed by The Mathematical Association of America i i i i i i “topguide” — 2010/12/8 — 17:36 — page iv — #4 i i DOLCIANI MATHEMATICAL EXPOSITIONS Committee on Books Paul Zorn, Chair Dolciani Mathematical Expositions Editorial Board Underwood Dudley, Editor Jeremy S. Case Rosalie A. Dance Tevian Dray Patricia B. Humphrey Virginia E. Knight Mark A. Peterson Jonathan Rogness Thomas Q. Sibley Joe Alyn Stickles i i i i i i “topguide” — 2010/12/8 — 17:36 — page v — #5 i i The DOLCIANI MATHEMATICAL EXPOSITIONS series of the Mathematical Association of America was established through a generous gift to the Association from Mary P. Dolciani, Professor of Mathematics at Hunter College of the City Uni- versity of New York. In making the gift, Professor Dolciani, herself an exceptionally talented and successfulexpositor of mathematics, had the purpose of furthering the ideal of excellence in mathematical exposition.
    [Show full text]
  • Ultrafilter Extensions and the Standard Translation
    Notes from Lecture 4: Ultrafilter Extensions and the Standard Translation Eric Pacuit∗ March 1, 2012 1 Ultrafilter Extensions Definition 1.1 (Ultrafilter) Let W be a non-empty set. An ultrafilter on W is a set u ⊆ }(W ) satisfying the following properties: 1. ; 62 u 2. If X; Y 2 u then X \ Y 2 u 3. If X 2 u and X ⊆ Y then Y 2 u. 4. For all X ⊆ W , either X 2 u or X 2 u (where X is the complement of X in W ) / A collection u0 ⊆ }(W ) has the finite intersection property provided for each X; Y 2 u0, X \ Y 6= ;. Theorem 1.2 (Ultrafilter Theorem) If a set u0 ⊆ }(W ) has the finite in- tersection property, then u0 can be extended to an ultrafilter over W (i.e., there is an ultrafilter u over W such that u0 ⊆ u. Proof. Suppose that u0 has the finite intersection property. Then, consider the set u1 = fZ j there are finitely many sets X1;:::Xk such that Z = X1 \···\ Xkg: That is, u1 is the set of finite intersections of sets from u0. Note that u0 ⊆ u1, since u0 has the finite intersection property, we have ; 62 u1, and by definition u1 is closed under finite intersections. Now, define u2 as follows: 0 u = fY j there is a Z 2 u1 such that Z ⊆ Y g ∗UMD, Philosophy. Webpage: ai.stanford.edu/∼epacuit, Email: [email protected] 1 0 0 We claim that u is a consistent filter: Y1;Y2 2 u then there is a Z1 2 u1 such that Z1 ⊆ Y1 and Z2 2 u1 such that Z2 ⊆ Y2.
    [Show full text]
  • Basic Properties of Filter Convergence Spaces
    Basic Properties of Filter Convergence Spaces Barbel¨ M. R. Stadlery, Peter F. Stadlery;z;∗ yInstitut fur¨ Theoretische Chemie, Universit¨at Wien, W¨ahringerstraße 17, A-1090 Wien, Austria zThe Santa Fe Institute, 1399 Hyde Park Road, Santa Fe, NM 87501, USA ∗Address for corresponce Abstract. This technical report summarized facts from the basic theory of filter convergence spaces and gives detailed proofs for them. Many of the results collected here are well known for various types of spaces. We have made no attempt to find the original proofs. 1. Introduction Mathematical notions such as convergence, continuity, and separation are, at textbook level, usually associated with topological spaces. It is possible, however, to introduce them in a much more abstract way, based on axioms for convergence instead of neighborhood. This approach was explored in seminal work by Choquet [4], Hausdorff [12], Katˇetov [14], Kent [16], and others. Here we give a brief introduction to this line of reasoning. While the material is well known to specialists it does not seem to be easily accessible to non-topologists. In some cases we include proofs of elementary facts for two reasons: (i) The most basic facts are quoted without proofs in research papers, and (ii) the proofs may serve as examples to see the rather abstract formalism at work. 2. Sets and Filters Let X be a set, P(X) its power set, and H ⊆ P(X). The we define H∗ = fA ⊆ Xj(X n A) 2= Hg (1) H# = fA ⊆ Xj8Q 2 H : A \ Q =6 ;g The set systems H∗ and H# are called the conjugate and the grill of H, respectively.
    [Show full text]
  • An Introduction to Nonstandard Analysis 11
    AN INTRODUCTION TO NONSTANDARD ANALYSIS ISAAC DAVIS Abstract. In this paper we give an introduction to nonstandard analysis, starting with an ultrapower construction of the hyperreals. We then demon- strate how theorems in standard analysis \transfer over" to nonstandard anal- ysis, and how theorems in standard analysis can be proven using theorems in nonstandard analysis. 1. Introduction For many centuries, early mathematicians and physicists would solve problems by considering infinitesimally small pieces of a shape, or movement along a path by an infinitesimal amount. Archimedes derived the formula for the area of a circle by thinking of a circle as a polygon with infinitely many infinitesimal sides [1]. In particular, the construction of calculus was first motivated by this intuitive notion of infinitesimal change. G.W. Leibniz's derivation of calculus made extensive use of “infinitesimal” numbers, which were both nonzero but small enough to add to any real number without changing it noticeably. Although intuitively clear, infinitesi- mals were ultimately rejected as mathematically unsound, and were replaced with the common -δ method of computing limits and derivatives. However, in 1960 Abraham Robinson developed nonstandard analysis, in which the reals are rigor- ously extended to include infinitesimal numbers and infinite numbers; this new extended field is called the field of hyperreal numbers. The goal was to create a system of analysis that was more intuitively appealing than standard analysis but without losing any of the rigor of standard analysis. In this paper, we will explore the construction and various uses of nonstandard analysis. In section 2 we will introduce the notion of an ultrafilter, which will allow us to do a typical ultrapower construction of the hyperreal numbers.
    [Show full text]
  • Certain Ideals Related to the Strong Measure Zero Ideal
    数理解析研究所講究録 第 1595 巻 2008 年 37-46 37 Certain ideals related to the strong measure zero ideal 大阪府立大学理学系研究科 大須賀昇 (Noboru Osuga) Graduate school of Science, Osaka Prefecture University 1 Motivation and Basic Definition In 1919, Borel[l] introduced the new class of Lebesgue measure zero sets called strong measure zero sets today. The family of all strong measure zero sets become $\sigma$-ideal and is called the strong measure zero ideal. The four cardinal invariants (the additivity, covering number, uniformity and cofinal- ity) related to the strong measure zero ideal have been studied. In 2002, Yorioka[2] obtained the results about the cofinality of the strong measure zero ideal. In the process, he introduced the ideal $\mathcal{I}_{f}$ for each strictly increas- ing function $f$ on $\omega$ . The ideal $\mathcal{I}_{f}$ relates to the structure of the real line. We are interested in how the cardinal invariants of the ideal $\mathcal{I}_{f}$ behave. $Ma\dot{i}$ly, we te interested in the cardinal invariants of the ideals $\mathcal{I}_{f}$ . In this paper, we deal the consistency problems about the relationship between the cardi- nal invariants of the ideals $\mathcal{I}_{f}$ and the minimam and supremum of cardinal invariants of the ideals $\mathcal{I}_{g}$ for all $g$ . We explain some notation which we use in this paper. Our notation is quite standard. And we refer the reader to [3] and [4] for undefined notation. For sets X and $Y$, we denote by $xY$ the set of all functions $homX$ to Y.
    [Show full text]
  • 7.2 Binary Operators Closure
    last edited April 19, 2016 7.2 Binary Operators A precise discussion of symmetry benefits from the development of what math- ematicians call a group, which is a special kind of set we have not yet explicitly considered. However, before we define a group and explore its properties, we reconsider several familiar sets and some of their most basic features. Over the last several sections, we have considered many di↵erent kinds of sets. We have considered sets of integers (natural numbers, even numbers, odd numbers), sets of rational numbers, sets of vertices, edges, colors, polyhedra and many others. In many of these examples – though certainly not in all of them – we are familiar with rules that tell us how to combine two elements to form another element. For example, if we are dealing with the natural numbers, we might considered the rules of addition, or the rules of multiplication, both of which tell us how to take two elements of N and combine them to give us a (possibly distinct) third element. This motivates the following definition. Definition 26. Given a set S,abinary operator ? is a rule that takes two elements a, b S and manipulates them to give us a third, not necessarily distinct, element2 a?b. Although the term binary operator might be new to us, we are already familiar with many examples. As hinted to earlier, the rule for adding two numbers to give us a third number is a binary operator on the set of integers, or on the set of rational numbers, or on the set of real numbers.
    [Show full text]
  • 3. Closed Sets, Closures, and Density
    3. Closed sets, closures, and density 1 Motivation Up to this point, all we have done is define what topologies are, define a way of comparing two topologies, define a method for more easily specifying a topology (as a collection of sets generated by a basis), and investigated some simple properties of bases. At this point, we will start introducing some more interesting definitions and phenomena one might encounter in a topological space, starting with the notions of closed sets and closures. Thinking back to some of the motivational concepts from the first lecture, this section will start us on the road to exploring what it means for two sets to be \close" to one another, or what it means for a point to be \close" to a set. We will draw heavily on our intuition about n convergent sequences in R when discussing the basic definitions in this section, and so we begin by recalling that definition from calculus/analysis. 1 n Definition 1.1. A sequence fxngn=1 is said to converge to a point x 2 R if for every > 0 there is a number N 2 N such that xn 2 B(x) for all n > N. 1 Remark 1.2. It is common to refer to the portion of a sequence fxngn=1 after some index 1 N|that is, the sequence fxngn=N+1|as a tail of the sequence. In this language, one would phrase the above definition as \for every > 0 there is a tail of the sequence inside B(x)." n Given what we have established about the topological space Rusual and its standard basis of -balls, we can see that this is equivalent to saying that there is a tail of the sequence inside any open set containing x; this is because the collection of -balls forms a basis for the usual topology, and thus given any open set U containing x there is an such that x 2 B(x) ⊆ U.
    [Show full text]
  • Basic Topologytaken From
    Notes by Tamal K. Dey, OSU 1 Basic Topology taken from [1] 1 Metric space topology We introduce basic notions from point set topology. These notions are prerequisites for more sophisticated topological ideas—manifolds, homeomorphism, and isotopy—introduced later to study algorithms for topological data analysis. To a layman, the word topology evokes visions of “rubber-sheet topology”: the idea that if you bend and stretch a sheet of rubber, it changes shape but always preserves the underlying structure of how it is connected to itself. Homeomorphisms offer a rigorous way to state that an operation preserves the topology of a domain, and isotopy offers a rigorous way to state that the domain can be deformed into a shape without ever colliding with itself. Topology begins with a set T of points—perhaps the points comprising the d-dimensional Euclidean space Rd, or perhaps the points on the surface of a volume such as a coffee mug. We suppose that there is a metric d(p, q) that specifies the scalar distance between every pair of points p, q ∈ T. In the Euclidean space Rd we choose the Euclidean distance. On the surface of the coffee mug, we could choose the Euclidean distance too; alternatively, we could choose the geodesic distance, namely the length of the shortest path from p to q on the mug’s surface. d Let us briefly review the Euclidean metric. We write points in R as p = (p1, p2,..., pd), d where each pi is a real-valued coordinate. The Euclidean inner product of two points p, q ∈ R is d Rd 1/2 d 2 1/2 hp, qi = Pi=1 piqi.
    [Show full text]
  • The Nonstandard Theory of Topological Vector Spaces
    TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 172, October 1972 THE NONSTANDARDTHEORY OF TOPOLOGICAL VECTOR SPACES BY C. WARD HENSON AND L. C. MOORE, JR. ABSTRACT. In this paper the nonstandard theory of topological vector spaces is developed, with three main objectives: (1) creation of the basic nonstandard concepts and tools; (2) use of these tools to give nonstandard treatments of some major standard theorems ; (3) construction of the nonstandard hull of an arbitrary topological vector space, and the beginning of the study of the class of spaces which tesults. Introduction. Let Ml be a set theoretical structure and let *JR be an enlarge- ment of M. Let (E, 0) be a topological vector space in M. §§1 and 2 of this paper are devoted to the elementary nonstandard theory of (F, 0). In particular, in §1 the concept of 0-finiteness for elements of *E is introduced and the nonstandard hull of (E, 0) (relative to *3R) is defined. §2 introduces the concept of 0-bounded- ness for elements of *E. In §5 the elementary nonstandard theory of locally convex spaces is developed by investigating the mapping in *JK which corresponds to a given pairing. In §§6 and 7 we make use of this theory by providing nonstandard treatments of two aspects of the existing standard theory. In §6, Luxemburg's characterization of the pre-nearstandard elements of *E for a normed space (E, p) is extended to Hausdorff locally convex spaces (E, 8). This characterization is used to prove the theorem of Grothendieck which gives a criterion for the completeness of a Hausdorff locally convex space.
    [Show full text]