7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
|
Goal A -> B -> (A /\ B).
|
||
|
intros.
|
||
|
split.
|
||
|
exact H0.
|
||
|
exact H1.
|
||
|
Qed.
|