Viewing profile — duve02
duve02
HN member- Joined
- Sat, Jun 21, 2025, 5:12 PM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About duve02
No profile information was provided.
Recent public activity
-
comment
Comment #44339573
Nice job. My attempt at the initial strong induction proof was a long time ago so I don't remember the details. It definitely followed a similar structure as yours (but this was be…
-
comment
Comment #44339554
Great breakdown of this. Thanks.
-
comment
Comment #44339410
> You could write this same proof in absolutely any language that supports recursion Well, you at least need dependent types just to state the theorem, which eliminates nearly all …
-
comment
Comment #44339228
Hey, author here. This is actually not-great style on my part. Is the following better? let rec helperMemo (n : Nat) (map : HashMap Nat Nat) : Nat × HashMap Nat Nat This is how it …
- comment