1/18
Vocabulary flashcards covering fundamental concepts of real analysis including sets of numbers, axioms, sequence and series convergence, continuity, and the theory of integration.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Natural Numbers (N)
The set of all positive integers, denoted as 1,2,3,…. Each element n has a successor n+1.
Peano Axioms
Five postulates providing the foundation for natural numbers, including the basis for mathematical induction.
Rational Numbers (Q)
Numbers that can be expressed in the form nm where m,n∈Z and n=0. They contain all terminating decimals.
Algebraic Number
A number that satisfies a polynomial equation cnxn+⋯+c1x+c0=0 where the coefficients are integers.
Ordered Field
A field equipped with an ordering relation ≤ that satisfies the transitive law, preserves addition (a≤b⟹a+c≤b+c), and preserves multiplication by non-negative values.
Completeness Axiom
The property stating that every non-empty subset of R that is bounded above has a least upper bound (supremum).
Archimedean Property
The principle stating that for any a > 0 and b > 0, there exists a positive integer n such that na > b.
Convergent Sequence
A sequence (sn) that approaches a real number s such that for every \epsilon > 0, there exists a number N where n > N \implies |s_n - s| < \epsilon.
Monotone Sequence
A sequence that is either non-decreasing (sn≤sn+1) or non-increasing (sn≥sn+1) for all n.
Cauchy Sequence
A sequence where for every \epsilon > 0, there exists N such that m, n > N \implies |s_n - s_m| < \epsilon. Constant for real numbers, this is equivalent to convergence.
Subsequence
A sequence (tk) formed by selecting terms of a sequence (sn) in their original order, defined as tk=snk where n_1 < n_2 < n_3 < \dots.
Bolzano-Weierstrass Theorem
A fundamental theorem stating that every bounded sequence has a convergent subsequence.
Metric Space
A set S equipped with a distance function d (metric) satisfying non-negativity, symmetry, and the triangle inequality.
Compact Set
In Rk, a set that is closed and bounded. Formally, a set where every open cover has a finite subcover.
Ratio Test
A series convergence test determined by calculating limsup∣anan+1∣.
Uniform Convergence
A type of convergence for a sequence of functions (fn) on a set S where the value of N depends only on ϵ, not on x∈S. Formally, \forall \epsilon > 0, \exists N \text{ s.t. } n > N \implies |f_n(x) - f(x)| < \epsilon \text{ for all } x \in S.
Riemann Integral
The limit of Darboux sums (upper and lower) as the partition becomes finer, representing the area under a curve.
Fundamental Theorem of Calculus (Part I)
States that if g is differentiable on (a,b) and g′ is integrable, then ∫abg′(x)dx=g(b)−g(a).
Taylor Series
A power series representation of a function f about a point c, given by ∑k=0∞k!f(k)(c)(x−c)k.