モジュールタイプを1つのファイルで定義しましたA.v
Module Type WeakPair.
...
End WeakPair.
Module WeakPairProps (Import WP : WeakPair).
Lemma Weak_A ....
End WeakPairProps.
次に、B.v
を使用できる別のファイルを定義します。例:。はモジュールタイプではないので、補題を再利用できるモジュールの書き方がわかりません。Lemma
WeakPairProps
Weak_A
WeakPairProps
WeakPairProps