Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions data/courses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
# a general subject (`mathematics`, `logic`, `computer science`).
#
# This list is not ordered. Add new entries wherever you want.
- name: "Formal Mathematics and Proof Assistants"
instructor: Mirek Olšák
institution: Charles University in Prague
year: 2026
lean_version: 4
tags: ['computer science','mathematics']
summary: >
Introducing Lean as a language for math statements, proofs, or programs. Covers inductive & dependent types, proof terms, definitional / provable equality, overview of tactics & math concepts, set theory & universes, programming & termination.
website: https://www.olsak.net/mirek/lean-at-matfyz.html
repo: https://git.olsak.net/mirek/lean-teaching/src/branch/master
- name: "Introduction to Formal Verification & Proof Assistants"
instructor: Daniel Dia, Nadim Kobeissi
institution: American University of Beirut
Expand Down