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