Merge pull request #100 from cjl8zf/cjl8zf-L07or_symm.lean-made-to-make
Small Typo Fix In L07or_symm.lean
This commit is contained in:
@@ -47,7 +47,7 @@ But we haven't talked about `or` at all. Here's a run-through.
|
|||||||
1) The notation for \"or\" is `∨`. You won't need to type it, but you can
|
1) The notation for \"or\" is `∨`. You won't need to type it, but you can
|
||||||
type it with `\\or`.
|
type it with `\\or`.
|
||||||
|
|
||||||
2) If you have an \"or\" statement in the *goal*, then two tactics made
|
2) If you have an \"or\" statement in the *goal*, then two tactics make
|
||||||
progress: `left` and `right`. But don't choose a direction unless your
|
progress: `left` and `right`. But don't choose a direction unless your
|
||||||
hypotheses guarantee that it's the correct one.
|
hypotheses guarantee that it's the correct one.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user