
Alex V. answered 11/16/21
PhD student with 7+ years of teaching experience
For the first one:
the line on premises 3-5 is to show that they're part of the subproof.
- A --> B premise |– A --> C
- B --> C premise
- | A assume for conditional proof
- | B 1, 3 modus ponens
- | C 2, 4 modus ponens
- A --> C 3-5, conditional proof
and the second goes very similarly:
- P --> Q premise
- (Q v R) --> ~(D <--> E) premise
- | P assumption for conditional proof
- | Q 1, 3 MP
- | Q v R 4, disjunction intro
- | ~(D <--> E) 2, 5 MP
- P --> ~(D <--> E) 3-6, conditional proof
hope that helps! let me know if you have any questions.