You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,25 +70,16 @@ The following topics have been upstreamed to mathlib and no longer live in LeanC
70
70
* The Erdős-Ginzburg-Ziv theorem
71
71
* Chevalley's theorem about constructible sets with and without a complexity bound
72
72
73
-
## Interacting with the project
74
-
75
-
### Getting the project
73
+
## Getting the project
76
74
77
75
To build the Lean files of this project, you need to have a working version of Lean.
78
-
See [the installation instructions](https://leanprover-community.github.io/get_started.html) (under Regular install).
79
-
Alternatively, click on the button below to open a Gitpod workspace containing the project.
76
+
See [the installation instructions](https://lean-lang.org/install/).
77
+
Alternatively, click on the button below to open an Ona workspace containing the project.
80
78
81
-
[](https://gitpod.io/#https://github.com/YaelDillies/apap)
79
+
[](https://gitpod.io/#https://github.com/YaelDillies/cam-combi)
82
80
83
81
In either case, run `lake exe cache get` and then `lake build` to build the project.
84
82
85
-
### Browsing the project
86
-
87
-
With the project opened in VScode, you are all set to start exploring the code. There are two pieces of functionality that help a lot when browsing through Lean code:
88
-
89
-
* "Go to definition": If you right-click on a name of a definition or lemma (such as `IsBinomialRandomGraph`), then you can choose "Go to definition" from the menu, and you will be taken to the relevant location in the source files. This also works by `Ctrl`-clicking on the name.
90
-
* "Goal view": in the event that you would like to read a *proof*, you can step through the proof line-by-line, and see the internals of Lean's "brain" in the Goal window. If the Goal window is not open, you can open it by clicking on the forall icon in the top right hand corner.
91
-
92
83
### Contributing
93
84
94
85
**This project is open to contribution**. You are in fact encouraged to have a look at the example sheet translations and try your hand at one of the problems. If you manage to prove one of them, please open a PR!
0 commit comments