Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lisa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
lisa
Commits
f50efde1
Commit
f50efde1
authored
3 years ago
by
SimonGuilloud
Browse files
Options
Downloads
Patches
Plain Diff
start to work on set theory thorems
parent
84468083
No related branches found
No related tags found
1 merge request
!6
Various corrections, new set theory development as better examples.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/scala/proven/DSetTheory/Part1.scala
+25
-0
25 additions, 0 deletions
src/main/scala/proven/DSetTheory/Part1.scala
with
25 additions
and
0 deletions
src/main/scala/proven/DSetTheory/Part1.scala
0 → 100644
+
25
−
0
View file @
f50efde1
package
proven.DSetTheory
import
lisa.kernel.fol.FOL.
*
import
lisa.kernel.proof.SequentCalculus.
*
import
lisa.KernelHelpers.
{*,
given
}
import
lisa.kernel.Printer
import
proven.tactics.ProofTactics.
*
import
proven.tactics.Destructors.
*
import
lisa.settheory.AxiomaticSetTheory.
*
import
scala.collection.immutable.SortedSet
import
lisa.kernel.proof.
{
SCProof
,
SCProofChecker
}
import
scala.collection.immutable
object
Part1
{
/**
*/
val
noSetCOntainsItself
:
SCProof
=
{
val
contra
=
(
y
in
y
)
<=>
!(
y
in
y
)
val
s1
=
Hypothesis
(
contra
|-
contra
,
contra
)
val
s2
=
LeftForall
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment