Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Cslib/Logics/LinearLogic/CLL/PhaseSemantics/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public import Mathlib.Algebra.Group.Pointwise.Set.Basic
public import Mathlib.Algebra.Group.Idempotent
public import Mathlib.Data.Set.Basic
public import Mathlib.Order.Closure
public import Mathlib.Order.Defs.PartialOrder
public import Cslib.Logics.LinearLogic.CLL.Basic

@[expose] public section
Expand Down Expand Up @@ -157,6 +158,8 @@ instance : SetLike (Fact P) P where
coe := Fact.carrier
coe_injective' _ _ _ := by grind [cases Fact]

instance : PartialOrder (Fact P) := PartialOrder.ofSetLike (Fact P) P

instance : HasSubset (Fact P) :=
⟨fun A B => (A : Set P) ⊆ (B : Set P)⟩

Expand Down
6 changes: 3 additions & 3 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": "d2c3d9b0b4b1b2ae1514347b11b2945c4cbb0df5",
"rev": "3735095a4f7df8ff4cf593fda4931844bee6acf0",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
Expand Down Expand Up @@ -35,7 +35,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "875ad9d88ed684e39c16bdea260e6ecfa15afd60",
"rev": "a046f786a71218321831f28baffb067a1c056dd7",
"name": "importGraph",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down Expand Up @@ -75,7 +75,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "cabbb5a025bfbbc50af9184ed2dfdde6ea4f53a7",
"rev": "1f22a4f44c1726b61fab3c2c75e0651f35c795dc",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down