From 0e3c70e421c40d2b6982fdc9a52abc8664417442 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 8 Jan 2025 16:35:38 -0500 Subject: [PATCH] map --- src/ThesisWork/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ThesisWork/README.md b/src/ThesisWork/README.md index 904bdc4..f15fc17 100644 --- a/src/ThesisWork/README.md +++ b/src/ThesisWork/README.md @@ -22,6 +22,10 @@ flowchart TB PointedKernel --> Exactness PointedImage --> Exactness + PointedKernel --> KerImQuotient + PointedImage --> KerImQuotient + KerImQuotient --> Homology + KerImQuotient --> Cohomology Exactness --> ExactSequence ChainComplex --> Homology ChainComplex --> CochainComplex @@ -52,4 +56,6 @@ flowchart TB Theorem5410 --> Corollary5411 SpectralSequence --> Theorem5410 Corollary5411 --> Theorem5412 + + Spectrum --> DependentSpectrum ```