Skip to content

Commit

Permalink
refactor(logic/schroeder_bernstein): move to set_theory/ (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbarton authored and digama0 committed Jan 15, 2019
1 parent d4f80f6 commit 024da40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/set_theory/cardinal.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Cardinal arithmetic.
Cardinals are represented as quotient over equinumerous types.
-/

import data.set.finite data.quot logic.schroeder_bernstein logic.function
import data.set.finite data.quot logic.function set_theory.schroeder_bernstein

open function lattice set
local attribute [instance] classical.prop_decidable
Expand Down
File renamed without changes.

0 comments on commit 024da40

Please sign in to comment.