Skip to content

Commit 400672e

Browse files
authored
Add lean course (#671)
Tried to follow the instructions to add course. If there are any issues feel free to adjust, or tell me so I can fix it.
1 parent 3877f6d commit 400672e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

data/courses.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
# a general subject (`mathematics`, `logic`, `computer science`).
1818
#
1919
# This list is not ordered. Add new entries wherever you want.
20+
- name: "Mathematical Proofs with Computers"
21+
instructor: Nima Rasekh
22+
institution: University of Greifswald
23+
lean_version: 4
24+
tags: ['mathematics', 'beginner']
25+
summary: >
26+
This is a bachelor's level course introducing the basics of formalization via Lean (definitions, tactics, structures), as well as some of the libraries in Mathlib (set theory, number theory, algebra), following the structure of the book 'Mathematics in Lean'. The course culminated in a student project, where the students pursued a formalization project based on their individual interests.
27+
website: https://github.com/nimarasekh/Formalization-SoSe25/
28+
material: https://leanprover-community.github.io/mathematics_in_lean/
29+
year: 2025
2030
- name: "Formal Methods in Mathematics"
2131
instructor: Johan Commelin (UU) and Sander Dahmen (VU)
2232
institution: Mastermath (Dutch universities collaboration)

0 commit comments

Comments
 (0)