Skip to content

Commit 3b65825

Browse files
committed
Merge branch 'master' into set_uncountable
2 parents b995b1f + 24d904e commit 3b65825

227 files changed

Lines changed: 3186 additions & 1601 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Archive/Examples/Kuratowski.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ theorem kc_fourteenSet : k fourteenSetᶜ = (Ioo 0 1 ∪ Ioo 1 2)ᶜ := by
191191

192192
theorem kck_fourteenSet : k (k fourteenSet)ᶜ = (Ioo 0 2 ∪ Ioo 4 5)ᶜ := by
193193
rw [closure_compl, k_fourteenSet,
194-
interior_union_of_disjoint_closure, interior_union_of_disjoint_closure] <;>
194+
interior_union_of_disjoint_closure, interior_union_of_disjoint_closure]
195195
all_goals
196196
simp [-union_singleton, disjoint_iff_inter_eq_empty, union_inter_distrib_right, Icc_inter_Icc]
197197
all_goals norm_num

Counterexamples/MonicNonRegular.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ instance : CommMonoid N₃ where
6565
instance : CommSemiring N₃ :=
6666
{ (inferInstance : CommMonoid N₃) with
6767
add_assoc := by rintro ⟨⟩ ⟨⟩ ⟨⟩ <;> rfl
68-
zero_add := by rintro ⟨⟩ <;> rfl
69-
add_zero := by rintro ⟨⟩ <;> rfl
70-
add_comm := by rintro ⟨⟩ ⟨⟩ <;> rfl
68+
zero_add := by rintro ⟨⟩ <;> rfl
69+
add_zero := by rintro ⟨⟩ <;> rfl
70+
add_comm := by rintro ⟨⟩ ⟨⟩ <;> rfl
7171
left_distrib := by rintro ⟨⟩ ⟨⟩ ⟨⟩ <;> rfl
7272
right_distrib := by rintro ⟨⟩ ⟨⟩ ⟨⟩ <;> rfl
7373
zero_mul := by rintro ⟨⟩ <;> rfl

LongestPole/Main.lean

Lines changed: 0 additions & 180 deletions
This file was deleted.

LongestPole/RadarJson.lean

Lines changed: 0 additions & 45 deletions
This file was deleted.

LongestPole/Rectangles.lean

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)