Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding abstract topology to LISA #232

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open

Conversation

jarctan
Copy link

@jarctan jarctan commented Dec 20, 2024

Goal

Add support for abstract topology (with open/closed sets) in LISA

Content

Definitions

  • direct image/preimage
  • topology
  • discrete/indiscrete topology
  • mapping (homomorphism of topological spaces)
  • continuity
  • connectedness
  • (open) covers and compactness

Proofs

  • Several set theoretical lemmas (in SetTheoryBasics.scala)
  • Several lemmas about direct image/preimage (in DirectPreimages.scala)
  • Definition of a topology (in Topology.scala)
  • Discrete/indiscrete topologies are topologies indeed (in DiscreteTopology.scala)
  • Intersection of topology (in Intersection.scala)
  • Characterization of the topology containing all the topologies (in SingletonSet.scala)
  • Intermediate value theorem (in Continuity.scala)
  • Image of a compact space (in Compactness.scala)

How to run

  • sbt
  • project lisa-topology
  • run
  • Then choose the numebr of the file you want to run (1-6)

@jarctan jarctan marked this pull request as ready for review January 5, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants