Axiomatic Method Logical Cycle: Statements
Axiomatic Method Logical Cycle: Statements
1
Fe-Fo Model 1 (Graph) Axiomatic Applications
• Axiom 1: There exists exactly 3 distinct nodes. • Interpretation: provide a “real” meaning to the
axiomatic system.
• Axiom 2: Any two distinct nodes are contained in
exactly one edge. • Model: an interpretation that satisfies all the axioms
of the system.
• Axiom 3: Not all nodes belong to the same edge.
• Fe-Fo Model 1 (Graph)
• Axiom 4: Any two distinct edges contain at least one
Fe: nodes (vertices) Fo: edges
node that belongs to both.
A Belongs: adjacent to
Finance
2
Consistent Axiom Sets Consistent Axiom Sets
• An axiom set is said to be consistent if it is • Example:
impossible to deduce from it a theorem that Undefined terms: Hi, Lo and belongs to.
contradicts an axiom or another deduced theorem. Axiom 1: There are exactly 4 Hi’s.
Axiom 2: Every Hi belongs to exactly two Lo’s.
• An axiom set is said to have absolute consistency if
Axiom 3: Any two Hi’s belong to at most one Lo.
there exists a real world model satisfying all of the
Axiom 4: There is a Lo containing any two Hi’s.
axioms.
Axiom5: All Lo’s contain exactly two Hi’s.
• An axiom set is said to be relatively consistent if we
• This is an inconsistent system.
can produce a model for the axiom set based upon
another axiom set which we are willing to assume is
consistent.
3
Real Number Axioms - Order Axioms Real Number Axioms - Least Upper Bound
• Trichotomy: • Definitions:
Either x = y, x > y or x < y ∀ x,y ∈ R . A number M is said to be an upper bound for a set
• Transitivity: X, X ⊆ R , if x < M ∀ x ∈ X.
For x,y,z ∈ R , if x > y and y > z then x > z. A number M is said to be a least upper bound for a
set X, denoted lub(X), if it is an upper bound of X
• Additive Compatibility: and M < N for all other upper bounds of X.
For x,y,z ∈ R, if x > y then x + z > y + z.
• Least Upper Bound Axiom: If a set X has an upper
• Multiplicative Compatibility: bound, then it has a least upper bound.
For x,y,z ∈ R, if x > y and z > 0 then
xz > y z. • Note: This is also called the Dedekind
Completeness Axiom.