Processing math: 100%

Saturday, November 5, 2011

Theorem 2: p p

p p
= the Identity Axiom. pptrue
true. QED

Theorem 1: true

truepp, Axiom, Identity of ,
= Leibniz, E = Identity Axiom above, p=pp,q=true
truetrue
Axiom, Identity of ,truepp,
true

EQ Axioms and Advice

(1) Axiom: Associativity of : p (q r) (p q ) r

(2) Axiom: Symmetry of : p q q p

(3) Axiom: Identity of : true q q

Monday, October 10, 2011

ALADM Set Theory Cheat Sheet

(1) Notation 1 : Set Enumeration
List elements between { and }
eg: {0,2,4,6,8}

(2) Notation 2: Set Comprehension
{listofdummies:type | Predicate : Expression} yields the set of elements that result from evaluating E[ listofdummies := v ] in a state for each value of v in type t such that R[ listofdummies := v ] holds in that state.

e.g: {x:Z | 0x5 : x+2}

If E has type t, the set comprehension has a type = set-of(t)

(3) Equality of Set Enumeration and Set Comprehension

{e0,e1,en}={x | x=e0x=e1x=en : x}

(4) Universe: The collection of elements from which sets are constructed is called the domain of discourse or Universe and denoted by U. The Universe can be thought of as the type of every *set* variable in the theory. Eg: if the universe is setof(Z), then every set variable v has type setof(Z)

(move this to the beginning of the EQ doc)
Propositional Calculus permits reasoning about formulae constructed from boolean variables and boolean operators. Therefore the expressiveness of the logic is restricted to sentences that can be modeled using boolean expressions.

A predicate calculus formula is a boolean expression in which some boolean variables have been replaced by
(1) predicates - applications of boolean functions whose arguments may have types other than B.

e.g: equal(x,y), Less-than(x,y) etc.

The *names* of such functions are called predicate symbols and maybe notated as infix where appropriate. e.g: (x > y).

The *arguments* of predicates are *expressions* whose types maybe other than B and are called terms.

(2) Universal or Existential Quantifications.

In the pure predicate calculus, the function symbols are uninterpreted (except for =), so the logic provides no specific rules to manipulate them. Since function symbols are uninterpreted,

***we can develop general rules for manipulation that are sound no matter what meanings we ascribe to the function symbols. Thus the pure predicate calculus is sound in all domains that maybe of interest.***

We get a theory by adding axioms that assign meanings to some of the uninterpreted symbols.

Example 1: The theory of integers consists of the pure predicate calculus together with axioms for manipulating the operators (i.e the functions) +, - , <, > etc. These axioms state (for example) that + is commutative and has the identity 0.

Example 2: The theory of Sets consists of the pure predicate calculus together with axioms for manipulating operators like , etc

*The core of all such theories however is the core predicate calculus, and provides the basic machinery for reasoning about. or providing proofs about *all* domains of interest.*

Set Theory Resumes

(5) Notation: For an expression e:t and a set valued expression S:set(t)

es " e is a member of s" and eS¬(eS)

(6) Axiom: Set Membership

F{x:tR : E:t}(x:tR : F=E)

(7) Axiom: Extensionality
S=T(x:tR  xSxS)
Note: This converts a set comprehension into an existential quantification, at which point all the quantification laws can be applied. Existential quantifications with an equality in the Predicate can be converted into a set comprehension by going in the reverse direction.

(8) Theorem: {xfalse:E}={}=
(e,E∣:e{xfalse:E}e{}false)

(9) Theorem: {xx=e:x}, not-occurs-free(x,e), yields a singleton set containing the value of e

(10) Since is symmetric, order of the elements in a set enumeration is irrelevant
e.g: {1,3}{xx=1x=3:x}{xx=3x=1:x}

(11) Since is idempotent, repetition of elements in a set enumeration has no significance {1,3,3}={1,3} Duplicates may arise when expressions are used to designate elements. eg:{b,c} when evaluated in state where bc yields two elements, but yields one element when b=c.

(12) Conversion from traditional format

{m20m3}={m0m3:m2}

However there could be ambiguity in this conversion depending on which variables are considered bound (so dummies) and which free.

e.g {x+yx=y+1} could equal {xx=y+1:x+y}={2y+1} or {yx=y+1:x+y}={2x1} or {x,yx=y+1:x+y}= set of odd integers

(13) Conversion to traditional format
{xR:E}={y(xR:y=E)}

(14) Set-Predicate Theorem
(a) x{xR}x{xR:x}R
(b) Ex{xR:E}R
(c) y{xR}y{xR:x}R[x:=y], not-occurs-free (y,R)
(d) Ey{xR:E}R[x:=y] , not-occurs-free (y,R)
(e)E[x:=y]{xR:E}R[x:=y] , not-occurs-free (y,R)

(15) Principle of Comprehension and characteristic predicate
For each predicate R, there corresponds a set comprehension {x:tR:x} which contains the objects in t that satisfy R

eg: consider Rx=3x=5 .
The corresponding set comprehension is S={xx=3x=5:x}.
R is called the characteristic predicate of set comprehension S.

(16) Theorem: {xR}={xS}(x∣:RS)

(17) Theorem: ({xR}={xS} is valid) (RS is valid)

(18) Methods to prove that M = N
(a) Directly use Leibniz
(b) Use axiom extensionality i.e prove (x∣:xMxN)
(c) Prove that RS and conclude {xR}={xS}

(19) Axiom: Cardinality: #S=(xxS:1)

(20) Axiom: Subset: ST(xxS:xT)

