Skip to content

Commit 025d5fb

Browse files
committed
Remove stuff that's irrelevant for this PR
1 parent 07f0e5d commit 025d5fb

2 files changed

Lines changed: 0 additions & 109 deletions

File tree

Mathlib/Topology/LocallyFinsupp.lean

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,6 @@ instance [Zero Y] : FunLike (locallyFinsuppWithin U Y) X Y where
126126
coe D := D.toFun
127127
coe_injective' := fun ⟨_, _, _⟩ ⟨_, _, _⟩ ↦ by simp
128128

129-
@[simp]
130-
lemma toFun_eq_coe [Zero Y] (c : locallyFinsuppWithin U Y) : c.toFun = ⇑c := rfl
131-
132-
@[simp]
133-
lemma coe_mk [Zero Y] (f : X → Y) (h : f.support ⊆ U)
134-
(h' : ∀ z ∈ U, ∃ t ∈ 𝓝 z, Set.Finite (t ∩ f.support)) :
135-
⇑(Function.locallyFinsuppWithin.mk f h h') = f := rfl
136-
137129
/-- This allows writing `D.support` instead of `Function.support D` -/
138130
abbrev support [Zero Y] (D : locallyFinsuppWithin U Y) := Function.support D
139131

Mathlib/Topology/LocallyFinsupp/Pushforward.lean

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

0 commit comments

Comments
 (0)