Elementary Analysis: The Theory of Calculus Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering fundamental concepts of real analysis including sets of numbers, axioms, sequence and series convergence, continuity, and the theory of integration.

Last updated 6:31 AM on 4/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

Natural Numbers (N\mathbb{N})

The set of all positive integers, denoted as 1,2,3,{1, 2, 3, \dots}. Each element nn has a successor n+1n + 1.

2
New cards

Peano Axioms

Five postulates providing the foundation for natural numbers, including the basis for mathematical induction.

3
New cards

Rational Numbers (Q\mathbb{Q})

Numbers that can be expressed in the form mn\frac{m}{n} where m,nZm, n \in \mathbb{Z} and n0n \neq 0. They contain all terminating decimals.

4
New cards

Algebraic Number

A number that satisfies a polynomial equation cnxn++c1x+c0=0c_nx^n + \dots + c_1x + c_0 = 0 where the coefficients are integers.

5
New cards

Ordered Field

A field equipped with an ordering relation \leq that satisfies the transitive law, preserves addition (ab    a+cb+ca \leq b \implies a+c \leq b+c), and preserves multiplication by non-negative values.

6
New cards

Completeness Axiom

The property stating that every non-empty subset of R\mathbb{R} that is bounded above has a least upper bound (supremum).

7
New cards

Archimedean Property

The principle stating that for any a > 0 and b > 0, there exists a positive integer nn such that na > b.

8
New cards

Convergent Sequence

A sequence (sn)(s_n) that approaches a real number ss such that for every \epsilon > 0, there exists a number NN where n > N \implies |s_n - s| < \epsilon.

9
New cards

Monotone Sequence

A sequence that is either non-decreasing (snsn+1s_n \leq s_{n+1}) or non-increasing (snsn+1s_n \geq s_{n+1}) for all nn.

10
New cards

Cauchy Sequence

A sequence where for every \epsilon > 0, there exists NN such that m, n > N \implies |s_n - s_m| < \epsilon. Constant for real numbers, this is equivalent to convergence.

11
New cards

Subsequence

A sequence (tk)(t_k) formed by selecting terms of a sequence (sn)(s_n) in their original order, defined as tk=snkt_k = s_{n_k} where n_1 < n_2 < n_3 < \dots.

12
New cards

Bolzano-Weierstrass Theorem

A fundamental theorem stating that every bounded sequence has a convergent subsequence.

13
New cards

Metric Space

A set SS equipped with a distance function dd (metric) satisfying non-negativity, symmetry, and the triangle inequality.

14
New cards

Compact Set

In Rk\mathbb{R}^k, a set that is closed and bounded. Formally, a set where every open cover has a finite subcover.

15
New cards

Ratio Test

A series convergence test determined by calculating limsupan+1an\lim \sup |\frac{a_{n+1}}{a_n}|.

16
New cards

Uniform Convergence

A type of convergence for a sequence of functions (fn)(f_n) on a set SS where the value of NN depends only on ϵ\epsilon, not on xSx \in 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.

17
New cards

Riemann Integral

The limit of Darboux sums (upper and lower) as the partition becomes finer, representing the area under a curve.

18
New cards

Fundamental Theorem of Calculus (Part I)

States that if gg is differentiable on (a,b)(a, b) and gg' is integrable, then abg(x)dx=g(b)g(a)\int_a^b g'(x)dx = g(b) - g(a).

19
New cards

Taylor Series

A power series representation of a function ff about a point cc, given by k=0f(k)(c)k!(xc)k\sum_{k=0}^{\infty} \frac{f^{(k)}(c)}{k!}(x-c)^k.