Skip to content

Commit 8dd3390

Browse files
committed
Merge remote-tracking branch 'origin/linear-maps' into linear-maps
2 parents cd5cda7 + 2755bd6 commit 8dd3390

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/group-theory/abelian-groups.lagda.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ module _
566566
neg-right-subtraction-Ab = inv-right-div-Group (group-Ab A)
567567
```
568568

569-
### If `x + y = 0`, `y = -x` and `x = -y`
569+
### If `x + y = 0`, then `y = -x` and `x = -y`
570570

571571
```agda
572572
module _

src/group-theory/groups.lagda.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ module _
495495
is-unit-right-div-eq-Group refl = right-inverse-law-mul-Group G _
496496
```
497497

498-
### If `xy = 1`, `y = x⁻¹`
498+
### If `xy = 1`, then `y = x⁻¹`
499499

500500
```agda
501501
abstract
@@ -512,7 +512,7 @@ module _
512512
by right-unit-law-mul-Group G (inv-Group G x)
513513
```
514514

515-
### If `xy = 1`, `x = y⁻¹`
515+
### If `xy = 1`, then `x = y⁻¹`
516516

517517
```agda
518518
unique-left-inv-Group :

src/module-theory/linear-maps-left-modules-rings.lagda.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Linear maps between modules over rings
1+
# Linear maps between left modules over rings
22

33
```agda
44
module module-theory.linear-maps-left-modules-rings where
@@ -28,7 +28,7 @@ open import ring-theory.rings
2828
## Idea
2929

3030
A
31-
{{#concept "linear map" Agda=is-linear-map-left-module-Ring Disambiguation="over left modules" WD="linear map" WDID=Q207643 }}
31+
{{#concept "linear map" Agda=is-linear-map-left-module-Ring Disambiguation="over left modules over a ring" WD="linear map" WDID=Q207643 }}
3232
between [left modules](module-theory.left-modules-rings.md) is a map `f` with
3333
the following properties:
3434

0 commit comments

Comments
 (0)