5 lines
45 B
Plaintext
5 lines
45 B
Plaintext
|
Goal A -> B -> A.
|
||
|
intros.
|
||
|
exact H0.
|
||
|
Qed.
|