alt.hn

5/12/2026 at 1:03:03 AM

Extraordinary Ordinals

https://text.marvinborner.de/2026-04-09-17.html

by marvinborner

5/14/2026 at 8:00:25 AM

The author presents most known numeral systems (ways of representing natural numbers) in lambda calculus, classified by whether the term use their bound variables exactly one time (linear), at most one time (affine), or multiple times (non-linear). Mackie's paper [0] (one of the references) provides a good introduction to these.

He illustrates some numerals in each system with a graphical notation that strongly reminds me of interaction nets [1], a computational model closely related to lambda calculus. The notation they use for lambda terms is rather non-standard. Compare

> In β-reduction, k[(x⇒b)←a]⊳k[b{a/x}]k[(x⇒b)←a]⊳k[b{a/x}]

with Wikipedia's [2]

> The β-reduction rule states that a β-redex, an application of the form (λx. t) s, reduces to the term t[x:=s].

The k[...] part means that β-reduction steps can happen in arbitrary contexts.

[0] https://www.researchgate.net/publication/323000057_Linear_Nu...

[1] https://en.wikipedia.org/wiki/Interaction_nets

[2] https://en.wikipedia.org/wiki/Lambda_calculus

by tromp

5/14/2026 at 7:36:58 AM

I think I lack context to see what this is about. The line graphs are pretty though, and I'd like to understand more.

by lefra

5/14/2026 at 8:06:33 AM

Hmm nice I guess, but I expected it was going to be about transfinite ordinals. I wonder if it can be extended to them.

by throwaway81523

5/14/2026 at 6:45:27 AM

I didn’t understand that notation. Can someone please explain?

by p1esk

5/14/2026 at 7:13:01 AM

I think:

   x => a
is:

   λx. a 
and

   f <- a
is just application. I.e.

   f a

by ngruhn

5/14/2026 at 7:41:19 AM

What about big T, square/angle brackets, and braces?

by lefra

5/14/2026 at 7:49:50 AM

yeah no idea

by ngruhn

5/14/2026 at 6:59:02 AM

This should be "numerals"

by bananaflag

5/14/2026 at 7:57:44 AM

This is beautiful art

by dnnddidiej