Skip to content

Instantly share code, notes, and snippets.

@ronenlh
Created May 11, 2026 06:56
Show Gist options
  • Select an option

  • Save ronenlh/c81d1f2483cccbbc798f7087d62923f3 to your computer and use it in GitHub Desktop.

Select an option

Save ronenlh/c81d1f2483cccbbc798f7087d62923f3 to your computer and use it in GitHub Desktop.
example : (P → Q → R) → (P ∧ Q → R) := by
intro h
intro hpq
exact h hpq.left hpq.right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment