Created
May 11, 2026 06:56
-
-
Save ronenlh/c81d1f2483cccbbc798f7087d62923f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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