Skip to content

Commit

Permalink
Bump mathlib
Browse files Browse the repository at this point in the history
Signed-off-by: zeramorphic <[email protected]>
  • Loading branch information
zeramorphic committed Dec 2, 2024
1 parent f7c233c commit dc51a7e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion ConNF/Counting/Strong.lean
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ def constrainsNearLitters (S : Support β) : Support β :=
theorem mem_constrainsNearLitters_nearLitters (S : Support β) (A : β ↝ ⊥) (N : NearLitter) :
N ∈ (S.constrainsNearLitters ⇘. A)ᴺ ↔
∃ B N', N' ∈ (S ⇘. B)ᴺ ∧ Relation.ReflTransGen Constrains (A, N) (B, N') := by
apply (Enumeration.mem_ofSet_iff _ (reflTransGen_constrains_small Sᴺ Sᴺ.coe_small) _).trans
apply (Enumeration.mem_ofSet_iff _
(reflTransGen_constrains_small (β := β) Sᴺ Sᴺ.coe_small) _).trans
simp only [Prod.exists, Set.mem_setOf_eq]
rfl

Expand Down
2 changes: 1 addition & 1 deletion ConNF/Setup/ModelData.lean
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ theorem allPermForget_zpow {α : TypeIndex} [ModelData α] (ρ : AllPerm α) (n
(ρ ^ n)ᵁ = ρᵁ ^ n := by
induction n using Int.negInduction with
| nat n => rw [zpow_natCast, zpow_natCast, allPermForget_npow]
| neg n h => simpa only [zpow_neg, zpow_natCast, allPermForget_inv, inv_inj] using h
| neg h' n => simp only [zpow_neg, zpow_natCast, allPermForget_inv, allPermForget_npow]

theorem Support.Supports.smul_eq_smul {X : Type _} {α : TypeIndex}
[ModelData α] [MulAction (AllPerm α) X]
Expand Down
32 changes: 16 additions & 16 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "7488499a8aad6ffada87ab6db73673d88dc04c97",
"rev": "7805acf1864ba1a2e359f86a8f092ccf1438ad83",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -15,37 +15,37 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "303b23fbcea94ac4f96e590c1cad6618fd4f5f41",
"rev": "ad942fdf0b15c38bface6acbb01d63855a2519ac",
"name": "Qq",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
"inputRev": "v4.14.0",
"inherited": true,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/aesop",
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "de91b59101763419997026c35a41432ac8691f15",
"rev": "8b6048aa0a4a4b6bcf83597802d8dee734e64b7e",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
"inputRev": "v4.15.0-rc1",
"inherited": true,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/ProofWidgets4",
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "1383e72b40dd62a566896a6e348ffe868801b172",
"rev": "2b000e02d50394af68cfb4770a291113d94801b5",
"name": "proofwidgets",
"manifestFile": "lake-manifest.json",
"inputRev": "v0.0.46",
"inputRev": "v0.0.48",
"inherited": true,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover/lean4-cli",
"type": "git",
"subDir": null,
"scope": "leanprover",
"rev": "726b3c9ad13acca724d4651f14afc4804a7b0e4d",
"rev": "0c8ea32a15a4f74143e4e1e107ba2c412adb90fd",
"name": "Cli",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -55,10 +55,10 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "119b022b3ea88ec810a677888528e50f8144a26e",
"rev": "ed3b856bd8893ade75cafe13e8544d4c2660f377",
"name": "importGraph",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "v4.15.0-rc1",
"inherited": true,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/LeanSearchClient",
Expand All @@ -75,17 +75,17 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "42dc02bdbc5d0c2f395718462a76c3d87318f7fa",
"rev": "8e5cb8d424df462f84997dd68af6f40e347c3e35",
"name": "plausible",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "v4.15.0-rc1",
"inherited": true,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/mathlib4.git",
"type": "git",
"subDir": null,
"scope": "",
"rev": "19094c4d59858e7ff3ef353faebf2e5bd009dacb",
"rev": "de7196a7d290d6269d4d5f1130a3d0a8c29414ce",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": null,
Expand All @@ -95,7 +95,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "5e95f4776be5e048364f325c7e9d619bb56fb005",
"rev": "fe8e6e649ac8251f43c6f6f934f095ebebce7e7c",
"name": "MD4Lean",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -105,7 +105,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "2905ab4ec3961d1fd68ddae0ab4083497e579014",
"rev": "d55279d2ff01759fa75752fcf1a93d1db8db18ff",
"name": "UnicodeBasic",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -125,7 +125,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "059eb7e86f1f5c16780657d14de1a560a9d6784c",
"rev": "099b90e374ba73983c3fda87595be625f1931669",
"name": "«doc-gen4»",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.14.0-rc2
leanprover/lean4:v4.15.0-rc1

0 comments on commit dc51a7e

Please sign in to comment.