leanprover / leanprover/fp-lean
"or" symbol instead of "and" in an example in Section 3[Typo]
Open
Beginner friendly
Nobody has claimed this yet.
Typo
- Dominant language
- Lean
- Stars
- 192
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
theorem onePlusOneAndLessThan : 1 + 1 = 2 ∨ 3 < 5 := by simp
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open Section 3 and find the example containing theorem onePlusOneAndLessThan. Replace the “or” symbol in that example with the intended “and” symbol, then verify that the example still reads consistently with its theorem name.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100