mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-13 07:38:40 +00:00
Move some more things over to Without K (#40)
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
open import Numbers.Naturals.Naturals
|
||||
open import Numbers.BinaryNaturals.Definition
|
||||
open import Numbers.BinaryNaturals.Multiplication
|
||||
open import Numbers.BinaryNaturals.Order
|
||||
|
||||
open import Numbers.Integers.Integers
|
||||
|
||||
@@ -12,6 +14,7 @@ open import Lists.Lists
|
||||
open import Groups.Groups
|
||||
open import Groups.FinitePermutations
|
||||
open import Groups.Lemmas
|
||||
open import Groups.Groups2
|
||||
|
||||
open import Fields.Fields
|
||||
open import Fields.FieldOfFractions
|
||||
@@ -30,6 +33,11 @@ open import Sets.FinSet
|
||||
|
||||
open import DecidableSet
|
||||
|
||||
open import Vectors
|
||||
|
||||
open import KeyValue
|
||||
open import KeyValueWithDomain
|
||||
|
||||
open import Maybe
|
||||
open import Orders
|
||||
open import WellFoundedInduction
|
||||
|
@@ -5,8 +5,6 @@
|
||||
open import PrimeNumbers
|
||||
open import Numbers.Rationals
|
||||
open import Numbers.RationalsLemmas
|
||||
open import Numbers.BinaryNaturals.Multiplication -- TODO there's no reason for this to need K
|
||||
open import Numbers.BinaryNaturals.Order -- TODO likewise this
|
||||
|
||||
open import Logic.PropositionalLogic
|
||||
open import Logic.PropositionalLogicExamples
|
||||
@@ -16,16 +14,10 @@ open import IntegersModN
|
||||
|
||||
open import Sets.FinSetWithK
|
||||
|
||||
open import Vectors
|
||||
|
||||
open import KeyValue
|
||||
open import KeyValueWithDomain
|
||||
|
||||
open import Rings.Examples.Examples
|
||||
open import Rings.Examples.Proofs
|
||||
|
||||
open import Groups.FreeGroups
|
||||
open import Groups.Groups2
|
||||
open import Groups.Examples.ExampleSheet1
|
||||
open import Groups.LectureNotes.Lecture1
|
||||
|
||||
|
Reference in New Issue
Block a user