Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Mathlib/RepresentationTheory/Intertwining.lean
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,6 @@ def refl : Equiv ρ ρ where

@[simp] lemma coe_toLinearMap : ⇑φ.toLinearMap = φ := rfl

lemma coe_invFun : φ.invFun = φ.symm := rfl

theorem toLinearEquiv_toLinearMap :
φ.toLinearEquiv.toLinearMap = φ.toIntertwiningMap.toLinearMap := rfl

Expand Down Expand Up @@ -411,6 +409,8 @@ lemma mk_symm {e : V ≃ₗ[A] W} (he : ∀ g, e ∘ₗ (ρ g) = (σ g) ∘ₗ e

lemma toLinearMap_symm (φ : Equiv ρ σ) : (symm φ).toLinearMap = φ.toLinearEquiv.symm := rfl

lemma coe_invFun : φ.invFun = φ.symm := rfl

lemma coe_symm (φ : Equiv ρ σ) : ⇑φ.toLinearEquiv.symm = φ.symm := rfl

variable {τ}
Expand Down
Loading