metamath / set.mm

Metamath source file for logic and set theory
Other
251 stars 88 forks source link

Extract common proof patterns into lemmata #2710

Closed savask closed 2 years ago

savask commented 2 years ago

Some statements are often reproved in set.mm over and over. The following list was identified with computer search:

https://gist.github.com/savask/dce5b48b7317e8144635fda09e983fae

The first column is 'score' which correlates with the potential amount of saved bytes, second is the number of essential hypotheses, and the third is the list of essential steps of the proof, see https://groups.google.com/g/metamath/c/aXvD9rs36Ps for details.

Per suggestion of @benjub this issue will be used to record which theorems were incorporated into set.mm and which were deemed unworthy. By line number in the gist:

After a first batch of additions, the computer search will be re-run to update the list and the scores.

david-a-wheeler commented 2 years ago

@savask - no worries, in fact, thanks so much for your efforts!!