Library Coq.Numbers.Natural.Abstract.NLog


Base-2 Logarithm Properties

Require Import NAxioms NSub NPow NParity NZLog.

Module Type NLog2Prop
 (A : NAxiomsSig)
 (B : NSubProp A)
 (C : NParityProp A B)
 (D : NPowProp A B C).

For the moment we simply reuse NZ properties