N={0,1,2,...} [natural numbers]
Z={m−n∣m,n∈N} [integers]
Q={m/n∣m,n∈Z,n=0} [rational numbers]
R [real numbers]
C [complex numbers]
for which
N⊂Z⊂Q⊂R⊂C
Algebraic Properties:
- Addition: for each a and b there exists a real number a+b
- Multiplication: for each a and b there exists a real number a⋅b
- Addition and Multiplication Together: for all a,b,c∈R, we have the law a⋅(b+c)=a⋅b+a⋅c
- Avoiding collapse: we assume 0=1
Order Properties:
R has an order relation < to classify each number as positive, negative, or zero, based on their relation to 0. These properties interact with + and ⋅ to manipulate inequalities.
Completeness Axiom:
The implication that there are no missing points in the real number line, unlike the rational set which excludes instances of irrational numbers.
Operational Axioms:
- Only universal quantifiers, for all:
(∀a∈R)(∀b∈R) a+b=b+a
- Contain an existential quantifier, exists, to prove the existence of something:
(∃0∈R)(∀a∈R) a+0=0+a=a
A structure (R,+,⋅) is a ring if R is a non-empty set and + and ⋅ and binary operations:
+:R×R→R,(a,b)↦a+b
⋅:R×R→R,(a,b)↦a⋅b
such that:
Addition:
- associativity: (∀a,b,c∈R)a+(b+c)=(a+b)+c
- zero element: (∃0∈R)(∀a∈R)a+0=0+a=a
- inverses: (∀a∈R)(∃−a∈R)a+(−a)=(−a)+a=0
- commutativity: (∀a,b∈R)a+b=b+a
Multiplication:
- associativity: (∀a,b,c∈R)a⋅(b⋅c)=(a⋅b)⋅c
Addition and Multiplication:
- (∀a,b,c∈R)a⋅(b+c)=a⋅b+a⋅c and (a+b)⋅c=a⋅b+b⋅c
Implies Operation p⟹q
p |
q |
p⟹q |
F |
F |
T |
F |
T |
T |
T |
F |
F |
T |
T |
T |
False can imply true, but true will never imply false.