Zulip Chat Archive

Stream: new members

Topic: 'extraction'?


leafGecko (Sep 09 2021 at 21:50):

What is this 'extraction' thing ..? Googling didn't find this term, and from definition it looks just like increasing function...
And it's appearing everywhere in the tutorial .....
def extraction (φ : ℕ → ℕ) := ∀ n m, n < m → φ n < φ m

leafGecko (Sep 09 2021 at 21:51):

image.png I am deeply confused ...

Mario Carneiro (Sep 09 2021 at 21:58):

It's not just a (strictly) increasing function, it is a strictly increasing function on nat, which has some additional properties. I guess the reason it is called that is that it extracts a subsequence of natural numbers

Kevin Buzzard (Sep 09 2021 at 21:59):

Right -- it's a subsequence.

leafGecko (Sep 09 2021 at 22:05):

that makes sense. Thanks!

Patrick Massot (Sep 09 2021 at 23:25):

That may be a translation issue. I can tell you for sure it's a an extraction in French. Maybe I made up the English translation but nobody ever complained.

Mario Carneiro (Sep 09 2021 at 23:58):

I don't see anything relevant at https://fr.wikipedia.org/wiki/Extraction, how is the french word used here?

Mario Carneiro (Sep 09 2021 at 23:59):

the wikipedia page only mentions "extraction of square roots / n-th roots" which is used occasionally in english but seems unrelated to the usage here


Last updated: Dec 20 2023 at 11:08 UTC