Zulip Chat Archive

Stream: general

Topic: factic


Johan Commelin (Apr 03 2021 at 18:12):

What do people think of having a fact tactic? All it does is exact fact.out _. It's just a little bit shorter, and arguably more readable.
It means that if your goals is 0 < x, and you have fact (0 < x) in your context (or it can be derived by TC), then you can close the goal with fact.

Kevin Buzzard (Apr 03 2021 at 18:16):

I really like the idea of being able to close a goal by saying fact. Can we make it fact!?

Johan Commelin (Apr 03 2021 at 18:19):

Maybe fact! should first call norm_num?

Johan Commelin (Apr 03 2021 at 18:19):

And fact!! can combine linarith, norm_num, and tidy?

Johan Commelin (Apr 03 2021 at 18:20):

fact!!! could maybe post the goal on Zulip, and pull the replies into the source code?

Patrick Massot (Apr 03 2021 at 18:20):

fact!!! should be able to close any goal which has ever been proved by a human being.

Johan Commelin (Apr 03 2021 at 18:20):

actually, a zulip tactic would be quite nice to have :grinning:

Filippo A. E. Nuccio (Sep 13 2021 at 22:13):

Speaking about the fact tactic, it might would be worthwhile to add the fact.out _ tactic (is it a tactic?) to the docs. What do you think?

Eric Wieser (Sep 13 2021 at 22:24):

Is docs#fact.out not documented?

Filippo A. E. Nuccio (Sep 13 2021 at 22:26):

Well, I think that what got me trapped is that I normally use the pop-up window shown by VS-Code rather than going online. And the name of the constructor does not appear there.

Filippo A. E. Nuccio (Sep 13 2021 at 22:28):

What appears in this case is only the doc between Wrapper around... and ..first order logic

Notification Bot (Sep 14 2021 at 00:57):

This topic was moved by Johan Commelin to #new members > Darren Chen


Last updated: Dec 20 2023 at 11:08 UTC