Is there a way to apply destruction rules to premises involving universal quantification at the outer level? For example, if I have a goal (⋀x. P x ∧ Q x) ⟹ R
, can I turn it into (⋀x. P x) ⟹ R
using conjunct1
?
Last updated: Dec 21 2024 at 12:33 UTC