-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc7a252
commit 8abc7a4
Showing
5 changed files
with
106 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{-# OPTIONS --safe #-} | ||
{- | ||
Universal property of finitely presented algebras | ||
-} | ||
module Cubical.Algebra.CommAlgebra.FP.Properties where | ||
|
||
open import Cubical.Foundations.Prelude | ||
open import Cubical.Foundations.Equiv | ||
open import Cubical.Foundations.Isomorphism | ||
open import Cubical.Foundations.Function | ||
open import Cubical.Foundations.HLevels | ||
open import Cubical.Foundations.Structure | ||
|
||
open import Cubical.Data.FinData | ||
open import Cubical.Data.Nat | ||
open import Cubical.Data.Vec | ||
|
||
open import Cubical.HITs.PropositionalTruncation | ||
|
||
open import Cubical.Algebra.CommRing | ||
open import Cubical.Algebra.CommAlgebra | ||
open import Cubical.Algebra.CommAlgebra.Instances.Polynomials | ||
open import Cubical.Algebra.CommAlgebra.QuotientAlgebra | ||
open import Cubical.Algebra.CommAlgebra.Ideal | ||
open import Cubical.Algebra.CommAlgebra.FGIdeal | ||
open import Cubical.Algebra.CommAlgebra.FP.Base | ||
|
||
|
||
private | ||
variable | ||
ℓ ℓ' : Level | ||
|
||
module _ (R : CommRing ℓ) (fp : FinitePresentation R) where |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters