Skip to content

Commit 40bb8c6

Browse files
committed
Remove old Normal definition
1 parent c87e4bf commit 40bb8c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Algebra/NormalSubgroup.agda

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ record IsNormal {c′ ℓ′} (subgroup : Subgroup c′ ℓ′) : Set (c ⊔ ℓ
2424
field
2525
normal : n g ∃[ n′ ] ι n′ G.∙ g G.≈ g G.∙ ι n
2626

27-
Normal : {c′ ℓ′} Subgroup c′ ℓ′ Set (c ⊔ ℓ ⊔ c′)
28-
Normal subgroup = n g ∃[ n′ ] ι n′ G.∙ g G.≈ g G.∙ ι n
29-
where open Subgroup subgroup
30-
3127
record NormalSubgroup c′ ℓ′ : Set (c ⊔ ℓ ⊔ suc (c′ ⊔ ℓ′)) where
3228
field
3329
subgroup : Subgroup c′ ℓ′

0 commit comments

Comments
 (0)