5 lines
74 B
Text
5 lines
74 B
Text
|
import logic
|
||
|
|
||
|
theorem tst (A B : Prop) : A ∧ B :=
|
||
|
and_intro sorry sorry
|