Anyways, set theory is way of representing maths, but not in the most intuative ways. They don't define how to do a function, such as addition, they define it's relationship. Why I like it is that it's logically sound, but a very counter intuative way of looking at maths. For example, addition
This statement, by the relationship between z, x' & y' defines the function that gives z from x & y, which can be done because all numbers have known predecessors and successors (numbers were defined earlier, in similar ways). So it fully defines addition - if you think about it, which is probably worth some thought.
Addition: Addition is a function from a pair of numbers to a number. So it's a set of ordered pairs, whose first element is an ordered pair. So it's a set of pairs of the form {((x,y),z) where:
- if x=0, then z = y
- if y=0, then z=x
- otherwise, let x' = successor(x) and let y' = predecessor(y) then z = Add(x',y').
Of course, if this was just a counter intuative way of solving maths, then it'd be a bit silly (well, in my opinion), but the way of defining these fuctions and sets is really powerful - if applied to physics, things like rotations in Newtonian space and quantum mechanics all relate to each really impressivly, if I can't quite remember how.
Learning it for Undergrad was bizarre, fun and challenging. Utterly impratical, but it was good :)

0 comments:
Post a Comment