Skip to main content
edited title
Link
Andrej Bauer
  • 9.8k
  • 23
  • 62

How to use a lemma that is defined in a Coq Importing Lemma from standard library module defined as `Module Type ?? (Import ?? : ??) (Import ?? : ?? ??).`

improved formatting
Source Link
tinlyx
  • 2.2k
  • 1
  • 7
  • 29

How can I use the Lemma div_0_lLemma div_0_l from the standard library? Somehow I cannot instantiate the module that is defined as

Module Type NDivProp (Import N : NAxiomsSig')(Import NP : NSubProp N).

https://coq.inria.fr/doc/V8.19.0/stdlib/Coq.Numbers.Natural.Abstract.NDiv.html#NDivProp.div_0_l

How can I use the Lemma div_0_l from the standard library? Somehow I cannot instantiate the module that is defined as

Module Type NDivProp (Import N : NAxiomsSig')(Import NP : NSubProp N).

https://coq.inria.fr/doc/V8.19.0/stdlib/Coq.Numbers.Natural.Abstract.NDiv.html#NDivProp.div_0_l

How can I use the Lemma div_0_l from the standard library? Somehow I cannot instantiate the module that is defined as

Module Type NDivProp (Import N : NAxiomsSig')(Import NP : NSubProp N).
Source Link

Coq Importing Lemma from standard library module defined as `Module Type ?? (Import ?? : ??) (Import ?? : ?? ??).`

How can I use the Lemma div_0_l from the standard library? Somehow I cannot instantiate the module that is defined as

Module Type NDivProp (Import N : NAxiomsSig')(Import NP : NSubProp N).

https://coq.inria.fr/doc/V8.19.0/stdlib/Coq.Numbers.Natural.Abstract.NDiv.html#NDivProp.div_0_l