logo

Crowdly

Browser

Add to Chrome

Given the following Lean code snippet: example : ( ∃ x : A, PP x) → ( ∀...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Given the following Lean code snippet:

example : ( x : A, PP x) ( y : A, PP y QQ y) z : A , QQ z :=

begin

       assume p pq,

       cases p with a pa,

       existsi a,

       apply pq,

       exact pa,

end

Which of the following best describes the role of cases p with a pa in this proof?

More questions like this

Want instant access to all verified answers on moodle.nottingham.ac.uk?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome