Skip to content

Commit

Permalink
typo in L08ne.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickseurin authored Jun 11, 2024
1 parent 49dcef9 commit fbf6950
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 fbf6950

Please sign in to comment.