Jean Abou Samra
@jeanas.bsky.social
100 followers 12 following 2.5K posts
PhD student in theoretical computer science at Eötvös Loránd University in Budapest. Mainly here to chat about TCS/math.
Posts Media Videos Starter Packs
jeanas.bsky.social
Cough cough. Can anyone please reassure me that it's okay to need time to prepare your lectures/tutorials when you're just a normal human being?
jeanas.bsky.social
Now I have to sit for half an hour and to prepare my lectures now and then (thanks God this concerns only advanced graduate courses yet). And I work as a professional mathematician in academia full time!”

mathoverflow.net/a/143317/
How do you not forget old math?
I am trying to not forget my old math. I finished my PhD in real algebraic geometry a few years ago and then switched to the industry for financial reasons. Now I get the feeling that I want to do a
mathoverflow.net
jeanas.bsky.social
“After age 40 I also started to lose the ability I always took for granted: to get to the board at any time and start lecturing on some subject in my field with full proofs without any preparation. …
jeanas.bsky.social
Thanks! Here is a more precise question: is it decidable, given two finite sets of generators in ℤ[X]^d or even just ℤ[X], whether the sub-ℤ[X]-modules they generate are isomorphic as ℤ[X]-modules?
jeanas.bsky.social
Doofus algebra question here. Is there any sort of classification of finitely generated modules over ℤ[X]? If this is intractable, what about submodules of ℤ[X]^d? The usual structure theorem applies to a PID, which ℤ[X] is not.
jeanas.bsky.social
Did you see this thread?

bsky.app/profile/jean...
jeanas.bsky.social
En voilà un autre qui a dû être écrit par un Français…

en.wikipedia.org/w/index.php?...

(lien vers une version fixée de la page car je vais essayer d'arranger ça…)
Filter on a set - Wikipedia
en.wikipedia.org
jeanas.bsky.social
Corrigé, merci. Des mots étaient passés à la trappe quand j'ai reformulé le passage.
jeanas.bsky.social
What do you think of the page? Does any missing information come to mind (that should go into this article rather than adjacent ones like “Ultrafilter” or “Filters in topology”)?
jeanas.bsky.social
I've just finished a complete overhaul of the Wikipedia page on filters:

en.wikipedia.org/wiki/Filter_...

(compare with the previous version: en.wikipedia.org/w/index.php?...)
Filter on a set - Wikipedia
en.wikipedia.org
jeanas.bsky.social
There is a "Mobile view" / "Desktop" link at the very bottom right of every page.
jeanas.bsky.social
Finally! Wikipedia on mobile will no longer redirect to a "m" subdomain, and instead just serve the mobile version on the main domain. No more confusion when you open a link on desktop that was sent by someone on mobile.

www.mediawiki.org/wiki/Request...
Requests for comment/Mobile domain sunsetting/2025 Announcement - MediaWiki
www.mediawiki.org
jeanas.bsky.social
There are really many ways to build a lecture that both gives them ordinals as a useful tool in their mathematical toolkit and entertains them by using them to prove something surprising.
jeanas.bsky.social
Or you could take a game-theoretic angle, use the intuition from some winning strategies to introduce the concept of ordinals, and then use them to do something spectacular, like building a non-determined Gale-Stewart game, or the fact that Hercules always wins against the hydra.
jeanas.bsky.social
But I'm sure the undergrads will be mind-blown if you show them some of the spectacular applications, e.g., existence of A ⊆ ℝ² such that for every d>0 there is a unique pair of points from A which are at distance d.
jeanas.bsky.social
(The Borel hierarchy is much more explicit than “intersection of all σ-algebras containing the open sets”.) Granted, as a set theorist, you probably consider it an unoriginal topic (although I'm not sure the proportion of mathematicians who know about ordinals is all that high).
jeanas.bsky.social
I definitely wish I'd been told about ordinals and transfinite induction much earlier in my mathematical curriculum. A number of things only started to make intuitive sense then, like why Zorn's lemma is true, or what it means to be Borel.
jeanas.bsky.social
“important general references” that are rendered apart from the others. But it is what it is.
jeanas.bsky.social
and only one of {{harvnb}}, {{sfn}} should exist and only one of <ref> and {{r}}, … Ideally, there would be one central pool of named references, everything would be a named reference to that with possibly a page number, and there would be a way to select some of these references as …
jeanas.bsky.social
Now, in the named refs system, you also want to vary page numbers. You can do that with {{r|name|p=…}}. This will add the page number after a colon in the superscript of the footnote.

It's really a mess that these systems coexist, and also {{reflist}} shouldn't coexist with <references>
jeanas.bsky.social
Note that you can still have <ref>{{ cite something }}</ref> in the main text. The <references> doesn't just render its content. It renders footnotes for all the <ref>s, and its content is an invisible pool of <ref>s that you can reuse elsewhere.

{{r|name}} is a shorthand for <ref name="name"/>.
jeanas.bsky.social
To get around this, you replace <references/> with

<references>
<ref name="…">…</ref>

</references>

or {{reflist}} with

{{reflist|refs=
<ref name="…">…</ref>

}}

and then you write <ref name="…"/> in the main text.
jeanas.bsky.social
The other system is reference names. You can do <ref name="…">…</ref> and elsewhere <ref name="…"/> and the two footnotes will just get the same text.

A problem is that you don't really want to remove some part of the text and discover that it broke a reference far away.
jeanas.bsky.social
This makes for two levels of footnotes. In the main text, you have a footnote whose text is in <references/> and reads "Doe 2020". This in turn is clickable and directs to the {{cite something}} in the References section.