8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
(A -> B) -> ~B -> ~A
|
|
intro f.
|
|
intro b.
|
|
intro a.
|
|
apply b.
|
|
apply f.
|
|
assumption.
|