Skip to content

Commit

Permalink
fix typo in inequality level 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Dec 20, 2023
1 parent 72364d6 commit ce975ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game/Levels/Implication/L04succ_inj.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If `a` and `b` are numbers, then `succ_inj a b` is a proof
that `succ a = succ b` implies `a = b`. Click on this theorem in the *Peano*
tab for more information.
Peano had this theorem as an axiom, but in Functional Programming World
Peano had this theorem as an axiom, but in Algorithm World
we will show how to prove it in Lean. Right now let's just assume it,
and let's prove $x+1=4 \\implies x=3$ using it. Again, we will proceed
by manipulating our hypothesis until it becomes the goal. I will
Expand Down

0 comments on commit ce975ae

Please sign in to comment.