Skip to content

Commit

Permalink
Move lean stuff in its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mk12 committed Dec 25, 2018
1 parent 598a5dc commit 7490873
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions lean/src/test.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import standard
open eq.ops
open nat classical set
check sigma.

-- Axiom of specification for Mem
-- section specification
-- parameters {X : Set} (P : Mem X → Prop)

-- definition specify_mem : Set :=
-- λ x, x ∈ X ∧ ∀ Hx : x ∈ X, P (Mem.mk Hx)

-- definition specify_mem_subset : specify_mem ⊆ X :=
-- take x,
-- suppose x ∈ specify_mem,
-- show x ∈ X, from and.left this
-- end specification
check trivial
find_decl (_ → (_ → _))

0 comments on commit 7490873

Please sign in to comment.