6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
Goal A -> B -> A.
|
|
intros.
|
|
exact H3.
|
|
apply H5.
|
|
exact H0.
|
|
Qed. |