5 lines
99 B
Text
5 lines
99 B
Text
|
proposition tst {a b : Prop} : a → b → a ∧ b :=
|
||
|
begin
|
||
|
intros, split, repeat assumption
|
||
|
end
|