Live data from Hacker News

Viewing profile — duve02

duve02

HN member
Joined
Sat, Jun 21, 2025, 5:12 PM UTC
HN karma
5
Public activity
5 items

About duve02

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #44339554

    Great breakdown of this. Thanks.

  3. 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 …

  4. 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 …

  5. comment