This commit is contained in:
Adrien Vannson 2022-05-10 14:02:36 +02:00
parent 7eb605eb83
commit f6be1ad6da
No known key found for this signature in database
GPG Key ID: FE2E66FD978C1A55

View File

@ -1 +1,7 @@
(A -> B) -> ~B -> ~A
intro f.
intro b.
intro a.
apply b.
apply f.
assumption.