Flatten directories, removing author packages.
parent
c46e2d2fb4
commit
fdc5936766
|
@ -1 +1 @@
|
||||||
import FirstCourseAbstractAlgebra.Fraleigh
|
import FirstCourseAbstractAlgebra.Chapter1
|
|
@ -1 +0,0 @@
|
||||||
import FirstCourseAbstractAlgebra.Fraleigh.Chapter1
|
|
|
@ -1 +1 @@
|
||||||
import MathematicalIntroductionLogic.Enderton
|
import MathematicalIntroductionLogic.Chapter0
|
|
@ -1 +0,0 @@
|
||||||
import MathematicalIntroductionLogic.Enderton.Chapter0
|
|
|
@ -1 +1 @@
|
||||||
import MockMockingbird.Smullyan
|
import MockMockingbird.Aviary
|
|
@ -1 +1,3 @@
|
||||||
import OneVariableCalculus.Apostol
|
import OneVariableCalculus.Chapters
|
||||||
|
import OneVariableCalculus.Exercises
|
||||||
|
import OneVariableCalculus.Real
|
|
@ -1,3 +0,0 @@
|
||||||
import OneVariableCalculus.Apostol.Chapters
|
|
||||||
import OneVariableCalculus.Apostol.Exercises
|
|
||||||
import OneVariableCalculus.Apostol.Real
|
|
|
@ -1 +0,0 @@
|
||||||
import OneVariableCalculus.Apostol.Chapters.Chapter_I_3
|
|
|
@ -1 +0,0 @@
|
||||||
import OneVariableCalculus.Apostol.Exercises.Exercises_I_3_12
|
|
|
@ -1,3 +0,0 @@
|
||||||
import OneVariableCalculus.Apostol.Real.Function
|
|
||||||
import OneVariableCalculus.Apostol.Real.Geometry
|
|
||||||
import OneVariableCalculus.Apostol.Real.Set
|
|
|
@ -1 +0,0 @@
|
||||||
import OneVariableCalculus.Apostol.Real.Function.Step
|
|
|
@ -1,3 +0,0 @@
|
||||||
import OneVariableCalculus.Apostol.Real.Geometry.Area
|
|
||||||
import OneVariableCalculus.Apostol.Real.Geometry.Basic
|
|
||||||
import OneVariableCalculus.Apostol.Real.Geometry.Rectangle
|
|
|
@ -1 +0,0 @@
|
||||||
import OneVariableCalculus.Apostol.Real.Set.Partition
|
|
|
@ -0,0 +1 @@
|
||||||
|
import OneVariableCalculus.Chapters.Chapter_I_3
|
|
@ -0,0 +1 @@
|
||||||
|
import OneVariableCalculus.Exercises.Exercises_I_3_12
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
||||||
|
import OneVariableCalculus.Real.Function
|
||||||
|
import OneVariableCalculus.Real.Geometry
|
||||||
|
import OneVariableCalculus.Real.Set
|
|
@ -0,0 +1 @@
|
||||||
|
import OneVariableCalculus.Real.Function.Step
|
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
import OneVariableCalculus.Real.Geometry.Area
|
||||||
|
import OneVariableCalculus.Real.Geometry.Basic
|
||||||
|
import OneVariableCalculus.Real.Geometry.Rectangle
|
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import OneVariableCalculus.Apostol.Real.Geometry.Basic
|
import OneVariableCalculus.Real.Geometry.Basic
|
||||||
|
|
||||||
namespace Real
|
namespace Real
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
import OneVariableCalculus.Real.Set.Partition
|
|
@ -1 +1,6 @@
|
||||||
import TheoremProvingInLean.Avigad
|
import TheoremProvingInLean.Chapter2
|
||||||
|
import TheoremProvingInLean.Chapter3
|
||||||
|
import TheoremProvingInLean.Chapter4
|
||||||
|
import TheoremProvingInLean.Chapter5
|
||||||
|
import TheoremProvingInLean.Chapter7
|
||||||
|
import TheoremProvingInLean.Chapter8
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue