About the differences between propositional logic and (first order) predicate logic, given that if my basis is propositional logic I have to substitute the universal and existential quantifiers with conjonctions and disjunctions (substitutional interpretation of quantifiers), let's suppose that A is a statement of predicate logic and B is a statement of propositional logic ->
- can you give me one or more remarkable examples which underly the effects of this method while moving from A to B?
(p.s. Also the relation between this method and the problem of infinity is not clear for me)
Let $A \equiv \forall x \in \lbrace a,b,c \rbrace x \leq 5$, let: $$\alpha \equiv a \leq 5$$ $$\beta \equiv b \leq 5$$ $$\gamma \equiv \leq 5$$ then $B \equiv \alpha \land \beta \land \gamma$. Of course if you want to do the same with an existential proposition you just need to change conjunctions by disjunctions. Is this the kind of example you are looking for? Note that if you want to do the same with an infinite set you will not be able to do it using conjunctions in propositional logic, that's part of the utility of quantifiers
Edit (based on the discussion we had in the other question): The thing is you can't build a proposition using an infinite amount of propositions (try to do it!),so if you wanted to say something like "every natural number is the precesor of another natural number" using propositional logic you will not be able to do it using a proposition for each natural number and putting all those prpositions toogether with conjunctions, as in the example before. In this case the prposition "every natural number is the precesor of another natural number" must be an atom, when you translate this same proposition in the language of predicate logic you "break" it into smaller pieces (constant, variables, functions, relations, quantifiers) which you can use time and time again to talk about completely different things. My conclution is that the expressive power of predicate logic is much higher (you can do much more things with less amount of "pieces"). Just like in physics, we are interested in finding the most elementary components of the universe we are studing.