Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ∃x ∀y R(x, y) [Hypothesis]
  2.  
  3. Let c be a constant such that ∀y R(c, y)
  4. ∀y R(c, y)
  5.  
  6. Given constant d:
  7. R(c, d) [∀ elim]
  8. ∃x R(x, d) [∃ intro]
  9.  
  10. ∀y ∃x R(x, y) [∀ intro]
  11.  
  12. ∀y ∃x R(x, y) [∃ elim]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement