pieuvre/tests/test08.8pus
Adrien Vannson f6be1ad6da
Test 8
2022-05-10 14:02:36 +02:00

8 lines
78 B
Plaintext

(A -> B) -> ~B -> ~A
intro f.
intro b.
intro a.
apply b.
apply f.
assumption.