Revert to nesting author names.

These modules group together chapter/exercise specific proofs vs.
concepts that permeate said chapters.
finite-set-exercises
Joshua Potter 2023-04-26 15:44:52 -06:00
parent e91628a828
commit 947d2f4c01
23 changed files with 16 additions and 14 deletions

View File

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

View File

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

View File

@ -1,2 +1,2 @@
import MathematicalIntroductionLogic.Chapter0 import MathematicalIntroductionLogic.Enderton
import MathematicalIntroductionLogic.Tuple import MathematicalIntroductionLogic.Tuple

View File

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

View File

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

View File

@ -0,0 +1,3 @@
import OneVariableCalculus.Apostol.Chapter_I_3
import OneVariableCalculus.Apostol.Exercises_1_7
import OneVariableCalculus.Apostol.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.Chapters.Chapter_I_3 import OneVariableCalculus.Apostol.Chapter_I_3
-- ======================================== -- ========================================
-- Exercise 1 -- Exercise 1

View File

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

View File

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

View File

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

View File

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