|
|
||
|---|---|---|
| .devcontainer | ||
| .gitignore | ||
| ch1.mv | ||
| ch2.mv | ||
| ch3.mv | ||
| ch4.mv | ||
| ch5.mv | ||
| ch6.mv | ||
| LICENSE | ||
| README.md | ||
| tutorial.mv | ||
Analysis exercise sheets
Waterproof is educational software designed to help students with learning the skill of proving mathematical statements. It uses a natural syntax See here for more information.
This repository contains exercise sheets for the Analysis course at the University of Groningen. The material is based on the one available from the waterproof-exercise-sheets and introduction-to-proofs repositories.
Tutorial
This repository also contains an edited version of the Waterproof tutorial, tutorial.mv, which explains how to use Waterproof's custom proof language with very simple examples.
Quickstart
Quickstart (in browser)
You can try out these exercises in Github codespaces, which is a service that offers a free number of hours per month. To open the exercises in Github codespaces, you can click on the following link.
This link should give you the option of continuing in an earlier opened workspace, if you have opened these exercises in codespaces before.
Tip: make sure you close your Github codespace environment after using it.
Quickstart (local)
- Download the exercises and unzip them in a new folder.
- Go to https://vscode.dev?enable-coi using Google Chrome or Chromium.
- Go to extensions (Ctrl+Shift+x or Cmd+Shift+x), search for Waterproof and install it (choose to "trust" the extension).
- Go to files (Ctrl+Shift+e or Cmd+Shift+x), click "Open folder" and choose the folder from step 1 (choose to "trust" the folder).
- If the browser asks for permission to view or edit files in that location, allow this.
- Open the relevant
.mvfile, for instancetutorial.mv. - If everything installed correctly, you should see a "Goal" window on the right, which shows what is left to prove when you click in the text of proofs.