add comment about alternative le definition

pull/68/head
Kevin Buzzard 3 years ago
parent a116a10050
commit 79c04a1bff

@ -5,6 +5,9 @@ namespace MyNat
def le (a b : ) := ∃ (c : ), b = a + c
-- Another choice is to define it recursively:
-- note: I didn't choose this option because tests showed
-- that mathematicians found it a lot more confusing than
-- the existence definition.
-- | le 0 _
-- | le (succ a) (succ b) = le ab

Loading…
Cancel
Save