6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
|
Goal A -> B -> (A \/ C).
|
||
|
intros.
|
||
|
left.
|
||
|
exact H0.
|
||
|
Qed.
|