Skip to content

Commit

Permalink
typo #30
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Oct 17, 2023
1 parent 4631fa2 commit 5ca0aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game/Levels/Implication/L06intro.lean
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NewTactic intro


Introduction
"We have seen how to `apply` theorems and assumptions of
"We have seen how to `apply` theorems and assumptions
of the form `P → Q`. But what if our *goal* is of the form `P → Q`?
To prove this goal, we need to know how to say \"let's assume `P` and deduce `Q`\"
in Lean. We do this with the `intro` tactic.
Expand Down

0 comments on commit 5ca0aec

Please sign in to comment.