{"id":51640107,"url":"https://github.com/mseri/analysis_rug","last_synced_at":"2026-07-13T18:32:44.661Z","repository":{"id":368798889,"uuid":"1286903387","full_name":"mseri/analysis_rug","owner":"mseri","description":"Course material for https://ocasys.rug.nl/current/catalog/course/WBMA012-05","archived":false,"fork":false,"pushed_at":"2026-07-13T14:25:09.000Z","size":1894,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-13T15:21:14.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rocq Prover","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mseri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-02T07:45:38.000Z","updated_at":"2026-07-13T14:29:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mseri/analysis_rug","commit_stats":null,"previous_names":["mseri/analysis_rug"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mseri/analysis_rug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mseri%2Fanalysis_rug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mseri%2Fanalysis_rug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mseri%2Fanalysis_rug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mseri%2Fanalysis_rug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mseri","download_url":"https://codeload.github.com/mseri/analysis_rug/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mseri%2Fanalysis_rug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35432816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-13T18:32:44.146Z","updated_at":"2026-07-13T18:32:44.656Z","avatar_url":"https://github.com/mseri.png","language":"Rocq Prover","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Analysis lectures material\n\nThis repository contains course material for the [Analysis](https://ocasys.rug.nl/current/catalog/course/WBMA012-05) course at the University of Groningen.\n\nThe lectures material can be accessed at [mseri.me/analysis_rug](https://mseri.me/analysis_rug).\nThis contains both the syllabus, including tutorial exercises, and navigable slides for the lectures.\n\nThe `theories` folder contains the content of the lectures, separated in thematic sections, formalized in Waterproof (WIP).\nThe `exercises` folder contains the barebone homework exercises in Waterproof format, ready to be formalized.\n\n## Waterproof\n\nWaterproof is educational software designed to help students with learning the skill of proving mathematical statements. It uses a natural syntax that makes the exercise very close to what one would write on paper. The software checks the correctness of the proofs and provides feedback to the user.\nSee [here](https://impermeable.github.io/) for more information.\n\nPart of the material, for instance the tutorial, is based on the one available from the [waterproof-exercise-sheets](https://github.com/impermeable/waterproof-exercise-sheets) and [introduction-to-proofs](https://github.com/impermeable/introduction-to-proof-sheets) repositories.\n\n## Tutorial\n\nThis 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.\n\n## Note\n\nCurrently, some material requires an extended Waterproof version, which can be found on [this branch in my fork](https://github.com/mseri/coq-waterproof/tree/rug-analysis-9.1).\nOnce this is integrated in Waterproof, or appropriately moved in this repository, everything below should work. At the moment it requires manual installs that I am happy to explain individually but I will not detail here.\n\n# Quickstart\n\n## Quickstart (in browser)\n\nYou 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.\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/mseri/waterproof-analysis?quickstart=1)\n\nThis link should give you the option of continuing in an earlier opened workspace, if you have opened these exercises in codespaces before.\n\nTip: make sure you close your Github codespace environment after using it.\n\n## Quickstart (local)\n\n1. Download the [exercises](https://github.com/mseri/waterproof-analysis/archive/refs/heads/main.zip) and unzip them in a new folder.\n2. Go to [https://vscode.dev?enable-coi](https://vscode.dev?enable-coi) using Google Chrome or Chromium.\n3. Go to extensions (Ctrl+Shift+x or Cmd+Shift+x), search for Waterproof and install it (choose to \"trust\" the extension).\n4. 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).\n5. If the browser asks for permission to view or edit files in that location,\nallow this.\n6. Open the relevant `.mv` file, for instance `tutorial.mv`.\n7. 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmseri%2Fanalysis_rug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmseri%2Fanalysis_rug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmseri%2Fanalysis_rug/lists"}