Skip to content

Commit b0a7bee

Browse files
committed
Second half of the second half of the first half of the changes.
1 parent 7a06803 commit b0a7bee

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

Mathlib/LinearAlgebra/AffineSpace/ContinuousAffineEquiv.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ instance instEquivLike : EquivLike (P₁ ≃ᵃL[k] P₂) P₁ P₂ where
7373
right_inv f := f.right_inv
7474
coe_injective' _ _ h _ := toAffineEquiv_injective (DFunLike.coe_injective h)
7575

76-
instance : CoeFun (P₁ ≃ᵃL[k] P₂) fun _ ↦ P₁ → P₂ :=
77-
DFunLike.hasCoeToFun
78-
7976
attribute [coe] ContinuousAffineEquiv.toAffineEquiv
8077

8178
/-- Coerce continuous affine equivalences to affine equivalences. -/

Mathlib/LinearAlgebra/Alternating/Basic.lean

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ instance instFunLike : FunLike (M [⋀^ι]→ₗ[R] N) (ι → M) N where
9393
rcases g with ⟨⟨_, _, _⟩, _⟩
9494
congr
9595

96-
-- shortcut instance
97-
instance coeFun : CoeFun (M [⋀^ι]→ₗ[R] N) fun _ => (ι → M) → N :=
98-
⟨DFunLike.coe⟩
99-
10096
initialize_simps_projections AlternatingMap (toFun → apply)
10197

10298
@[simp]

0 commit comments

Comments
 (0)