lean4-htt/src/Init
Kim Morrison 6970d77ae4
feat: the grothendieck envelope of an ordered semiring is an ordered ring (#8959)
This PR add instances showing that the Grothendieck (i.e. additive)
envelope of a semiring is an ordered ring if the original semiring is
ordered (and satisfies ExistsAddOfLE), and in this case the embedding is
monotone.
2025-06-24 03:23:18 +00:00
..
Control chore: remove unused simp args (#8905) 2025-06-20 22:34:30 +00:00
Data feat: (commutative) semiring support in grind (#8921) 2025-06-21 23:00:16 +00:00
Grind feat: the grothendieck envelope of an ordered semiring is an ordered ring (#8959) 2025-06-24 03:23:18 +00:00
GrindInstances feat: the grothendieck envelope of an ordered semiring is an ordered ring (#8959) 2025-06-24 03:23:18 +00:00
Internal feat: add antitonicity lemmas for (co)inductive predicates (#8940) 2025-06-23 11:02:08 +00:00
Omega chore: remove unused simp args (#8905) 2025-06-20 22:34:30 +00:00
System feat: IO.FS.Stream.readToEnd (#8886) 2025-06-22 15:39:10 +00:00
BinderNameHint.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
BinderPredicates.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
ByCases.lean chore: remove >6 month old deprecations (#8312) 2025-05-13 11:11:22 +00:00
Classical.lean chore: remove unused simp args (#8905) 2025-06-20 22:34:30 +00:00
Coe.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
Control.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Conv.lean feat: add Meta.letToHave and the let_to_have tactic (#8954) 2025-06-24 01:33:53 +00:00
Core.lean fix: change show tactic to work as documented (#7395) 2025-06-12 23:54:09 +00:00
Data.lean refactor: partially move iterators to Init (#8767) 2025-06-18 10:08:04 +00:00
Dynamic.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
Ext.lean chore: cleanup grind palindrome test (#8428) 2025-05-21 03:31:56 +00:00
GetElem.lean chore: remove unused simp args (#8905) 2025-06-20 22:34:30 +00:00
Grind.lean chore: move grind algebra instances into Init.GrindInstances (#8830) 2025-06-17 03:59:15 +00:00
GrindInstances.lean feat: define the CommRing envelope of a CommSemiring (#8835) 2025-06-17 05:39:14 +00:00
Guard.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Hints.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Internal.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
MacroTrace.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Meta.lean fix: change show tactic to work as documented (#7395) 2025-06-12 23:54:09 +00:00
MetaTypes.lean feat: add zetaHave/letToHave simp options (#8788) 2025-06-14 21:26:36 +00:00
Notation.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
NotationExtra.lean chore: for #8914 after stage0 update (#8925) 2025-06-22 06:52:11 +00:00
Omega.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Prelude.lean feat: linter.loopingSimpArgs (#8865) 2025-06-23 07:36:21 +00:00
PropLemmas.lean chore: remove unused simp args (#8905) 2025-06-20 22:34:30 +00:00
RCases.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
ShareCommon.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
SimpLemmas.lean feat: add have forms of let_* simp lemmas (#8790) 2025-06-14 23:15:10 +00:00
Simproc.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
SizeOf.lean refactor: Init: expose lots of functions (#8501) 2025-05-28 07:37:54 +00:00
SizeOfLemmas.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
Syntax.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
System.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Tactics.lean feat: add configuration for let/have tactics (#8957) 2025-06-24 02:49:02 +00:00
TacticsExtra.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Task.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Try.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Util.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
WF.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
WFTactics.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
While.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00