-
Notifications
You must be signed in to change notification settings - Fork 2
/
analysis--oxford-M2-real-analysis-I--theorems.dot
43 lines (28 loc) · 1.57 KB
/
analysis--oxford-M2-real-analysis-I--theorems.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
digraph {
"Addition on R" -> "Triangle Law";
"Addition on R" -> "Reverse Triangle Law";
"Completeness of R" -> "Approximation Property";
"Approximation Property" -> "Existence of Square Roots";
"Completeness of R" -> "Archimedean Property of N";
"Approximation Property" -> "Archimedean Property of N";
"Completeness of R" -> "Well-ordered Property of N";
"Approximation Property" -> "Well-ordered Property of N";
// "Definition of Limit" -> "Tails Lemma";
// "Definition of Limit" -> "Sandwiching Lemma";
// "Definition of Limit" -> "Uniqueness of Limits";
"Triangle Law" -> "Uniqueness of Limits";
// "Definition of Limit" -> "Convergent sequence is bounded";
"Triangle Law" -> "Convergent sequence is bounded";
"Reverse Triangle Law" -> "Convergence => Convergence in absolute value"
"Sandwiching Lemma" -> "Convergence => Convergence in absolute value"
// "Definition of Limit" -> "All subsequences of convergent sequence are convergent";
// "Definition of Limit" -> "Subsequences w/ different limits => Divergent sequence";
"Definition of Limit" -> "Algebra of Limits";
"Triangle Law" -> "Algebra of Limits";
"Reverse Triangle Law" -> "Algebra of Limits";
"Completeness of R" -> "Monotonic sequence converges iff bounded";
"Approximation Property" -> "Monotonic sequence converges iff bounded";
"Scenic Viewpoint Theorem" -> "Bolzano-Weierstrass Theorem";
"Monotonic sequence converges iff bounded" -> "Bolzano-Weierstrass Theorem";
"Triangle Law" -> "Cauchy convergence criterion";
}