Test 8
This commit is contained in:
parent
7eb605eb83
commit
f6be1ad6da
@ -1 +1,7 @@
|
|||||||
(A -> B) -> ~B -> ~A
|
(A -> B) -> ~B -> ~A
|
||||||
|
intro f.
|
||||||
|
intro b.
|
||||||
|
intro a.
|
||||||
|
apply b.
|
||||||
|
apply f.
|
||||||
|
assumption.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user