I am having confusion in using the inference rules with quantifiers. For example:
- ∀x (Man(x) → Mortal(x))
- Man(Socrates) → Mortal Socrates(x) By Universal Instantiation
- Man(Socrates) by Premise
- Mortal(Socrates) By Modus Ponens from step 2 and 3
How do you get the third step? I understand you would need it to use Modus Ponens but how can you write it as a premise and from where did that come from?
It is just a premise. You cannot logically deduce that Socrates is a man - but it is something you assert as part of your proof i.e. a premise. Just like you assert all men are mortals.