Loogle!
Result
Found 59 declarations mentioning Matrix.toLin.
- Matrix.toLin 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [Finite m] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) : Matrix m n R ≃ₗ[R] M₁ →ₗ[R] M₂ - LinearMap.toMatrix_symm 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [Finite m] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) : (LinearMap.toMatrix v₁ v₂).symm = Matrix.toLin v₁ v₂ - Matrix.toLin_symm 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [Finite m] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) : (Matrix.toLin v₁ v₂).symm = LinearMap.toMatrix v₁ v₂ - Matrix.toLin_eq_toLin' 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [Finite m] [DecidableEq n] : Matrix.toLin (Pi.basisFun R n) (Pi.basisFun R m) = Matrix.toLin' - Matrix.isUnit_toLin_iff 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} [AddCommMonoid M₁] [Module R M₁] (v₁ : Module.Basis n R M₁) {M : Matrix n n R} : IsUnit ((Matrix.toLin v₁ v₁) M) ↔ IsUnit M - Matrix.toLin_one 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} [AddCommMonoid M₁] [Module R M₁] (v₁ : Module.Basis n R M₁) : (Matrix.toLin v₁ v₁) 1 = LinearMap.id - Matrix.toLin_self 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) [Fintype m] (M : Matrix m n R) (i : n) : ((Matrix.toLin v₁ v₂) M) (v₁ i) = ∑ j, M j i • v₂ j - Matrix.toLin_scalar 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} [AddCommMonoid M₁] [Module R M₁] (v₁ : Module.Basis n R M₁) (r : R) : (Matrix.toLin v₁ v₁) ((Matrix.scalar n) r) = r • LinearMap.id - Matrix.toLinOfInv_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) [Fintype m] [DecidableEq m] {M : Matrix m n R} {M' : Matrix n m R} (hMM' : M * M' = 1) (hM'M : M' * M = 1) (a : M₁) : (Matrix.toLinOfInv v₁ v₂ hMM' hM'M) a = ((Matrix.toLin v₁ v₂) M) a - Module.Basis.end_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} {M : Type u_2} {ι : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [Fintype ι] [DecidableEq ι] (b : Module.Basis ι R M) (ij : ι × ι) : b.end ij = (Matrix.toLin b b) ((Matrix.stdBasis R ι ι) ij) - Matrix.toLinOfInv_symm_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) [Fintype m] [DecidableEq m] {M : Matrix m n R} {M' : Matrix n m R} (hMM' : M * M' = 1) (hM'M : M' * M = 1) (a : M₂) : (Matrix.toLinOfInv v₁ v₂ hMM' hM'M).symm a = ((Matrix.toLin v₂ v₁) M') a - Module.Basis.linearMap_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} {M₁ : Type u_3} {M₂ : Type u_4} {ι₁ : Type u_6} {ι₂ : Type u_7} [CommSemiring R] [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] [Fintype ι₁] [Fintype ι₂] [DecidableEq ι₁] (b₁ : Module.Basis ι₁ R M₁) (b₂ : Module.Basis ι₂ R M₂) (ij : ι₂ × ι₁) : (b₁.linearMap b₂) ij = (Matrix.toLin b₁ b₂) ((Matrix.stdBasis R ι₂ ι₁) ij) - Matrix.toLin_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) [Fintype m] (M : Matrix m n R) (v : M₁) : ((Matrix.toLin v₁ v₂) M) v = ∑ j, M.mulVec (⇑(v₁.repr v)) j • v₂ j - LinearMap.toMatrix_toLin 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [Finite m] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) (M : Matrix m n R) : (LinearMap.toMatrix v₁ v₂) ((Matrix.toLin v₁ v₂) M) = M - Matrix.repr_toLin 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [Finite m] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) (M : Matrix m n R) (x : M₁) : ⇑(v₂.repr (((Matrix.toLin v₁ v₂) M) x)) = M.mulVec ⇑(v₁.repr x) - Matrix.toLin_toMatrix 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {m : Type u_3} {n : Type u_4} [Fintype n] [Finite m] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) (f : M₁ →ₗ[R] M₂) : (Matrix.toLin v₁ v₂) ((LinearMap.toMatrix v₁ v₂) f) = f - Matrix.toLin_apply_eq_zero_iff 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{m : Type u_3} {n : Type u_4} [Fintype n] [DecidableEq n] {R : Type u_7} {M₁ : Type u_8} {M₂ : Type u_9} [Finite m] [CommRing R] [AddCommGroup M₁] [AddCommGroup M₂] [Module R M₁] [Module R M₂] {v₁ : Module.Basis n R M₁} {v₂ : Module.Basis m R M₂} {A : Matrix m n R} {x : M₁} : ((Matrix.toLin v₁ v₂) A) x = 0 ↔ ∀ (j : m), A.mulVec (⇑(v₁.repr x)) j = 0 - Matrix.toLin_pow 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} [AddCommMonoid M₁] [Module R M₁] (v₁ : Module.Basis n R M₁) (A : Matrix n n R) (k : ℕ) : (Matrix.toLin v₁ v₁) (A ^ k) = (Matrix.toLin v₁ v₁) A ^ k - Module.Basis.end_repr_symm_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} {M : Type u_2} {ι : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [Fintype ι] [DecidableEq ι] (b : Module.Basis ι R M) (a✝ : ι × ι →₀ R) : b.end.repr.symm a✝ = (Matrix.toLin b b) ((Finsupp.linearCombination R ⇑(Matrix.stdBasis R ι ι)) a✝) - Module.Basis.linearMap_repr_symm_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} {M₁ : Type u_3} {M₂ : Type u_4} {ι₁ : Type u_6} {ι₂ : Type u_7} [CommSemiring R] [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] [Fintype ι₁] [Fintype ι₂] [DecidableEq ι₁] (b₁ : Module.Basis ι₁ R M₁) (b₂ : Module.Basis ι₂ R M₂) (a✝ : ι₂ × ι₁ →₀ R) : (b₁.linearMap b₂).repr.symm a✝ = (Matrix.toLin b₁ b₂) ((Finsupp.linearCombination R ⇑(Matrix.stdBasis R ι₂ ι₁)) a✝) - Matrix.toLin_mul 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {l : Type u_2} {m : Type u_3} {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) [Fintype m] {M₃ : Type u_7} [AddCommMonoid M₃] [Module R M₃] (v₃ : Module.Basis l R M₃) [Finite l] [DecidableEq m] (A : Matrix l m R) (B : Matrix m n R) : (Matrix.toLin v₁ v₃) (A * B) = (Matrix.toLin v₂ v₃) A ∘ₗ (Matrix.toLin v₁ v₂) B - Matrix.toLin_mul_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] {l : Type u_2} {m : Type u_3} {n : Type u_4} [Fintype n] [DecidableEq n] {M₁ : Type u_5} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (v₁ : Module.Basis n R M₁) (v₂ : Module.Basis m R M₂) [Fintype m] {M₃ : Type u_7} [AddCommMonoid M₃] [Module R M₃] (v₃ : Module.Basis l R M₃) [Finite l] [DecidableEq m] (A : Matrix l m R) (B : Matrix m n R) (x : M₁) : ((Matrix.toLin v₁ v₃) (A * B)) x = ((Matrix.toLin v₂ v₃) A) (((Matrix.toLin v₁ v₂) B) x) - Matrix.toLin_finTwoProd_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] (a b c d : R) (x : R × R) : ((Matrix.toLin (Module.Basis.finTwoProd R) (Module.Basis.finTwoProd R)) !![a, b; c, d]) x = (a * x.1 + b * x.2, c * x.1 + d * x.2) - Matrix.toLin_finTwoProd 📋 Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} [CommSemiring R] (a b c d : R) : (Matrix.toLin (Module.Basis.finTwoProd R) (Module.Basis.finTwoProd R)) !![a, b; c, d] = (a • LinearMap.fst R R R + b • LinearMap.snd R R R).prod (c • LinearMap.fst R R R + d • LinearMap.snd R R R) - Module.Basis.toLin_toMatrix 📋 Mathlib.LinearAlgebra.Matrix.Basis
{ι : Type u_1} {ι' : Type u_2} {R : Type u_5} {M : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] (e : Module.Basis ι R M) [Finite ι] [Fintype ι'] [DecidableEq ι'] (v : Module.Basis ι' R M) : (Matrix.toLin v e) (e.toMatrix ⇑v) = LinearMap.id - basis_toMatrix_mul 📋 Mathlib.LinearAlgebra.Matrix.Basis
{ι : Type u_1} {ι' : Type u_2} {κ : Type u_3} {R : Type u_5} {M : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] {N : Type u_9} [AddCommMonoid N] [Module R N] [Fintype ι'] [Fintype κ] [Finite ι] [DecidableEq κ] (b₁ : Module.Basis ι R M) (b₂ : Module.Basis ι' R M) (b₃ : Module.Basis κ R N) (A : Matrix ι' κ R) : b₁.toMatrix ⇑b₂ * A = (LinearMap.toMatrix b₃ b₁) ((Matrix.toLin b₃ b₂) A) - mul_basis_toMatrix 📋 Mathlib.LinearAlgebra.Matrix.Basis
{ι : Type u_1} {ι' : Type u_2} {κ : Type u_3} {R : Type u_5} {M : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] {N : Type u_9} [AddCommMonoid N] [Module R N] [Fintype ι'] [Finite κ] [Fintype ι] [DecidableEq ι] [DecidableEq ι'] (b₁ : Module.Basis ι R M) (b₂ : Module.Basis ι' R M) (b₃ : Module.Basis κ R N) (A : Matrix κ ι R) : A * b₁.toMatrix ⇑b₂ = (LinearMap.toMatrix b₂ b₃) ((Matrix.toLin b₁ b₃) A) - Matrix.ker_toLin_eq_bot 📋 Mathlib.LinearAlgebra.Matrix.ToLinearEquiv
{n : Type u_1} [Fintype n] {R : Type u_2} {M : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] (b : Module.Basis n R M) [DecidableEq n] (A : Matrix n n R) (hA : IsUnit A.det) : ((Matrix.toLin b b) A).ker = ⊥ - Matrix.range_toLin_eq_top 📋 Mathlib.LinearAlgebra.Matrix.ToLinearEquiv
{n : Type u_1} [Fintype n] {R : Type u_2} {M : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] (b : Module.Basis n R M) [DecidableEq n] (A : Matrix n n R) (hA : IsUnit A.det) : ((Matrix.toLin b b) A).range = ⊤ - Matrix.toLinearEquiv_apply 📋 Mathlib.LinearAlgebra.Matrix.ToLinearEquiv
{n : Type u_1} [Fintype n] {R : Type u_2} {M : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] (b : Module.Basis n R M) [DecidableEq n] (A : Matrix n n R) (hA : IsUnit A.det) (a : M) : (Matrix.toLinearEquiv b A hA) a = ((Matrix.toLin b b) A) a - LinearMap.toMatrix₂_mul 📋 Mathlib.LinearAlgebra.Matrix.SesquilinearForm
{R : Type u_1} {M₁ : Type u_6} {M₂ : Type u_7} {M₂' : Type u_9} {n : Type u_11} {m : Type u_12} {m' : Type u_14} [CommSemiring R] [AddCommMonoid M₁] [Module R M₁] [AddCommMonoid M₂] [Module R M₂] [Fintype n] [Fintype m] [DecidableEq m] [DecidableEq n] (b₁ : Module.Basis n R M₁) (b₂ : Module.Basis m R M₂) [AddCommMonoid M₂'] [Module R M₂'] (b₂' : Module.Basis m' R M₂') [Fintype m'] [DecidableEq m'] (B : M₁ →ₗ[R] M₂ →ₗ[R] R) (M : Matrix m m' R) : (LinearMap.toMatrix₂ b₁ b₂) B * M = (LinearMap.toMatrix₂ b₁ b₂') (B.compl₂ ((Matrix.toLin b₂' b₂) M)) - LinearMap.mul_toMatrix₂ 📋 Mathlib.LinearAlgebra.Matrix.SesquilinearForm
{R : Type u_1} {M₁ : Type u_6} {M₂ : Type u_7} {M₁' : Type u_8} {n : Type u_11} {m : Type u_12} {n' : Type u_13} [CommSemiring R] [AddCommMonoid M₁] [Module R M₁] [AddCommMonoid M₂] [Module R M₂] [Fintype n] [Fintype m] [DecidableEq m] [DecidableEq n] (b₁ : Module.Basis n R M₁) (b₂ : Module.Basis m R M₂) [AddCommMonoid M₁'] [Module R M₁'] (b₁' : Module.Basis n' R M₁') [Fintype n'] [DecidableEq n'] (B : M₁ →ₗ[R] M₂ →ₗ[R] R) (M : Matrix n' n R) : M * (LinearMap.toMatrix₂ b₁ b₂) B = (LinearMap.toMatrix₂ b₁' b₂) (B ∘ₗ (Matrix.toLin b₁' b₁) M.transpose) - Matrix.toLinearMap₂_compl₁₂ 📋 Mathlib.LinearAlgebra.Matrix.SesquilinearForm
{R : Type u_1} {M₁ : Type u_6} {M₂ : Type u_7} {M₁' : Type u_8} {M₂' : Type u_9} {n : Type u_11} {m : Type u_12} {n' : Type u_13} {m' : Type u_14} [CommSemiring R] [AddCommMonoid M₁] [Module R M₁] [AddCommMonoid M₂] [Module R M₂] [Fintype n] [Fintype m] [DecidableEq m] [DecidableEq n] (b₁ : Module.Basis n R M₁) (b₂ : Module.Basis m R M₂) [AddCommMonoid M₁'] [Module R M₁'] [AddCommMonoid M₂'] [Module R M₂'] (b₁' : Module.Basis n' R M₁') (b₂' : Module.Basis m' R M₂') [Fintype n'] [Fintype m'] [DecidableEq n'] [DecidableEq m'] (M : Matrix n m R) (P : Matrix n n' R) (Q : Matrix m m' R) : ((Matrix.toLinearMap₂ b₁ b₂) M).compl₁₂ ((Matrix.toLin b₁' b₁) P) ((Matrix.toLin b₂' b₂) Q) = (Matrix.toLinearMap₂ b₁' b₂') (P.transpose * M * Q) - LinearMap.mul_toMatrix₂_mul 📋 Mathlib.LinearAlgebra.Matrix.SesquilinearForm
{R : Type u_1} {M₁ : Type u_6} {M₂ : Type u_7} {M₁' : Type u_8} {M₂' : Type u_9} {n : Type u_11} {m : Type u_12} {n' : Type u_13} {m' : Type u_14} [CommSemiring R] [AddCommMonoid M₁] [Module R M₁] [AddCommMonoid M₂] [Module R M₂] [Fintype n] [Fintype m] [DecidableEq m] [DecidableEq n] (b₁ : Module.Basis n R M₁) (b₂ : Module.Basis m R M₂) [AddCommMonoid M₁'] [Module R M₁'] [AddCommMonoid M₂'] [Module R M₂'] (b₁' : Module.Basis n' R M₁') (b₂' : Module.Basis m' R M₂') [Fintype n'] [Fintype m'] [DecidableEq n'] [DecidableEq m'] (B : M₁ →ₗ[R] M₂ →ₗ[R] R) (M : Matrix n' n R) (N : Matrix m m' R) : M * (LinearMap.toMatrix₂ b₁ b₂) B * N = (LinearMap.toMatrix₂ b₁' b₂') (B.compl₁₂ ((Matrix.toLin b₁' b₁) M.transpose) ((Matrix.toLin b₂' b₂) N)) - isAdjointPair_toLinearMap₂ 📋 Mathlib.LinearAlgebra.Matrix.SesquilinearForm
{R : Type u_1} {M₁ : Type u_6} {M₂ : Type u_7} {n : Type u_11} {n' : Type u_13} [CommRing R] [AddCommMonoid M₁] [Module R M₁] [AddCommMonoid M₂] [Module R M₂] [Fintype n] [Fintype n'] (b₁ : Module.Basis n R M₁) (b₂ : Module.Basis n' R M₂) (J : Matrix n n R) (J' : Matrix n' n' R) (A : Matrix n' n R) (A' : Matrix n n' R) [DecidableEq n] [DecidableEq n'] : ((Matrix.toLinearMap₂ b₁ b₁) J).IsAdjointPair ((Matrix.toLinearMap₂ b₂ b₂) J') ⇑((Matrix.toLin b₁ b₂) A) ⇑((Matrix.toLin b₂ b₁) A') ↔ J.IsAdjointPair J' A A' - Matrix.trace_toLin_eq 📋 Mathlib.LinearAlgebra.Trace
{R : Type u} [CommSemiring R] {M : Type v} [AddCommMonoid M] [Module R M] {ι : Type w} [DecidableEq ι] [Fintype ι] (A : Matrix ι ι R) (b : Module.Basis ι R M) : (LinearMap.trace R M) ((Matrix.toLin b b) A) = A.trace - Matrix.toLin_transpose 📋 Mathlib.LinearAlgebra.Matrix.Dual
{K : Type u_1} {V₁ : Type u_2} {V₂ : Type u_3} {ι₁ : Type u_4} {ι₂ : Type u_5} [CommSemiring K] [AddCommGroup V₁] [Module K V₁] [AddCommGroup V₂] [Module K V₂] [Fintype ι₁] [Fintype ι₂] [DecidableEq ι₁] [DecidableEq ι₂] {B₁ : Module.Basis ι₁ K V₁} {B₂ : Module.Basis ι₂ K V₂} (M : Matrix ι₁ ι₂ K) : (Matrix.toLin B₁.dualBasis B₂.dualBasis) M.transpose = Module.Dual.transpose ((Matrix.toLin B₂ B₁) M) - LinearMap.det_toLin 📋 Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ι : Type u_4} [DecidableEq ι] [Fintype ι] (b : Module.Basis ι R M) (f : Matrix ι ι R) : LinearMap.det ((Matrix.toLin b b) f) = f.det - LinearEquiv.ofIsUnitDet_symm_apply 📋 Mathlib.LinearAlgebra.Determinant
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {M' : Type u_3} [AddCommGroup M'] [Module R M'] {ι : Type u_4} [DecidableEq ι] [Fintype ι] {f : M →ₗ[R] M'} {v : Module.Basis ι R M} {v' : Module.Basis ι R M'} (h : IsUnit ((LinearMap.toMatrix v v') f).det) (a : M') : (LinearEquiv.ofIsUnitDet h).symm a = ((Matrix.toLin v' v) ((LinearMap.toMatrix v v') f)⁻¹) a - hasEigenvalue_toLin_diagonal_iff 📋 Mathlib.LinearAlgebra.Eigenspace.Matrix
{R : Type u_1} {n : Type u_2} {M : Type u_3} [DecidableEq n] [Fintype n] [CommRing R] [Nontrivial R] [AddCommGroup M] [Module R M] (d : n → R) {μ : R} [IsDomain R] [Module.IsTorsionFree R M] (b : Module.Basis n R M) : Module.End.HasEigenvalue ((Matrix.toLin b b) (Matrix.diagonal d)) μ ↔ ∃ i, d i = μ - hasEigenvector_toLin_diagonal 📋 Mathlib.LinearAlgebra.Eigenspace.Matrix
{R : Type u_1} {n : Type u_2} {M : Type u_3} [DecidableEq n] [Fintype n] [CommRing R] [Nontrivial R] [AddCommGroup M] [Module R M] (d : n → R) (i : n) (b : Module.Basis n R M) : Module.End.HasEigenvector ((Matrix.toLin b b) (Matrix.diagonal d)) (d i) (b i) - Matrix.iSup_eigenspace_toLin_diagonal_eq_top 📋 Mathlib.LinearAlgebra.Eigenspace.Matrix
{R : Type u_1} {n : Type u_2} {M : Type u_3} [DecidableEq n] [Fintype n] [CommRing R] [AddCommGroup M] [Module R M] (d : n → R) (b : Module.Basis n R M) : ⨆ μ, Module.End.eigenspace ((Matrix.toLin b b) (Matrix.diagonal d)) μ = ⊤ - Matrix.spectrum_toLin 📋 Mathlib.LinearAlgebra.Eigenspace.Matrix
{R : Type u_1} {n : Type u_2} {M : Type u_3} [DecidableEq n] [Fintype n] [CommRing R] [AddCommGroup M] [Module R M] (A : Matrix n n R) (b : Module.Basis n R M) : spectrum R ((Matrix.toLin b b) A) = spectrum R A - Matrix.maxGenEigenspace_toLin_diagonal_eq_eigenspace 📋 Mathlib.LinearAlgebra.Eigenspace.Matrix
{R : Type u_1} {n : Type u_2} {M : Type u_3} [DecidableEq n] [Fintype n] [CommRing R] [AddCommGroup M] [Module R M] (d : n → R) {μ : R} (b : Module.Basis n R M) [IsDomain R] : Module.End.maxGenEigenspace ((Matrix.toLin b b) (Matrix.diagonal d)) μ = Module.End.eigenspace ((Matrix.toLin b b) (Matrix.diagonal d)) μ - LinearMap.BilinForm.toMatrix_mul 📋 Mathlib.LinearAlgebra.Matrix.BilinearForm
{R₁ : Type u_1} {M₁ : Type u_2} [CommSemiring R₁] [AddCommMonoid M₁] [Module R₁ M₁] {n : Type u_5} [Fintype n] [DecidableEq n] (b : Module.Basis n R₁ M₁) (B : LinearMap.BilinForm R₁ M₁) (M : Matrix n n R₁) : (LinearMap.BilinForm.toMatrix b) B * M = (LinearMap.BilinForm.toMatrix b) (B.compRight ((Matrix.toLin b b) M)) - LinearMap.BilinForm.mul_toMatrix 📋 Mathlib.LinearAlgebra.Matrix.BilinearForm
{R₁ : Type u_1} {M₁ : Type u_2} [CommSemiring R₁] [AddCommMonoid M₁] [Module R₁ M₁] {n : Type u_5} [Fintype n] [DecidableEq n] (b : Module.Basis n R₁ M₁) (B : LinearMap.BilinForm R₁ M₁) (M : Matrix n n R₁) : M * (LinearMap.BilinForm.toMatrix b) B = (LinearMap.BilinForm.toMatrix b) (B.compLeft ((Matrix.toLin b b) M.transpose)) - Matrix.toBilin_comp 📋 Mathlib.LinearAlgebra.Matrix.BilinearForm
{R₁ : Type u_1} {M₁ : Type u_2} [CommSemiring R₁] [AddCommMonoid M₁] [Module R₁ M₁] {n : Type u_5} {o : Type u_6} [Fintype n] [Fintype o] [DecidableEq n] (b : Module.Basis n R₁ M₁) {M₂' : Type u_7} [AddCommMonoid M₂'] [Module R₁ M₂'] (c : Module.Basis o R₁ M₂') [DecidableEq o] (M : Matrix n n R₁) (P Q : Matrix n o R₁) : ((Matrix.toBilin b) M).comp ((Matrix.toLin c b) P) ((Matrix.toLin c b) Q) = (Matrix.toBilin c) (P.transpose * M * Q) - LinearMap.BilinForm.mul_toMatrix_mul 📋 Mathlib.LinearAlgebra.Matrix.BilinearForm
{R₁ : Type u_1} {M₁ : Type u_2} [CommSemiring R₁] [AddCommMonoid M₁] [Module R₁ M₁] {n : Type u_5} {o : Type u_6} [Fintype n] [Fintype o] [DecidableEq n] (b : Module.Basis n R₁ M₁) {M₂' : Type u_7} [AddCommMonoid M₂'] [Module R₁ M₂'] (c : Module.Basis o R₁ M₂') [DecidableEq o] (B : LinearMap.BilinForm R₁ M₁) (M : Matrix o n R₁) (N : Matrix n o R₁) : M * (LinearMap.BilinForm.toMatrix b) B * N = (LinearMap.BilinForm.toMatrix c) (B.comp ((Matrix.toLin c b) M.transpose) ((Matrix.toLin c b) N)) - Matrix.charpoly_toLin 📋 Mathlib.LinearAlgebra.Charpoly.ToMatrix
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [Module.Free R M] [Module.Finite R M] {n : Type u_5} [Fintype n] [DecidableEq n] (A : Matrix n n R) (b : Module.Basis n R M) : ((Matrix.toLin b b) A).charpoly = A.charpoly - Matrix.rank_eq_finrank_range_toLin 📋 Mathlib.LinearAlgebra.Matrix.Rank
{m : Type um} {n : Type un} {R : Type uR} [Fintype n] [Finite m] [DecidableEq n] {M₁ : Type u_1} {M₂ : Type u_2} [CommSemiring R] [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (A : Matrix m n R) (v₁ : Module.Basis m R M₁) (v₂ : Module.Basis n R M₂) : A.rank = Module.finrank R ↥((Matrix.toLin v₂ v₁) A).range - Matrix.toLin_finTwoProd_toContinuousLinearMap 📋 Mathlib.Topology.Algebra.Module.FiniteDimension
{𝕜 : Type u} [hnorm : NontriviallyNormedField 𝕜] [CompleteSpace 𝕜] (a b c d : 𝕜) : LinearMap.toContinuousLinearMap ((Matrix.toLin (Module.Basis.finTwoProd 𝕜) (Module.Basis.finTwoProd 𝕜)) !![a, b; c, d]) = (a • ContinuousLinearMap.fst 𝕜 𝕜 𝕜 + b • ContinuousLinearMap.snd 𝕜 𝕜 𝕜).prod (c • ContinuousLinearMap.fst 𝕜 𝕜 𝕜 + d • ContinuousLinearMap.snd 𝕜 𝕜 𝕜) - Matrix.toLpLin_eq_toLin 📋 Mathlib.Analysis.Normed.Lp.Matrix
{m : Type u_1} {n : Type u_2} {R : Type u_4} [Fintype n] [DecidableEq n] [CommRing R] (p q : ENNReal) [Finite m] : Matrix.toLpLin p q = Matrix.toLin (PiLp.basisFun p R n) (PiLp.basisFun q R m) - Matrix.toEuclideanLin_eq_toLin_orthonormal 📋 Mathlib.Analysis.InnerProductSpace.PiL2
{𝕜 : Type u_3} [RCLike 𝕜] {m : Type u_7} {n : Type u_8} [Fintype n] [DecidableEq n] [Fintype m] : Matrix.toEuclideanLin = Matrix.toLin (EuclideanSpace.basisFun n 𝕜).toBasis (EuclideanSpace.basisFun m 𝕜).toBasis - Matrix.minpoly_toLin 📋 Mathlib.LinearAlgebra.Matrix.Charpoly.Minpoly
{R : Type u} [CommRing R] {n : Type v} [DecidableEq n] [Fintype n] {N : Type w} [AddCommGroup N] [Module R N] (b : Module.Basis n R N) (M : Matrix n n R) : minpoly R ((Matrix.toLin b b) M) = minpoly R M - Matrix.toLin_conjTranspose 📋 Mathlib.Analysis.InnerProductSpace.Adjoint
{𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [RCLike 𝕜] [NormedAddCommGroup E] [NormedAddCommGroup F] [InnerProductSpace 𝕜 E] [InnerProductSpace 𝕜 F] {m : Type u_5} {n : Type u_6} [Fintype m] [DecidableEq m] [Fintype n] [DecidableEq n] [FiniteDimensional 𝕜 E] [FiniteDimensional 𝕜 F] (v₁ : OrthonormalBasis n 𝕜 E) (v₂ : OrthonormalBasis m 𝕜 F) (A : Matrix m n 𝕜) : (Matrix.toLin v₂.toBasis v₁.toBasis) A.conjTranspose = LinearMap.adjoint ((Matrix.toLin v₁.toBasis v₂.toBasis) A) - Matrix.isSymmetric_toLin_iff 📋 Mathlib.Analysis.Matrix.Hermitian
{𝕜 : Type u_1} {n : Type u_3} {A : Matrix n n 𝕜} [RCLike 𝕜] [Fintype n] [DecidableEq n] {E : Type u_4} [NormedAddCommGroup E] [InnerProductSpace 𝕜 E] (b : OrthonormalBasis n 𝕜 E) : ((Matrix.toLin b.toBasis b.toBasis) A).IsSymmetric ↔ A.IsHermitian - Orientation.rotation_eq_matrix_toLin 📋 Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace ℝ V] [Fact (Module.finrank ℝ V = 2)] (o : Orientation ℝ V (Fin 2)) (θ : Real.Angle) {x : V} (hx : x ≠ 0) : ↑(o.rotation θ).toLinearEquiv = (Matrix.toLin (o.basisRightAngleRotation x hx) (o.basisRightAngleRotation x hx)) !![θ.cos, -θ.sin; θ.sin, θ.cos] - Matrix.SpecialLinearGroup.toLin_equiv.toLinearMap_eq 📋 Mathlib.LinearAlgebra.SpecialLinearGroup
{R : Type u_1} {V : Type u_2} [CommRing R] [AddCommGroup V] [Module R V] {n : Type u_3} [Fintype n] [DecidableEq n] (b : Module.Basis n R V) (g : Matrix.SpecialLinearGroup n R) : ↑↑((Matrix.SpecialLinearGroup.toLin_equiv b) g) = (Matrix.toLin b b) ↑g - Matrix.toLin_kronecker 📋 Mathlib.LinearAlgebra.TensorProduct.Matrix
{R : Type u_1} {M : Type u_2} {N : Type u_3} {M' : Type u_5} {N' : Type u_6} {ι : Type u_7} {κ : Type u_8} {ι' : Type u_10} {κ' : Type u_11} [DecidableEq ι] [DecidableEq κ] [Fintype ι] [Fintype κ] [Finite ι'] [Finite κ'] [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup M'] [AddCommGroup N'] [Module R M] [Module R N] [Module R M'] [Module R N'] (bM : Module.Basis ι R M) (bN : Module.Basis κ R N) (bM' : Module.Basis ι' R M') (bN' : Module.Basis κ' R N') (A : Matrix ι' ι R) (B : Matrix κ' κ R) : (Matrix.toLin (bM.tensorProduct bN) (bM'.tensorProduct bN')) (Matrix.kroneckerMap (fun x1 x2 => x1 * x2) A B) = TensorProduct.map ((Matrix.toLin bM bM') A) ((Matrix.toLin bN bN') B)
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
🔍Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
🔍"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
🔍_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
🔍Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
🔍(?a -> ?b) -> List ?a -> List ?b
🔍List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
🔍|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of all→and∀) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
🔍|- _ < _ → tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
⊢ (_ : Type _)finds all definitions which provide data while⊢ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
🔍 Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ → _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59