9 lines
94 B
Plaintext
9 lines
94 B
Plaintext
(True \/ False) /\ (~(False /\ True))
|
|
split.
|
|
left.
|
|
exact I.
|
|
intro x.
|
|
elim x.
|
|
intro a.
|
|
elim a.
|