Interactive Real Analysis
Next | Previous |
Glossary
|
Map
Real Analysis
1. Sets and Relations
1.1. Notation and Set Theory
1.2. Relations and Functions
1.3. Equivalence Relations and Classes
1.4. Natural Numbers, Integers, and Rational Numbers
2. Infinity and Induction
3. Sequences of Numbers
4. Series of Numbers
5. Topology
6. Limits, Continuity, and Differentiation
7. The Integral
8. Sequences of Functions
9. Historical Tidbits
Java Tools
1.1. Notation and Set Theory
Examples 1.1.2(b):
If A = {x
R : -4 < x < 3} and B = {x
R : -1 < x < 7}, then find A
B, A
B, A \ B, and comp(A).
back
A
B
= {
x
R
: -4 <
x
< 7 }
A
B
= {
x
R
: -1 <
x
< 3 }
A \ B
= {
x
R
: -4 <
x
-1 }
comp(
A
) = {
x
R
: -
<
x
-4 }
{
x
R
: 3
x
<
}
Next | Previous |
Glossary
|
Map