Analysis
From Privateer
Contents |
Analysis
Logical Foundation
means "p implies q"
means "p implies q, and q implies p"
Quantifiers
: Universal quantifier; "for all". : Existence quantifier; "there exists".
The negation of is ; "". Similarly the negation of is ; "".
Negation Example:
means "for all , the condition is true."
, which means "there exists an such that is false."
Proof Types
Direct Proof: a series of logical statements that directly transform p into q.
Indirect Proof (proof by contradiction): Assume that the conclusion of a logical statement is false, then proceed with logical statements until a contradiction is found.
Example direct proof
Statement to prove: , such that
In plain english, this means "for all epsilon greater than zero, there exists a delta that is greater than zero, such that the inequality x is less than 1 + delta and greater than 1 - delta, implies that less than 5 + epsilon and greater than 5 - epsilon."
Algebraic Sketch
Isolate the , and find
Proof
let
consider
Since
Assume
, since
and
and
So
Example indirect proof
Theorem to prove:
let be a real number.
if , then .
In this statement, is "," and is "."
By way of contradiction, assume and , that is: if , then .
Field Axioms
Additive
if , then
Multiplicative
if , and , then ; if , and , then .
