←back to thread

389 points kurinikku | 1 comments | | HN request time: 0.204s | source
Show context
ysofunny ◴[] No.42165469[source]
alternative take: everything is just sets

both can be a foundation for mathematics, and hence, a foundation for everything

what's interesting is how each choice affects what logic even means?

replies(1): >>42168681 #
MathMonkeyMan ◴[] No.42168681[source]
I learned functions in terms of sets. Domain and codomain are sets. Function is a set of ordered pairs between them.

How could we go the other way? A set can be "defined" by the predicate that tests membership, but then how do we model the predicates? Some formalism like the lambda calculus?

replies(3): >>42168696 #>>42171390 #>>42184908 #
1. ysofunny ◴[] No.42184908[source]
i think predicates are functions returning booleans

lambda calculus would provide a computational way to determine the truth value of the predicate, any computable predicate that is.