|
|
|
|
|
by solinent
2480 days ago
|
|
Essentially, all logically valid formulae have proofs in first-order logics. Remember, logically valid formulae means that if you enumerate all possible interpretations (boolean values for the variables), the formulae remains true. So you could prove everything that ever exists by creating a set of all possible proofs using the given deduction rules. |
|
Rather than boolean values for the variables, you need to enumerate all possible...
* Ambient universes where the language is interpreted
* Values (taken from the ambient universe) for the constant symbols
* Sets-of-tuples-of-values (from the ambient universe) for the predicate symbols
* Functions-from-tuples-of-values-to-values (from the ambient universe) for the function symbols