Flatten directories, removing author packages.

finite-set-exercises
Joshua Potter 2023-04-22 14:28:15 -06:00
parent c46e2d2fb4
commit fdc5936766
42 changed files with 27 additions and 31 deletions

View File

@ -1 +1 @@
import FirstCourseAbstractAlgebra.Fraleigh import FirstCourseAbstractAlgebra.Chapter1

View File

@ -1 +0,0 @@
import FirstCourseAbstractAlgebra.Fraleigh.Chapter1

View File

@ -1 +1 @@
import MathematicalIntroductionLogic.Enderton import MathematicalIntroductionLogic.Chapter0

View File

@ -1 +0,0 @@
import MathematicalIntroductionLogic.Enderton.Chapter0

View File

@ -1 +1 @@
import MockMockingbird.Smullyan import MockMockingbird.Aviary

View File

@ -1 +1,3 @@
import OneVariableCalculus.Apostol import OneVariableCalculus.Chapters
import OneVariableCalculus.Exercises
import OneVariableCalculus.Real

View File

@ -1,3 +0,0 @@
import OneVariableCalculus.Apostol.Chapters
import OneVariableCalculus.Apostol.Exercises
import OneVariableCalculus.Apostol.Real

View File

@ -1 +0,0 @@
import OneVariableCalculus.Apostol.Chapters.Chapter_I_3

View File

@ -1 +0,0 @@
import OneVariableCalculus.Apostol.Exercises.Exercises_I_3_12

View File

@ -1,3 +0,0 @@
import OneVariableCalculus.Apostol.Real.Function
import OneVariableCalculus.Apostol.Real.Geometry
import OneVariableCalculus.Apostol.Real.Set

View File

@ -1 +0,0 @@
import OneVariableCalculus.Apostol.Real.Function.Step

View File

@ -1,3 +0,0 @@
import OneVariableCalculus.Apostol.Real.Geometry.Area
import OneVariableCalculus.Apostol.Real.Geometry.Basic
import OneVariableCalculus.Apostol.Real.Geometry.Rectangle

View File

@ -1 +0,0 @@
import OneVariableCalculus.Apostol.Real.Set.Partition

View File

@ -0,0 +1 @@
import OneVariableCalculus.Chapters.Chapter_I_3

View File

@ -0,0 +1 @@
import OneVariableCalculus.Exercises.Exercises_I_3_12

View File

@ -10,7 +10,7 @@ import Mathlib.Data.Real.Sqrt
import Mathlib.Tactic.LibrarySearch import Mathlib.Tactic.LibrarySearch
import Bookshelf.Real.Rational import Bookshelf.Real.Rational
import OneVariableCalculus.Apostol.Chapters.Chapter_I_3 import OneVariableCalculus.Chapters.Chapter_I_3
-- ======================================== -- ========================================
-- Exercise 1 -- Exercise 1

View File

@ -0,0 +1,3 @@
import OneVariableCalculus.Real.Function
import OneVariableCalculus.Real.Geometry
import OneVariableCalculus.Real.Set

View File

@ -0,0 +1 @@
import OneVariableCalculus.Real.Function.Step

View File

@ -2,7 +2,7 @@ import Mathlib.Data.Fin.Basic
import Mathlib.Tactic.NormNum import Mathlib.Tactic.NormNum
import Bookshelf.Real.Basic import Bookshelf.Real.Basic
import OneVariableCalculus.Apostol.Real.Set.Partition import OneVariableCalculus.Real.Set.Partition
namespace Real.Function namespace Real.Function

View File

@ -0,0 +1,3 @@
import OneVariableCalculus.Real.Geometry.Area
import OneVariableCalculus.Real.Geometry.Basic
import OneVariableCalculus.Real.Geometry.Rectangle

View File

@ -3,8 +3,8 @@ Chapter 1.6
The concept of area as a set function The concept of area as a set function
-/ -/
import OneVariableCalculus.Apostol.Real.Function.Step import OneVariableCalculus.Real.Function.Step
import OneVariableCalculus.Apostol.Real.Geometry.Rectangle import OneVariableCalculus.Real.Geometry.Rectangle
namespace Real.Geometry.Area namespace Real.Geometry.Area

View File

@ -1,4 +1,4 @@
import OneVariableCalculus.Apostol.Real.Geometry.Basic import OneVariableCalculus.Real.Geometry.Basic
namespace Real namespace Real

View File

@ -0,0 +1 @@
import OneVariableCalculus.Real.Set.Partition

View File

@ -1 +1,6 @@
import TheoremProvingInLean.Avigad import TheoremProvingInLean.Chapter2
import TheoremProvingInLean.Chapter3
import TheoremProvingInLean.Chapter4
import TheoremProvingInLean.Chapter5
import TheoremProvingInLean.Chapter7
import TheoremProvingInLean.Chapter8

View File

@ -1,6 +0,0 @@
import TheoremProvingInLean.Avigad.Chapter2
import TheoremProvingInLean.Avigad.Chapter3
import TheoremProvingInLean.Avigad.Chapter4
import TheoremProvingInLean.Avigad.Chapter5
import TheoremProvingInLean.Avigad.Chapter7
import TheoremProvingInLean.Avigad.Chapter8