Skip to content

Commit

Permalink
More rings. Add group exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMassot committed Oct 10, 2023
1 parent 7ac9175 commit 941a6bb
Show file tree
Hide file tree
Showing 6 changed files with 473 additions and 111 deletions.
19 changes: 18 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,22 @@
"cSpell.words": [
"monoids",
"numref"
]
],
"spellright.language": [
"en_US"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"lean4"
],
"spellright.parserByClass": {
"lean4": {
"parser": "code",
"comment_start": "/-",
"comment_end": "-/",
"comment_line": "--"
}
}
}
1 change: 1 addition & 0 deletions MIL.lean
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import MIL.C07_Hierarchies.S01_Basics
import MIL.C07_Hierarchies.S02_Morphisms
import MIL.C07_Hierarchies.S03_Subobjects
import MIL.C08_Groups_and_Rings.S01_Groups
import MIL.C08_Groups_and_Rings.S02_Rings
import MIL.C10_Topology.S01_Filters
import MIL.C10_Topology.S02_Metric_Spaces
import MIL.C10_Topology.S03_Topological_Spaces
Expand Down
Loading

0 comments on commit 941a6bb

Please sign in to comment.