Skip to content

Lean 4 tactic to automatically prove set-theoretical tautologies.

Notifications You must be signed in to change notification settings

LennyTaelman/TautoSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This implements a Lean 4 tactic that proves set-theoretical tautologies.

It should be able to prove any tautology involving hypotheses and goals of the form X ⊆ Y or X = Y, where X, Y are expressions built from finitely many variables of type Set α using intersections, unions, set-theoretic differences and complements.

This has now been merged into mathlib: leanprover-community/mathlib4#20706

About

Lean 4 tactic to automatically prove set-theoretical tautologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages