UFD progress (#108)

This commit is contained in:
Patrick Stevens
2020-04-10 09:24:53 +01:00
committed by GitHub
parent f5bac0c091
commit 1cff95c652
7 changed files with 152 additions and 13 deletions

View File

@@ -6,7 +6,6 @@ open import Functions
open import Sets.EquivalenceRelations
open import Rings.Definition
module Rings.Divisible.Definition {a b : _} {A : Set a} {S : Setoid {a} {b} A} {_+_ _*_ : A A A} (R : Ring S _+_ _*_) where
open Setoid S