Zulip Chat Archive

Stream: general

Topic: tracking down dependency chains


Mario Carneiro (May 03 2020 at 13:05):

Why does data.real.pi depend on data.finsupp? Are any of the current lean tools in a position to answer questions such as this?

Mario Carneiro (May 03 2020 at 13:06):

Could a tactic answer that question?

Sebastien Gouezel (May 03 2020 at 13:09):

You can do leanproject import-graph --from data.finsupp --to data.real.pi fins.pdf

Sebastien Gouezel (May 03 2020 at 13:10):

fins.pdf

Sebastien Gouezel (May 03 2020 at 13:11):

It shows that data.real.pi imports pretty much everything.

Sebastien Gouezel (May 03 2020 at 13:12):

That's a pretty nice file, by the way, with all the analysis on the left, all the algebra on the right, and then they merge cleanly to give you π\pi.

Yury G. Kudryashov (May 03 2020 at 17:54):

Probably we should move parts of linear_algebra/basic depending on finsupp to another file.

Yury G. Kudryashov (May 03 2020 at 17:54):

Right now half of very basic linear_map/submodule theory is in algebra/module, and half is in linear_algebra/basic.

Yury G. Kudryashov (May 03 2020 at 17:55):

And the latter half is mixed with some preliminary pi/basis stuff that needs finsupp.

Kevin Buzzard (May 03 2020 at 17:58):

Lean pi quiz: which of the following things are needed to define pi in Lean.

Kevin Buzzard (May 03 2020 at 17:58):

We could have just made it 4/14/3+4/54/7+4/1-4/3+4/5-4/7+\cdots :-)

Yury G. Kudryashov (May 03 2020 at 18:40):

Another idea for a quiz. What was formalized earlier: Banach open mapping theorem or Rolle's theorem?

Mario Carneiro (May 03 2020 at 19:15):

Perfectoid spaces or single variable derivatives?

Kevin Buzzard (May 03 2020 at 19:48):

Bourbaki probably wrote books in a funny order too


Last updated: Dec 20 2023 at 11:08 UTC