Skip to content

Commit

Permalink
Merge branch 'PatrickMassot:master' into zh_test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlingCat authored May 19, 2024
2 parents 0e6c301 + e8e9c6b commit 490f268
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 17 deletions.
1 change: 0 additions & 1 deletion GlimpseOfLean/Solutions/Topics/GaloisAdjunctions.lean
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ lemma isSupUnion {Y : Type} (S : Set (Set Y)) : isSup S (⋃₀ S) := by {
· intro ht u hu x hx
apply ht
use u
tauto
-- sorry
}

Expand Down
48 changes: 33 additions & 15 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,51 @@
{"version": 4,
{"version": 5,
"packagesDir": "lake-packages",
"packages":
[{"git":
{"url": "https://github.com/EdAyers/ProofWidgets4",
"subDir?": null,
"rev": "c43db94a8f495dad37829e9d7ad65483d68c86b8",
"name": "proofwidgets",
"inputRev?": "v0.0.11"}},
{"git":
{"url": "https://github.com/leanprover-community/mathlib4.git",
"subDir?": null,
"rev": "a3b66ecb2f91d93379698626e7ec98a28b893b4d",
"rev": "fe2c350a0d0889341aa1c741338f76a73ba03f7e",
"opts": {},
"name": "mathlib",
"inputRev?": null}},
"inputRev?": null,
"inherited": false}},
{"git":
{"url": "https://github.com/mhuisi/lean4-cli.git",
"subDir?": null,
"rev": "21dac2e9cc7e3cf7da5800814787b833e680b2fd",
"opts": {},
"name": "Cli",
"inputRev?": "nightly",
"inherited": true}},
{"git":
{"url": "https://github.com/gebner/quote4",
"subDir?": null,
"rev": "c71f94e34c1cda52eef5c93dc9da409ab2727420",
"rev": "e75daed95ad1c92af4e577fea95e234d7a8401c1",
"opts": {},
"name": "Qq",
"inputRev?": "master"}},
"inputRev?": "master",
"inherited": true}},
{"git":
{"url": "https://github.com/JLimperg/aesop",
"subDir?": null,
"rev": "ca73109cc40837bc61df8024c9016da4b4f99d4c",
"rev": "1a0cded2be292b5496e659b730d2accc742de098",
"opts": {},
"name": "aesop",
"inputRev?": "master"}},
"inputRev?": "master",
"inherited": true}},
{"git":
{"url": "https://github.com/leanprover/std4",
"subDir?": null,
"rev": "e68aa8f5fe47aad78987df45f99094afbcb5e936",
"rev": "67855403d60daf181775fa1ec63b04e70bcc3921",
"opts": {},
"name": "std",
"inputRev?": "main"}}]}
"inputRev?": "main",
"inherited": true}},
{"git":
{"url": "https://github.com/EdAyers/ProofWidgets4",
"subDir?": null,
"rev": "65bba7286e2395f3163fd0277110578f19b8170f",
"opts": {},
"name": "proofwidgets",
"inputRev?": "v0.0.16",
"inherited": true}}]}
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:nightly-2023-06-20
leanprover/lean4:v4.1.0-rc1

0 comments on commit 490f268

Please sign in to comment.