Skip to content

Commit 7c1e4d1

Browse files
committed
reduce problem
1 parent c00ec56 commit 7c1e4d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cubical/Algebra/CommAlgebra/FP/Quotient.agda

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
module Cubical.Algebra.CommAlgebra.FP.Quotient where
44

55
open import Cubical.Foundations.Prelude
6-
open import Cubical.Foundations.Equiv
7-
open import Cubical.Foundations.Isomorphism
86
open import Cubical.Foundations.Function
97
open import Cubical.Foundations.Structure
108

@@ -20,9 +18,9 @@ open import Cubical.Algebra.CommAlgebra.FGIdeal
2018
open import Cubical.Algebra.CommAlgebra.FP
2119

2220
private variable
23-
ℓ' : Level
21+
: Level
2422

25-
module _ {R : CommRing ℓ} {k : ℕ} (A : CommAlgebra R ℓ') (fpA : FPsOf R A) (G : FinVec ⟨ A ⟩ₐ k) where
23+
module _ {R : CommRing ℓ} {k : ℕ} (A : CommAlgebra R ℓ) (fpA : FPsOf R A) (G : FinVec ⟨ A ⟩ₐ k) where
2624
open FinitePresentation (fst fpA)
2725
ψ⁻¹ : CommAlgebraHom (A) fpAlg
2826
ψ⁻¹ = CommAlgebraEquiv→CommAlgebraHom (invCommAlgebraEquiv (snd fpA))

0 commit comments

Comments
 (0)