解决这道题---Problem 2. (12 points) We used case analysis in some of our proofs in class, and Shaddin mentioned that this is justified by the rules of logic. In this problem, we will make this justification more precise. (a) [2 points]. Recall problem 6c from Hw1. Explain how this justifies a case analysis with two cases. (b) [5 points]. Using induction, show that the following holds in propositional logic for any constant k. p₁ ⇒ r p₂ ⇒ r ... p_k ⇒ r _________ ∴ (p₁ ∨ p₂ ∨ ... ∨ p_k) ⇒ r Explain how this justifies case analyses with any finite number of cases. (c) [5 points]. Let P(x) and R be formulas in first order logic, and suppose that the variable x does not appear in R. Show, using the rules of inference of first order logic presented in class, that ∀x(P(x) ⇒ R) entails (∃xP(x)) ⇒ R. Your (short) proof should use no more than four applications of the inference rules from class. Explain how this justifies a case analysis with any number of cases (possibly infinite).

视频信息