feat(library): move data/nat/primes to theories/number_theory

This commit is contained in:
Leonardo de Moura 2015-07-04 09:49:14 -07:00
parent a776e13c3b
commit f4f77e7f0b
3 changed files with 3 additions and 3 deletions

View file

@ -3,4 +3,4 @@ Copyright (c) 2014 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Jeremy Avigad
-/
import .basic .order .sub .div .gcd .bquant .sqrt .pairing .power .choose .fact .primes
import .basic .order .sub .div .gcd .bquant .sqrt .pairing .power .choose .fact .parity

View file

@ -5,7 +5,7 @@ Authors: William Peterson, Jeremy Avigad
Extended gcd, Bezout's theorem, chinese remainder theorem.
-/
import data.nat.div data.int data.nat.primes
import data.nat.div data.int .primes
/- Bezout's theorem -/

View file

@ -5,7 +5,7 @@ Authors: Leonardo de Moura
Prime numbers
-/
import data.nat.fact data.nat.gcd data.nat.bquant data.nat.power data.nat.parity logic.identities
import data.nat logic.identities
open bool
namespace nat