Skip to content

Commit

Permalink
Merge pull request #63 from yannickseurin/typos
Browse files Browse the repository at this point in the history
typo in L08ne.lean
  • Loading branch information
joneugster authored Jun 11, 2024
2 parents 49dcef9 + fbf6950 commit 401d973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game/Levels/Implication/L08ne.lean
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ valid is that if `P` is a true-false statement then `P → False`
is the logical opposite of `P`. Indeed `True → False` is false,
and `False → False` is true!
The upshot of this is that use can treat `a ≠ b` in exactly
The upshot of this is that you can treat `a ≠ b` in exactly
the same way as you treat any implication `P → Q`. For example,
if your *goal* is of the form `a ≠ b` then you can make progress
with `intro h`, and if you have a hypothesis `h` of the
Expand Down

0 comments on commit 401d973

Please sign in to comment.