├── .gitignore ├── ConstructionZone ├── Acknowledgements.tex ├── CayleyDiagrams.tex ├── CosetsLagrangeNormal.tex ├── Definitions.tex ├── ElementsOfStyle.tex ├── Families.tex ├── FancyMathematicalTerms.tex ├── FormalGroups.tex ├── Homomorphisms.tex ├── IBL-AbstractAlgebra.pdf ├── IBL-AbstractAlgebra.tex ├── IntroGroups.tex ├── IntroRings.tex ├── IntroSubgroupsIsomorphisms.tex ├── Introduction.tex ├── IntuitiveDefinitionGroups.tex ├── Preface.tex ├── ProductsQuotients.tex ├── QuotientProcess.png ├── README.md ├── SubgroupsIsomorphisms.tex ├── TruncatedCube.jpg ├── TruncatedDodecahedron.jpg ├── TruncatedIcosahedron.jpg ├── TruncatedTetrahedron.jpg ├── pdiag.sty ├── scramble1.PNG └── scramble4.PNG ├── Fall2017 ├── CayleyDiagrams.tex ├── CosetsLagrangeNormal.tex ├── Definitions.tex ├── ElementsOfStyle.tex ├── Families.tex ├── FancyMathematicalTerms.tex ├── FormalGroups.tex ├── Homomorphisms.tex ├── IBL-AbstractAlgebra.pdf ├── IBL-AbstractAlgebra.tex ├── IntroRings.tex ├── IntroSubgroupsIsomorphisms.tex ├── Introduction.tex ├── IntuitiveDefinitionGroups.tex ├── Prerequisites.tex ├── ProductsQuotients.tex ├── QuotientProcess.png ├── TruncatedCube.jpg ├── TruncatedDodecahedron.jpg ├── TruncatedIcosahedron.jpg ├── TruncatedTetrahedron.jpg ├── pdiag.sty ├── scramble1.PNG └── scramble4.PNG ├── Fall2019 ├── CayleyDiagrams.tex ├── CosetsLagrangeNormal.tex ├── Definitions.tex ├── ElementsOfStyle.tex ├── Families.tex ├── FancyMathematicalTerms.tex ├── FormalGroups.tex ├── Homomorphisms.tex ├── IBL-AbstractAlgebra.pdf ├── IBL-AbstractAlgebra.tex ├── IntroGroups.tex ├── IntroRings.tex ├── IntroSubgroupsIsomorphisms.tex ├── Introduction.tex ├── IntuitiveDefinitionGroups.tex ├── Preface.tex ├── ProductsQuotients.tex ├── QuotientProcess.png ├── README.md ├── SubgroupsIsomorphisms.tex ├── TruncatedCube.jpg ├── TruncatedDodecahedron.jpg ├── TruncatedIcosahedron.jpg ├── TruncatedTetrahedron.jpg ├── pdiag.sty ├── scramble1.PNG └── scramble4.PNG ├── Fall2020 ├── CayleyDiagrams.tex ├── CosetsLagrangeNormal.tex ├── Definitions.tex ├── ElementsOfStyle.tex ├── Families.tex ├── FancyMathematicalTerms.tex ├── FormalGroups.tex ├── Homomorphisms.tex ├── IBL-AbstractAlgebra.pdf ├── IBL-AbstractAlgebra.tex ├── IntroGroups.tex ├── IntroRings.tex ├── IntroSubgroupsIsomorphisms.tex ├── Introduction.tex ├── IntuitiveDefinitionGroups.tex ├── Preface.tex ├── ProductsQuotients.tex ├── QuotientProcess.png ├── README.md ├── SubgroupsIsomorphisms.tex ├── TruncatedCube.jpg ├── TruncatedDodecahedron.jpg ├── TruncatedIcosahedron.jpg ├── TruncatedTetrahedron.jpg ├── pdiag.sty ├── scramble1.PNG └── scramble4.PNG ├── Fall2021 ├── Acknowledgements.tex ├── CayleyDiagrams.tex ├── CosetsLagrangeNormal.tex ├── Definitions.tex ├── ElementsOfStyle.tex ├── Families.tex ├── FancyMathematicalTerms.tex ├── FormalGroups.tex ├── Homomorphisms.tex ├── IBL-AbstractAlgebra.pdf ├── IBL-AbstractAlgebra.tex ├── IntroGroups.tex ├── IntroRings.tex ├── IntroSubgroupsIsomorphisms.tex ├── Introduction.tex ├── IntuitiveDefinitionGroups.tex ├── Preface.tex ├── ProductsQuotients.tex ├── QuotientProcess.png ├── README.md ├── SubgroupsIsomorphisms.tex ├── TruncatedCube.jpg ├── TruncatedDodecahedron.jpg ├── TruncatedIcosahedron.jpg ├── TruncatedTetrahedron.jpg ├── pdiag.sty ├── scramble1.PNG └── scramble4.PNG ├── README.md └── Spring2018 ├── CayleyDiagrams.tex ├── CosetsLagrangeNormal.tex ├── Definitions.tex ├── ElementsOfStyle.tex ├── Families.tex ├── FancyMathematicalTerms.tex ├── FormalGroups.tex ├── Homomorphisms.tex ├── IBL-AbstractAlgebra.pdf ├── IBL-AbstractAlgebra.tex ├── IntroGroups.tex ├── IntroRings.tex ├── IntroSubgroupsIsomorphisms.tex ├── Introduction.tex ├── IntuitiveDefinitionGroups.tex ├── ProductsQuotients.tex ├── QuotientProcess.png ├── README.md ├── SubgroupsIsomorphisms.tex ├── TruncatedCube.jpg ├── TruncatedDodecahedron.jpg ├── TruncatedIcosahedron.jpg ├── TruncatedTetrahedron.jpg ├── pdiag.sty ├── scramble1.PNG └── scramble4.PNG /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/.gitignore -------------------------------------------------------------------------------- /ConstructionZone/Acknowledgements.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/Acknowledgements.tex -------------------------------------------------------------------------------- /ConstructionZone/CayleyDiagrams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/CayleyDiagrams.tex -------------------------------------------------------------------------------- /ConstructionZone/CosetsLagrangeNormal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/CosetsLagrangeNormal.tex -------------------------------------------------------------------------------- /ConstructionZone/Definitions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/Definitions.tex -------------------------------------------------------------------------------- /ConstructionZone/ElementsOfStyle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/ElementsOfStyle.tex -------------------------------------------------------------------------------- /ConstructionZone/Families.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/Families.tex -------------------------------------------------------------------------------- /ConstructionZone/FancyMathematicalTerms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/FancyMathematicalTerms.tex -------------------------------------------------------------------------------- /ConstructionZone/FormalGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/FormalGroups.tex -------------------------------------------------------------------------------- /ConstructionZone/Homomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/Homomorphisms.tex -------------------------------------------------------------------------------- /ConstructionZone/IBL-AbstractAlgebra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/IBL-AbstractAlgebra.pdf -------------------------------------------------------------------------------- /ConstructionZone/IBL-AbstractAlgebra.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/IBL-AbstractAlgebra.tex -------------------------------------------------------------------------------- /ConstructionZone/IntroGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/IntroGroups.tex -------------------------------------------------------------------------------- /ConstructionZone/IntroRings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/IntroRings.tex -------------------------------------------------------------------------------- /ConstructionZone/IntroSubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/IntroSubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /ConstructionZone/Introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/Introduction.tex -------------------------------------------------------------------------------- /ConstructionZone/IntuitiveDefinitionGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/IntuitiveDefinitionGroups.tex -------------------------------------------------------------------------------- /ConstructionZone/Preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/Preface.tex -------------------------------------------------------------------------------- /ConstructionZone/ProductsQuotients.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/ProductsQuotients.tex -------------------------------------------------------------------------------- /ConstructionZone/QuotientProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/QuotientProcess.png -------------------------------------------------------------------------------- /ConstructionZone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/README.md -------------------------------------------------------------------------------- /ConstructionZone/SubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/SubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /ConstructionZone/TruncatedCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/TruncatedCube.jpg -------------------------------------------------------------------------------- /ConstructionZone/TruncatedDodecahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/TruncatedDodecahedron.jpg -------------------------------------------------------------------------------- /ConstructionZone/TruncatedIcosahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/TruncatedIcosahedron.jpg -------------------------------------------------------------------------------- /ConstructionZone/TruncatedTetrahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/TruncatedTetrahedron.jpg -------------------------------------------------------------------------------- /ConstructionZone/pdiag.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/pdiag.sty -------------------------------------------------------------------------------- /ConstructionZone/scramble1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/scramble1.PNG -------------------------------------------------------------------------------- /ConstructionZone/scramble4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/ConstructionZone/scramble4.PNG -------------------------------------------------------------------------------- /Fall2017/CayleyDiagrams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/CayleyDiagrams.tex -------------------------------------------------------------------------------- /Fall2017/CosetsLagrangeNormal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/CosetsLagrangeNormal.tex -------------------------------------------------------------------------------- /Fall2017/Definitions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/Definitions.tex -------------------------------------------------------------------------------- /Fall2017/ElementsOfStyle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/ElementsOfStyle.tex -------------------------------------------------------------------------------- /Fall2017/Families.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/Families.tex -------------------------------------------------------------------------------- /Fall2017/FancyMathematicalTerms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/FancyMathematicalTerms.tex -------------------------------------------------------------------------------- /Fall2017/FormalGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/FormalGroups.tex -------------------------------------------------------------------------------- /Fall2017/Homomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/Homomorphisms.tex -------------------------------------------------------------------------------- /Fall2017/IBL-AbstractAlgebra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/IBL-AbstractAlgebra.pdf -------------------------------------------------------------------------------- /Fall2017/IBL-AbstractAlgebra.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/IBL-AbstractAlgebra.tex -------------------------------------------------------------------------------- /Fall2017/IntroRings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/IntroRings.tex -------------------------------------------------------------------------------- /Fall2017/IntroSubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/IntroSubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /Fall2017/Introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/Introduction.tex -------------------------------------------------------------------------------- /Fall2017/IntuitiveDefinitionGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/IntuitiveDefinitionGroups.tex -------------------------------------------------------------------------------- /Fall2017/Prerequisites.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/Prerequisites.tex -------------------------------------------------------------------------------- /Fall2017/ProductsQuotients.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/ProductsQuotients.tex -------------------------------------------------------------------------------- /Fall2017/QuotientProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/QuotientProcess.png -------------------------------------------------------------------------------- /Fall2017/TruncatedCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/TruncatedCube.jpg -------------------------------------------------------------------------------- /Fall2017/TruncatedDodecahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/TruncatedDodecahedron.jpg -------------------------------------------------------------------------------- /Fall2017/TruncatedIcosahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/TruncatedIcosahedron.jpg -------------------------------------------------------------------------------- /Fall2017/TruncatedTetrahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/TruncatedTetrahedron.jpg -------------------------------------------------------------------------------- /Fall2017/pdiag.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/pdiag.sty -------------------------------------------------------------------------------- /Fall2017/scramble1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/scramble1.PNG -------------------------------------------------------------------------------- /Fall2017/scramble4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2017/scramble4.PNG -------------------------------------------------------------------------------- /Fall2019/CayleyDiagrams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/CayleyDiagrams.tex -------------------------------------------------------------------------------- /Fall2019/CosetsLagrangeNormal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/CosetsLagrangeNormal.tex -------------------------------------------------------------------------------- /Fall2019/Definitions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/Definitions.tex -------------------------------------------------------------------------------- /Fall2019/ElementsOfStyle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/ElementsOfStyle.tex -------------------------------------------------------------------------------- /Fall2019/Families.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/Families.tex -------------------------------------------------------------------------------- /Fall2019/FancyMathematicalTerms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/FancyMathematicalTerms.tex -------------------------------------------------------------------------------- /Fall2019/FormalGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/FormalGroups.tex -------------------------------------------------------------------------------- /Fall2019/Homomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/Homomorphisms.tex -------------------------------------------------------------------------------- /Fall2019/IBL-AbstractAlgebra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/IBL-AbstractAlgebra.pdf -------------------------------------------------------------------------------- /Fall2019/IBL-AbstractAlgebra.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/IBL-AbstractAlgebra.tex -------------------------------------------------------------------------------- /Fall2019/IntroGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/IntroGroups.tex -------------------------------------------------------------------------------- /Fall2019/IntroRings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/IntroRings.tex -------------------------------------------------------------------------------- /Fall2019/IntroSubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/IntroSubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /Fall2019/Introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/Introduction.tex -------------------------------------------------------------------------------- /Fall2019/IntuitiveDefinitionGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/IntuitiveDefinitionGroups.tex -------------------------------------------------------------------------------- /Fall2019/Preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/Preface.tex -------------------------------------------------------------------------------- /Fall2019/ProductsQuotients.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/ProductsQuotients.tex -------------------------------------------------------------------------------- /Fall2019/QuotientProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/QuotientProcess.png -------------------------------------------------------------------------------- /Fall2019/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/README.md -------------------------------------------------------------------------------- /Fall2019/SubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/SubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /Fall2019/TruncatedCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/TruncatedCube.jpg -------------------------------------------------------------------------------- /Fall2019/TruncatedDodecahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/TruncatedDodecahedron.jpg -------------------------------------------------------------------------------- /Fall2019/TruncatedIcosahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/TruncatedIcosahedron.jpg -------------------------------------------------------------------------------- /Fall2019/TruncatedTetrahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/TruncatedTetrahedron.jpg -------------------------------------------------------------------------------- /Fall2019/pdiag.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/pdiag.sty -------------------------------------------------------------------------------- /Fall2019/scramble1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/scramble1.PNG -------------------------------------------------------------------------------- /Fall2019/scramble4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2019/scramble4.PNG -------------------------------------------------------------------------------- /Fall2020/CayleyDiagrams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/CayleyDiagrams.tex -------------------------------------------------------------------------------- /Fall2020/CosetsLagrangeNormal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/CosetsLagrangeNormal.tex -------------------------------------------------------------------------------- /Fall2020/Definitions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/Definitions.tex -------------------------------------------------------------------------------- /Fall2020/ElementsOfStyle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/ElementsOfStyle.tex -------------------------------------------------------------------------------- /Fall2020/Families.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/Families.tex -------------------------------------------------------------------------------- /Fall2020/FancyMathematicalTerms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/FancyMathematicalTerms.tex -------------------------------------------------------------------------------- /Fall2020/FormalGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/FormalGroups.tex -------------------------------------------------------------------------------- /Fall2020/Homomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/Homomorphisms.tex -------------------------------------------------------------------------------- /Fall2020/IBL-AbstractAlgebra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/IBL-AbstractAlgebra.pdf -------------------------------------------------------------------------------- /Fall2020/IBL-AbstractAlgebra.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/IBL-AbstractAlgebra.tex -------------------------------------------------------------------------------- /Fall2020/IntroGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/IntroGroups.tex -------------------------------------------------------------------------------- /Fall2020/IntroRings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/IntroRings.tex -------------------------------------------------------------------------------- /Fall2020/IntroSubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/IntroSubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /Fall2020/Introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/Introduction.tex -------------------------------------------------------------------------------- /Fall2020/IntuitiveDefinitionGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/IntuitiveDefinitionGroups.tex -------------------------------------------------------------------------------- /Fall2020/Preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/Preface.tex -------------------------------------------------------------------------------- /Fall2020/ProductsQuotients.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/ProductsQuotients.tex -------------------------------------------------------------------------------- /Fall2020/QuotientProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/QuotientProcess.png -------------------------------------------------------------------------------- /Fall2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/README.md -------------------------------------------------------------------------------- /Fall2020/SubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/SubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /Fall2020/TruncatedCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/TruncatedCube.jpg -------------------------------------------------------------------------------- /Fall2020/TruncatedDodecahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/TruncatedDodecahedron.jpg -------------------------------------------------------------------------------- /Fall2020/TruncatedIcosahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/TruncatedIcosahedron.jpg -------------------------------------------------------------------------------- /Fall2020/TruncatedTetrahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/TruncatedTetrahedron.jpg -------------------------------------------------------------------------------- /Fall2020/pdiag.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/pdiag.sty -------------------------------------------------------------------------------- /Fall2020/scramble1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/scramble1.PNG -------------------------------------------------------------------------------- /Fall2020/scramble4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2020/scramble4.PNG -------------------------------------------------------------------------------- /Fall2021/Acknowledgements.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/Acknowledgements.tex -------------------------------------------------------------------------------- /Fall2021/CayleyDiagrams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/CayleyDiagrams.tex -------------------------------------------------------------------------------- /Fall2021/CosetsLagrangeNormal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/CosetsLagrangeNormal.tex -------------------------------------------------------------------------------- /Fall2021/Definitions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/Definitions.tex -------------------------------------------------------------------------------- /Fall2021/ElementsOfStyle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/ElementsOfStyle.tex -------------------------------------------------------------------------------- /Fall2021/Families.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/Families.tex -------------------------------------------------------------------------------- /Fall2021/FancyMathematicalTerms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/FancyMathematicalTerms.tex -------------------------------------------------------------------------------- /Fall2021/FormalGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/FormalGroups.tex -------------------------------------------------------------------------------- /Fall2021/Homomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/Homomorphisms.tex -------------------------------------------------------------------------------- /Fall2021/IBL-AbstractAlgebra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/IBL-AbstractAlgebra.pdf -------------------------------------------------------------------------------- /Fall2021/IBL-AbstractAlgebra.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/IBL-AbstractAlgebra.tex -------------------------------------------------------------------------------- /Fall2021/IntroGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/IntroGroups.tex -------------------------------------------------------------------------------- /Fall2021/IntroRings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/IntroRings.tex -------------------------------------------------------------------------------- /Fall2021/IntroSubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/IntroSubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /Fall2021/Introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/Introduction.tex -------------------------------------------------------------------------------- /Fall2021/IntuitiveDefinitionGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/IntuitiveDefinitionGroups.tex -------------------------------------------------------------------------------- /Fall2021/Preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/Preface.tex -------------------------------------------------------------------------------- /Fall2021/ProductsQuotients.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/ProductsQuotients.tex -------------------------------------------------------------------------------- /Fall2021/QuotientProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/QuotientProcess.png -------------------------------------------------------------------------------- /Fall2021/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/README.md -------------------------------------------------------------------------------- /Fall2021/SubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/SubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /Fall2021/TruncatedCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/TruncatedCube.jpg -------------------------------------------------------------------------------- /Fall2021/TruncatedDodecahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/TruncatedDodecahedron.jpg -------------------------------------------------------------------------------- /Fall2021/TruncatedIcosahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/TruncatedIcosahedron.jpg -------------------------------------------------------------------------------- /Fall2021/TruncatedTetrahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/TruncatedTetrahedron.jpg -------------------------------------------------------------------------------- /Fall2021/pdiag.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/pdiag.sty -------------------------------------------------------------------------------- /Fall2021/scramble1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/scramble1.PNG -------------------------------------------------------------------------------- /Fall2021/scramble4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Fall2021/scramble4.PNG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/README.md -------------------------------------------------------------------------------- /Spring2018/CayleyDiagrams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/CayleyDiagrams.tex -------------------------------------------------------------------------------- /Spring2018/CosetsLagrangeNormal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/CosetsLagrangeNormal.tex -------------------------------------------------------------------------------- /Spring2018/Definitions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/Definitions.tex -------------------------------------------------------------------------------- /Spring2018/ElementsOfStyle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/ElementsOfStyle.tex -------------------------------------------------------------------------------- /Spring2018/Families.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/Families.tex -------------------------------------------------------------------------------- /Spring2018/FancyMathematicalTerms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/FancyMathematicalTerms.tex -------------------------------------------------------------------------------- /Spring2018/FormalGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/FormalGroups.tex -------------------------------------------------------------------------------- /Spring2018/Homomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/Homomorphisms.tex -------------------------------------------------------------------------------- /Spring2018/IBL-AbstractAlgebra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/IBL-AbstractAlgebra.pdf -------------------------------------------------------------------------------- /Spring2018/IBL-AbstractAlgebra.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/IBL-AbstractAlgebra.tex -------------------------------------------------------------------------------- /Spring2018/IntroGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/IntroGroups.tex -------------------------------------------------------------------------------- /Spring2018/IntroRings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/IntroRings.tex -------------------------------------------------------------------------------- /Spring2018/IntroSubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/IntroSubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /Spring2018/Introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/Introduction.tex -------------------------------------------------------------------------------- /Spring2018/IntuitiveDefinitionGroups.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/IntuitiveDefinitionGroups.tex -------------------------------------------------------------------------------- /Spring2018/ProductsQuotients.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/ProductsQuotients.tex -------------------------------------------------------------------------------- /Spring2018/QuotientProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/QuotientProcess.png -------------------------------------------------------------------------------- /Spring2018/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/README.md -------------------------------------------------------------------------------- /Spring2018/SubgroupsIsomorphisms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/SubgroupsIsomorphisms.tex -------------------------------------------------------------------------------- /Spring2018/TruncatedCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/TruncatedCube.jpg -------------------------------------------------------------------------------- /Spring2018/TruncatedDodecahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/TruncatedDodecahedron.jpg -------------------------------------------------------------------------------- /Spring2018/TruncatedIcosahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/TruncatedIcosahedron.jpg -------------------------------------------------------------------------------- /Spring2018/TruncatedTetrahedron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/TruncatedTetrahedron.jpg -------------------------------------------------------------------------------- /Spring2018/pdiag.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/pdiag.sty -------------------------------------------------------------------------------- /Spring2018/scramble1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/scramble1.PNG -------------------------------------------------------------------------------- /Spring2018/scramble4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcernst/IBL-AbstractAlgebra/HEAD/Spring2018/scramble4.PNG --------------------------------------------------------------------------------