Skip to content

Commit 8501c73

Browse files
author
Release Manager
committed
Trac #33883: Typo in Steenrod module thematic tutorial
We replace the incorrect `ker(f)` by `ker(q)` here: {{{#!diff which means that the indeterminacy of choosing a lift for `f \in \operatorname{Hom}_A(L, Hko)` is represented by an element in -`\operatorname{Hom}_A(L,\ker(f))`. Therefore, we can proceed to count the +`\operatorname{Hom}_A(L,\ker(q))`. Therefore, we can proceed to count the number of lifts by computing this vector space of homomorphisms:: }}} URL: https://trac.sagemath.org/33883 Reported by: jhpalmieri Ticket author(s): John Palmieri Reviewer(s): Travis Scrimshaw
2 parents 919368d + 8a05da7 commit 8501c73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=ed84cd0d8fc3ae45e13fc3b916476c0830e31b8e
3-
md5=23f09e0cbe9f2a96a6ae886e39a2107f
4-
cksum=1142655778
2+
sha1=76c296fd78cffcb86a75e1eb67098bd958250e24
3+
md5=6d80ab0acd95ffde7e1c1217fa3e3bf5
4+
cksum=3599310930
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81b7241928a4917529c9f9c81f8675f5ebd69fb1
1+
8a099141d593f9f7348a1557d2c68790a9e0d904

src/doc/en/thematic_tutorials/steenrod_algebra_modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ There is an exact sequence
721721
722722
which means that the indeterminacy of choosing a lift for
723723
`f \in \operatorname{Hom}_A(L, Hko)` is represented by an element in
724-
`\operatorname{Hom}_A(L,\ker(f))`. Therefore, we can proceed to count the
724+
`\operatorname{Hom}_A(L,\ker(q))`. Therefore, we can proceed to count the
725725
number of lifts by computing this vector space of homomorphisms::
726726

727727
sage: iK = q.kernel_inclusion()

0 commit comments

Comments
 (0)