I want to derive F from ¬E V F and ¬E -> F
Here is what I have done:
- ¬E -> F // hyp
- ¬E V F // hyp
- ¬E // AA
- F // E ->(2)
- F // AA
-
¬F // AA - F // E ¬(6)
- F // Ev(2-4,5-7)
I don't know if I can assume ¬F like in 6 and deduce that I have F because there is a contradiction, Is it a good writing ?
You can end the proof on line $5$ citing disjunction-elimination "$\vee$E"
For instance...
$ \neg E \vee F, \neg E \to F \vdash F $
$\{1\} \:\:\:\:\:\:\:\:1. \neg E \vee F \:\:\:\:\:\:\:$ premise
$\{2\} \:\:\:\:\:\:\:\: 2. \neg E \to F \:\:\:\:\:\:$ premise
$\{3\} \:\:\:\:\:\:\:\: 3. \neg E \:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:$ Assumption
$\{2,3\} \:\:\:\: 4. F \:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:$ $2,3$ Modus Ponens
$\{5\} \:\:\:\:\:\:\:\: 5. F \:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:$ Assumption
$\{1,2\} \:\:\:\: 6. F \:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:$ $1, 3, 4, 5, 5$ Disjunction-Elimination
Notice on line $5$ you are able to conclude the very thing you assume, completing the second derivation needed for $\vee$E