(21) Axiom: Proper Subset: ST(xxS:xT)ST

(22) Axiom: Superset: STTS

(23) Axiom: Proper Superset: STTS

(24) Axiom: Complement vScvUvS

(25) Theorem: vScvS (assuming vU)

(26) Theorem: SccS

(27) Axiom: Union vST(vS)(vT)

(28) Axiom: Intersection vST(vS)(vT)

(29) Axiom: Difference vST(vS)(vT)

(30) Axiom: Disjoint S and T are disjoint ST

(31) Axiom: TP(S)TS

(32) Definition of 'set expression' and 'corresponding predicate calculus expression'

A 'set expression' is an expression constructed from set variables (of type set-of(t)), , U ( a universe for all set variables in question), ,Complement  c, union and intersection .

Let Es be a set expression. The 'corresponding predicate calculus expression' Ep is constructed from Es by replacing with false, U with true,  c with ¬, with , and with .

This construction is reversible. ie, Es can be constructed from Ep.

(33) Metatheorem For any two set expressions Es and Fs

(a) Es=Fs is valid EpFp is valid
(b) EsFs is valid EpFp is valid
(c) Es=U is valid Ep is valid

(a) + (b) + (c) + 32 mean that implications, equivalences and in general axioms and proved theorems in predicate calculus can be converted into Set Theory theorems *without proving with Set Theory proofs.

(d) Convert EpEp to (EpEp)(EpEp)
(e) Convert EpEp to ¬EpEp

(d) + (e) + 32 implies that any boolean expression is equivalent to some expression Ep for which Ep can be constructed. The meta theorem does not mention

(f) EsFs can be rewritten as EsFcs

(34) The metatheorem tremendously reduces the amount of work we need to prove theorems in Set Theory. (Already proved) predicate logic theorems can be converted to Set Theory theorems by using the meta theorem.

e.g: we already proved DeMorgan's law

¬(st)¬s¬t
= Applying metatheorem we get
(ST)cScTc

which we don't have to prove using Set Theory axioms etc.

(35) Theorem: (x∣:PQ{xP}{xQ}


Properties of Subset

(36) Theorem: Anti-Symmetry: STTSS=T

(37) Theorem: Reflexivity: SS

(38) Theorem: Transitivity: STTUSU

(39) Theorem: S

(40) Theorem: STST¬(TS)

(41) Theorem: STST(xxT:xS)

(42) Theorem: STSTS=T

(43) Theorem: SS

(44) Theorem: STST

(45) Theorem: STTS

(46) Theorem: STTS

(47) Theorem: ST¬(UT)¬(US)

(48) Theorem: (xxS:xT)ST

(49) Theorem: Transitivity 1: STTUSU

(50) Theorem: Transitivity 1: STTUSU

(51) Theorem: Transitivity 2: STTUSU

Power Set Theorems

(52)Theorem: P()={}

(53) Theorem: SP(S)

(54)Theorem: #(P(S))=2#S for finite S

(55) Union and Intersection as quantifiers

Union is symmetric, associative, idempotent and has an identity

Intersection is symmetric, associative, idempotent and has an identity U

Therefore these can both be considered binary operators which can substitute for the in the Generalized Quantification axioms and theorems.

(56) Partition of Sets.

A set S *of sets* is called a partition of another set T if every element of T is in *exactly* one of the elements of S.
Alternatively, S partitions T if (a) the sets in S are pairwise disjoint and (b) the union of the elements of S is T

Formally,

S partitions T (U,VUSVSUV:UV=)(XXS:X)=T

(57) Axiom of Choice.

Analogy: Given a bag of candy you can reach in and pick a piece. Likewise, we expect to be able to choose an arbitrary element from a non-empty set. We postulate this ability as

Axiom: For t a type, there exists a function f: set-of(t) -> t such that for a non-empty set S, f.s S.

Note 1 : a more general version was formulated by Zermelo.

Note 2 : The axiom merely states the *existence* of a function. Does not say how to obtain the function.

Note 3: This axiom is problematic for infinite sets.

Wednesday, October 5, 2011

EQ 15 Equivalence and True

(1) Axiom: Associativity of : p (q r) (p q ) r

(2) Axiom: Symmetry of : p q q p

(3) Axiom: Identity of : true q q

(4) Theorem: true

(5) Reflexivity of : p p

EQ 14 Negation, Inequivalence, False

(1) Axiom: Definition of false: false ¬ true

(2) Axiom: Distributivity of ¬: ¬ (p q) ¬p q

(3) Axiom: Definition : (p q) ¬(p q)

(4) Theorem: ¬p q p ¬q

(5) Theorem: Double Negation: ¬¬p p

(6) Theorem: Negation of false: ¬false true

(7) Theorem: (p q) ¬p q

(8) Theorem: ¬ppfalse

(9) Theorem: Symmetry of : p q q p

(10) Theorem: Associativity of : (p (q r)) ((p q ) r)

(11) Mutual Associativity: (p (q r)) ((p q ) r)

(12) Mutual Interchangability: p q r p q r

EQ 13 Disjunction

(1) Axiom Symmetry of : p q q p

(2) Axiom Associativity of : p (q r) (p q ) r

(3) Axiom Idempotency of : p p p

(4) Axiom Distributivity of : p ( q r) (p q) (p r)

(5) Axiom Excluded Middle p ¬p

(6) Theorem Zero of : p true true

(7) Theorem Identity of p false p

(8) Theorem Distributivity of : p ( q r) (p q) (p r)

(9) Theorem p q p ¬q p