Loogle!
Result
Found 333 declarations mentioning QuadraticMap. Of these, only the first 200 are shown.
- QuadraticMap π Mathlib.LinearAlgebra.QuadraticForm.Basic
(R : Type u) (M : Type v) (N : Type w) [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : Type (max v w) - QuadraticMap.Anisotropic π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (Q : QuadraticMap R M N) : Prop - QuadraticMap.instAdd π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : Add (QuadraticMap R M N) - QuadraticMap.instAddCommMonoid π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : AddCommMonoid (QuadraticMap R M N) - QuadraticMap.instInhabited π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : Inhabited (QuadraticMap R M N) - QuadraticMap.instZero π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : Zero (QuadraticMap R M N) - QuadraticMap.toFun π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u} {M : Type v} {N : Type w} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (self : QuadraticMap R M N) : M β N - QuadraticMap.IsOrtho π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) (x y : M) : Prop - QuadraticMap.PosDef π Mathlib.LinearAlgebra.QuadraticForm.Basic
{M : Type u_4} {N : Type u_5} {Rβ : Type u} [CommSemiring Rβ] [AddCommMonoid M] [Module Rβ M] [PartialOrder N] [AddCommMonoid N] [Module Rβ N] (Qβ : QuadraticMap Rβ M N) : Prop - QuadraticMap.instFunLike π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : FunLike (QuadraticMap R M N) M N - LinearMap.BilinMap.toQuadraticMap π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (B : LinearMap.BilinMap R M N) : QuadraticMap R M N - QuadraticMap.instAddCommGroup π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] : AddCommGroup (QuadraticMap R M N) - QuadraticMap.instNeg π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] : Neg (QuadraticMap R M N) - QuadraticMap.instSub π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] : Sub (QuadraticMap R M N) - QuadraticMap.PosDef.anisotropic π Mathlib.LinearAlgebra.QuadraticForm.Basic
{M : Type u_4} {N : Type u_5} {Rβ : Type u} [CommSemiring Rβ] [AddCommMonoid M] [Module Rβ M] [PartialOrder N] [AddCommMonoid N] [Module Rβ N] {Q : QuadraticMap Rβ M N} (hQ : Q.PosDef) : Q.Anisotropic - QuadraticMap.IsOrtho.symm π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {Q : QuadraticMap R M N} {x y : M} : Q.IsOrtho x y β Q.IsOrtho y x - QuadraticMap.IsOrtho.zero_left π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {Q : QuadraticMap R M N} (x : M) : Q.IsOrtho 0 x - QuadraticMap.IsOrtho.zero_right π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {Q : QuadraticMap R M N} (x : M) : Q.IsOrtho x 0 - QuadraticMap.isOrtho_comm π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {Q : QuadraticMap R M N} {x y : M} : Q.IsOrtho x y β Q.IsOrtho y x - QuadraticMap.instIsAddApply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : IsAddApply (QuadraticMap R M N) M N - QuadraticMap.polarBilin π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) : LinearMap.BilinMap R M N - QuadraticMap.instIsZeroApply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : IsZeroApply (QuadraticMap R M N) M N - QuadraticMap.zeroHomClass π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : ZeroHomClass (QuadraticMap R M N) M N - QuadraticMap.ne_zero_of_not_isOrtho_self π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {Q : QuadraticMap R M N} (x : M) (hxβ : Β¬Q.IsOrtho x x) : x β 0 - QuadraticMap.IsOrtho.all π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (x y : M) : QuadraticMap.IsOrtho 0 x y - QuadraticMap.toFun_eq_coe π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) : Q.toFun = βQ - QuadraticMap.copy π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) (Q' : M β N) (h : Q' = βQ) : QuadraticMap R M N - LinearMap.compQuadraticMap π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} {P : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] (f : N ββ[R] P) (Q : QuadraticMap R M N) : QuadraticMap R M P - QuadraticMap.comp π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} {P : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] (Q : QuadraticMap R N P) (f : M ββ[R] N) : QuadraticMap R M P - QuadraticMap.basisRepr π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {ΞΉ : Type u_8} [Finite ΞΉ] (Q : QuadraticMap R M N) (v : Module.Basis ΞΉ R M) : QuadraticMap R (ΞΉ β R) N - QuadraticMap.instIsSubApply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] : IsSubApply (QuadraticMap R M N) M N - QuadraticMap.evalAddMonoidHom π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (m : M) : QuadraticMap R M N β+ N - QuadraticMap.copy_eq π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) (Q' : M β N) (h : Q' = βQ) : Q.copy Q' h = Q - QuadraticMap.instIsNegApply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] : IsNegApply (QuadraticMap R M N) M N - QuadraticMap.map_zero π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) : Q 0 = 0 - QuadraticMap.PosDef.nonneg π Mathlib.LinearAlgebra.QuadraticForm.Basic
{M : Type u_4} {N : Type u_5} {Rβ : Type u} [CommSemiring Rβ] [AddCommMonoid M] [Module Rβ M] [PartialOrder N] [AddCommMonoid N] [Module Rβ N] {Q : QuadraticMap Rβ M N} (hQ : Q.PosDef) (x : M) : 0 β€ Q x - QuadraticMap.restrict π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) (V : Submodule R M) : QuadraticMap R (β₯V) N - QuadraticMap.coe_copy π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) (Q' : M β N) (h : Q' = βQ) : β(Q.copy Q' h) = Q' - QuadraticMap.posDef_of_nonneg π Mathlib.LinearAlgebra.QuadraticForm.Basic
{M : Type u_4} {N : Type u_5} {Rβ : Type u} [CommSemiring Rβ] [AddCommMonoid M] [Module Rβ M] [PartialOrder N] [AddCommMonoid N] [Module Rβ N] {Q : QuadraticMap Rβ M N} (h : β (x : M), 0 β€ Q x) (h0 : Q.Anisotropic) : Q.PosDef - QuadraticMap.Anisotropic.eq_zero_iff π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {Q : QuadraticMap R M N} (h : Q.Anisotropic) {x : M} : Q x = 0 β x = 0 - QuadraticMap.posDef_iff_nonneg π Mathlib.LinearAlgebra.QuadraticForm.Basic
{M : Type u_4} {N : Type u_5} {Rβ : Type u} [CommSemiring Rβ] [AddCommMonoid M] [Module Rβ M] [PartialOrder N] [AddCommMonoid N] [Module Rβ N] {Q : QuadraticMap Rβ M N} : Q.PosDef β (β (x : M), 0 β€ Q x) β§ Q.Anisotropic - QuadraticMap.congr_fun π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {Q Q' : QuadraticMap R M N} (h : Q = Q') (x : M) : Q x = Q' x - QuadraticMap.ext π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {Q Q' : QuadraticMap R M N} (H : β (x : M), Q x = Q' x) : Q = Q' - QuadraticMap.ext_iff π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {Q Q' : QuadraticMap R M N} : Q = Q' β β (x : M), Q x = Q' x - QuadraticMap.not_anisotropic_iff_exists π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (Q : QuadraticMap R M N) : Β¬Q.Anisotropic β β x, x β 0 β§ Q x = 0 - QuadraticMap.polarBilin_injective π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (h : IsUnit 2) : Function.Injective QuadraticMap.polarBilin - LinearMap.BilinMap.toQuadraticMap_eq_zero π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {B : LinearMap.BilinMap R M N} : B.toQuadraticMap = 0 β LinearMap.IsAlt B - QuadraticMap.PosDef.le_zero_iff π Mathlib.LinearAlgebra.QuadraticForm.Basic
{M : Type u_4} {N : Type u_5} {Rβ : Type u} [CommSemiring Rβ] [AddCommMonoid M] [Module Rβ M] [PartialOrder N] [AddCommMonoid N] [Module Rβ N] {Q : QuadraticMap Rβ M N} (hQ : Q.PosDef) {x : M} : Q x β€ 0 β x = 0 - QuadraticMap.instSMul π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Monoid S] [DistribMulAction S N] [SMulCommClass S R N] : SMul S (QuadraticMap R M N) - QuadraticMap.map_add_self π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) (x : M) : Q (x + x) = 4 β’ Q x - QuadraticMap.polar_zero_left π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (y : M) : QuadraticMap.polar (βQ) 0 y = 0 - QuadraticMap.polar_zero_right π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (y : M) : QuadraticMap.polar (βQ) y 0 = 0 - QuadraticMap.IsOrtho.polar_eq_zero π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] {Q : QuadraticMap R M N} {x y : M} (h : Q.IsOrtho x y) : QuadraticMap.polar (βQ) x y = 0 - QuadraticMap.instModuleOfSMulCommClass π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Semiring S] [Module S N] [SMulCommClass S R N] : Module S (QuadraticMap R M N) - QuadraticMap.map_neg π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x : M) : Q (-x) = Q x - QuadraticMap.weightedSumSquares π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} (R : Type u_3) [CommSemiring R] {ΞΉ : Type u_8} [Fintype ΞΉ] [Monoid S] [DistribMulAction S R] [SMulCommClass S R R] (w : ΞΉ β S) : QuadraticMap R (ΞΉ β R) R - QuadraticMap.instDistribMulActionOfSMulCommClass π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Monoid S] [DistribMulAction S N] [SMulCommClass S R N] : DistribMulAction S (QuadraticMap R M N) - QuadraticMap.PosDef.add π Mathlib.LinearAlgebra.QuadraticForm.Basic
{M : Type u_4} {N : Type u_5} {Rβ : Type u} [CommSemiring Rβ] [AddCommMonoid M] [Module Rβ M] [PartialOrder N] [AddCommMonoid N] [Module Rβ N] [AddLeftStrictMono N] (Q Q' : QuadraticMap Rβ M N) (hQ : Q.PosDef) (hQ' : Q'.PosDef) : (Q + Q').PosDef - LinearMap.BilinMap.toQuadraticMap_comp_same π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {N' : Type u_8} [AddCommMonoid N'] [Module R N'] (B : LinearMap.BilinMap R M N) (f : N' ββ[R] M) : LinearMap.BilinMap.toQuadraticMap (LinearMap.complββ B f f) = B.toQuadraticMap.comp f - QuadraticMap.isOrtho_def π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {Q : QuadraticMap R M N} {x y : M} : Q.IsOrtho x y β Q (x + y) = Q x + Q y - QuadraticMap.map_sub π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x y : M) : Q (x - y) = Q (y - x) - QuadraticMap.polar_self π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x : M) : QuadraticMap.polar (βQ) x x = 2 β’ Q x - QuadraticMap.polar_neg_left π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x y : M) : QuadraticMap.polar (βQ) (-x) y = -QuadraticMap.polar (βQ) x y - QuadraticMap.polar_neg_right π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x y : M) : QuadraticMap.polar (βQ) x (-y) = -QuadraticMap.polar (βQ) x y - QuadraticMap.toFun_smul π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u} {M : Type v} {N : Type w} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (self : QuadraticMap R M N) (a : R) (x : M) : self.toFun (a β’ x) = (a * a) β’ self.toFun x - QuadraticMap.instIsSMulApply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Monoid S] [DistribMulAction S N] [SMulCommClass S R N] : IsSMulApply S (QuadraticMap R M N) M N - LinearMap.compQuadraticMap_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} {P : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] (f : N ββ[R] P) (Q : QuadraticMap R M N) (x : M) : (f.compQuadraticMap Q) x = f (Q x) - QuadraticMap.comp_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} {P : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] (Q : QuadraticMap R N P) (f : M ββ[R] N) (x : M) : (Q.comp f) x = Q (f x) - LinearMap.BilinMap.toQuadraticMap_zero π Mathlib.LinearAlgebra.QuadraticForm.Basic
(R : Type u_3) (M : Type u_4) {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : LinearMap.BilinMap.toQuadraticMap 0 = 0 - QuadraticMap.sq π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {A : Type u_7} [CommSemiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] : QuadraticMap R A A - QuadraticMap.map_smul π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) (a : R) (x : M) : Q (a β’ x) = (a * a) β’ Q x - LinearMap.BilinMap.toQuadraticMapAddMonoidHom π Mathlib.LinearAlgebra.QuadraticForm.Basic
(R : Type u_3) (M : Type u_4) {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : LinearMap.BilinMap R M N β+ QuadraticMap R M N - LinearMap.BilinMap.toQuadraticMap_sum π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {ΞΉ : Type u_9} (s : Finset ΞΉ) (B : ΞΉ β LinearMap.BilinMap R M N) : (β i β s, B i).toQuadraticMap = β i β s, (B i).toQuadraticMap - QuadraticMap.polarBilin_comp π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {N' : Type u_8} [AddCommGroup N'] [Module R N'] (Q : QuadraticMap R N' N) (f : M ββ[R] N') : (Q.comp f).polarBilin = LinearMap.complββ Q.polarBilin f f - QuadraticMap.evalAddMonoidHom_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (m : M) (x : QuadraticMap R M N) : (QuadraticMap.evalAddMonoidHom m) x = x m - QuadraticMap.polar_sub_left π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x x' y : M) : QuadraticMap.polar (βQ) (x - x') y = QuadraticMap.polar (βQ) x y - QuadraticMap.polar (βQ) x' y - QuadraticMap.polar_sub_right π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x y y' : M) : QuadraticMap.polar (βQ) x (y - y') = QuadraticMap.polar (βQ) x y - QuadraticMap.polar (βQ) x y' - LinearMap.BilinMap.toQuadraticMap_multiset_sum π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (B : Multiset (LinearMap.BilinMap R M N)) : B.sum.toQuadraticMap = (Multiset.map LinearMap.BilinMap.toQuadraticMap B).sum - QuadraticMap.polar_add_left π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x x' y : M) : QuadraticMap.polar (βQ) (x + x') y = QuadraticMap.polar (βQ) x y + QuadraticMap.polar (βQ) x' y - QuadraticMap.polar_add_right π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x y y' : M) : QuadraticMap.polar (βQ) x (y + y') = QuadraticMap.polar (βQ) x y + QuadraticMap.polar (βQ) x y' - QuadraticMap.proj π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {A : Type u_7} [CommSemiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] {n : Type u_9} (i j : n) : QuadraticMap R (n β A) A - QuadraticMap.map_sum' π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {ΞΉ : Type u_8} (Q : QuadraticMap R M N) (s : Finset ΞΉ) (f : ΞΉ β M) : Q (β i β s, f i) = β ij β s.sym2, QuadraticMap.polarSym2 (βQ) (Sym2.map f ij) - β i β s, Q (f i) - QuadraticMap.PosDef.smul π Mathlib.LinearAlgebra.QuadraticForm.Basic
{M : Type u_4} {N : Type u_5} [AddCommMonoid M] [PartialOrder N] [AddCommMonoid N] {R : Type u_8} [CommSemiring R] [PartialOrder R] [Module R M] [Module R N] [PosSMulStrictMono R N] {Q : QuadraticMap R M N} (h : Q.PosDef) {a : R} (a_pos : 0 < a) : (a β’ Q).PosDef - LinearEquiv.congrQuadraticMap π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} {P : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] (e : N ββ[R] P) : QuadraticMap R M N ββ[R] QuadraticMap R M P - QuadraticMap.toQuadraticMap_polarBilin π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) : Q.polarBilin.toQuadraticMap = 2 β’ Q - QuadraticMap.sq_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {A : Type u_7} [CommSemiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] (a : A) : QuadraticMap.sq a = a * a - QuadraticMap.map_sum π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {ΞΉ : Type u_8} [DecidableEq ΞΉ] (Q : QuadraticMap R M N) (s : Finset ΞΉ) (f : ΞΉ β M) : Q (β i β s, f i) = β i β s, Q (f i) + β ij β s.sym2 with Β¬ij.IsDiag, QuadraticMap.polarSym2 (βQ) (Sym2.map f ij) - QuadraticMap.basisRepr_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {ΞΉ : Type u_8} [Fintype ΞΉ] {v : Module.Basis ΞΉ R M} (Q : QuadraticMap R M N) (w : ΞΉ β R) : (Q.basisRepr v) w = Q (β i, w i β’ v i) - QuadraticMap.restrictScalars π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Module S M] [Module S N] [Algebra S R] [IsScalarTower S R M] [IsScalarTower S R N] (Q : QuadraticMap R M N) : QuadraticMap S M N - QuadraticMap.linMulLin π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {A : Type u_7} [CommSemiring R] [NonUnitalNonAssocSemiring A] [AddCommMonoid M] [Module R M] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] (f g : M ββ[R] A) : QuadraticMap R M A - LinearMap.BilinMap.toQuadraticMap_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (B : LinearMap.BilinMap R M N) (x : M) : B.toQuadraticMap x = (B x) x - LinearEquiv.congrQuadraticMap_refl π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : (LinearEquiv.refl R N).congrQuadraticMap = LinearEquiv.refl R (QuadraticMap R M N) - LinearMap.BilinMap.toQuadraticMap_add π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Bβ Bβ : LinearMap.BilinMap R M N) : (Bβ + Bβ).toQuadraticMap = Bβ.toQuadraticMap + Bβ.toQuadraticMap - QuadraticMap.polar_smul_left π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (a : R) (x y : M) : QuadraticMap.polar (βQ) (a β’ x) y = a β’ QuadraticMap.polar (βQ) x y - QuadraticMap.polar_smul_right π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (a : R) (x y : M) : QuadraticMap.polar (βQ) x (a β’ y) = a β’ QuadraticMap.polar (βQ) x y - LinearMap.BilinMap.toQuadraticMap_neg π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (B : LinearMap.BilinMap R M N) : (-B).toQuadraticMap = -B.toQuadraticMap - QuadraticMap.proj_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {A : Type u_7} [CommSemiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] {n : Type u_9} (i j : n) (x : n β A) : (QuadraticMap.proj i j) x = x i * x j - LinearMap.compQuadraticMap' π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} {P : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [CommSemiring S] [Algebra S R] [Module S N] [Module S M] [IsScalarTower S R N] [IsScalarTower S R M] [Module S P] (f : N ββ[S] P) (Q : QuadraticMap R M N) : QuadraticMap S M P - QuadraticMap.instSMulCommClass π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {T : Type u_2} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Monoid S] [Monoid T] [DistribMulAction S N] [DistribMulAction T N] [SMulCommClass S R N] [SMulCommClass T R N] [SMulCommClass S T N] : SMulCommClass S T (QuadraticMap R M N) - QuadraticMap.instIsScalarTower π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {T : Type u_2} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Monoid S] [Monoid T] [DistribMulAction S N] [DistribMulAction T N] [SMulCommClass S R N] [SMulCommClass T R N] [SMul S T] [IsScalarTower S T N] : IsScalarTower S T (QuadraticMap R M N) - QuadraticMap.weightedSumSquares_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} [CommSemiring R] {ΞΉ : Type u_8} [Fintype ΞΉ] [Monoid S] [DistribMulAction S R] [SMulCommClass S R R] (w : ΞΉ β S) (v : ΞΉ β R) : (QuadraticMap.weightedSumSquares R w) v = β i, w i β’ (v i * v i) - QuadraticMap.polarSym2_map_smul π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {ΞΉ : Type u_8} (Q : QuadraticMap R M N) (g : ΞΉ β M) (l : ΞΉ β R) (p : Sym2 ΞΉ) : QuadraticMap.polarSym2 (βQ) (Sym2.map (l β’ g) p) = (Sym2.map l p).mul β’ QuadraticMap.polarSym2 (βQ) (Sym2.map g p) - QuadraticMap.restrictScalars_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Module S M] [Module S N] [Algebra S R] [IsScalarTower S R M] [IsScalarTower S R N] (Q : QuadraticMap R M N) (x : M) : Q.restrictScalars x = Q x - QuadraticMap.exists_companion' π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u} {M : Type v} {N : Type w} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (self : QuadraticMap R M N) : β B, β (x y : M), self.toFun (x + y) = self.toFun x + self.toFun y + (B x) y - LinearMap.BilinMap.toQuadraticMap_list_sum π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (B : List (LinearMap.BilinMap R M N)) : B.sum.toQuadraticMap = (List.map LinearMap.BilinMap.toQuadraticMap B).sum - QuadraticMap.map_smul_of_tower π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) [CommSemiring S] [Algebra S R] [SMul S M] [IsScalarTower S R M] [Module S N] [IsScalarTower S R N] (a : S) (x : M) : Q (a β’ x) = (a * a) β’ Q x - QuadraticMap.restrict_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) (V : Submodule R M) (v : β₯V) : (Q.restrict V) v = Q βv - QuadraticMap.map_add_add_add_map π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) (x y z : M) : Q (x + y + z) + (Q x + Q y + Q z) = Q (x + y) + Q (y + z) + Q (z + x) - QuadraticMap.exists_companion π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (Q : QuadraticMap R M N) : β B, β (x y : M), Q (x + y) = Q x + Q y + (B x) y - QuadraticMap.isOrtho_polarBilin π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] {Q : QuadraticMap R M N} {x y : M} : (Q.polarBilin x) y = 0 β Q.IsOrtho x y - LinearMap.compQuadraticMap'_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} {P : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [CommSemiring S] [Algebra S R] [Module S N] [Module S M] [IsScalarTower S R N] [IsScalarTower S R M] [Module S P] (f : N ββ[S] P) (Q : QuadraticMap R M N) (x : M) : (f.compQuadraticMap' Q) x = f (Q x) - LinearMap.compQuadraticMap_polarBilin π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {N' : Type u_8} [AddCommGroup N'] [Module R N'] (f : N ββ[R] N') (Q : QuadraticMap R M N) : (f.compQuadraticMap' Q).polarBilin = LinearMap.comprβ Q.polarBilin f - LinearMap.BilinMap.toQuadraticMap_sub π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Bβ Bβ : LinearMap.BilinMap R M N) : (Bβ - Bβ).toQuadraticMap = Bβ.toQuadraticMap - Bβ.toQuadraticMap - QuadraticMap.linMulLin_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {A : Type u_7} [CommSemiring R] [NonUnitalNonAssocSemiring A] [AddCommMonoid M] [Module R M] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] (f g : M ββ[R] A) (x : M) : (QuadraticMap.linMulLin f g) x = f x * g x - QuadraticMap.mk π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u} {M : Type v} {N : Type w} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (toFun : M β N) (toFun_smul : β (a : R) (x : M), toFun (a β’ x) = (a * a) β’ toFun x) (exists_companion' : β B, β (x y : M), toFun (x + y) = toFun x + toFun y + (B x) y) : QuadraticMap R M N - QuadraticMap.ofPolar π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (toFun : M β N) (toFun_smul : β (a : R) (x : M), toFun (a β’ x) = (a * a) β’ toFun x) (polar_add_left : β (x x' y : M), QuadraticMap.polar toFun (x + x') y = QuadraticMap.polar toFun x y + QuadraticMap.polar toFun x' y) (polar_smul_left : β (a : R) (x y : M), QuadraticMap.polar toFun (a β’ x) y = a β’ QuadraticMap.polar toFun x y) : QuadraticMap R M N - QuadraticMap.coe_mk π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (toFun : M β N) (toFun_smul : β (a : R) (x : M), toFun (a β’ x) = (a * a) β’ toFun x) (exists_companion' : β B, β (x y : M), toFun (x + y) = toFun x + toFun y + (B x) y) : β{ toFun := toFun, toFun_smul := toFun_smul, exists_companion' := exists_companion' } = toFun - LinearEquiv.congrQuadraticMap_symm π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} {P : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] (e : N ββ[R] P) : e.congrQuadraticMap.symm = e.symm.congrQuadraticMap - LinearMap.BilinMap.toQuadraticMapAddMonoidHom_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
(R : Type u_3) (M : Type u_4) {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (B : LinearMap.BilinMap R M N) : (LinearMap.BilinMap.toQuadraticMapAddMonoidHom R M) B = B.toQuadraticMap - QuadraticMap.linMulLin_comp π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {A : Type u_7} [CommSemiring R] [NonUnitalNonAssocSemiring A] [AddCommMonoid M] [Module R M] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] {N' : Type u_8} [AddCommMonoid N'] [Module R N'] (f g : M ββ[R] A) (h : N' ββ[R] M) : (QuadraticMap.linMulLin f g).comp h = QuadraticMap.linMulLin (f ββ h) (g ββ h) - QuadraticMap.ofPolar_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (toFun : M β N) (toFun_smul : β (a : R) (x : M), toFun (a β’ x) = (a * a) β’ toFun x) (polar_add_left : β (x x' y : M), QuadraticMap.polar toFun (x + x') y = QuadraticMap.polar toFun x y + QuadraticMap.polar toFun x' y) (polar_smul_left : β (a : R) (x y : M), QuadraticMap.polar toFun (a β’ x) y = a β’ QuadraticMap.polar toFun x y) (aβ : M) : (QuadraticMap.ofPolar toFun toFun_smul polar_add_left polar_smul_left) aβ = toFun aβ - QuadraticMap.polarBilin_apply_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (m y : M) : (Q.polarBilin m) y = QuadraticMap.polar (βQ) m y - QuadraticMap.add_linMulLin π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {A : Type u_7} [CommSemiring R] [NonUnitalNonAssocSemiring A] [AddCommMonoid M] [Module R M] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] (f g h : M ββ[R] A) : QuadraticMap.linMulLin (f + g) h = QuadraticMap.linMulLin f h + QuadraticMap.linMulLin g h - QuadraticMap.linMulLin_add π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {A : Type u_7} [CommSemiring R] [NonUnitalNonAssocSemiring A] [AddCommMonoid M] [Module R M] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] (f g h : M ββ[R] A) : QuadraticMap.linMulLin f (g + h) = QuadraticMap.linMulLin f g + QuadraticMap.linMulLin f h - LinearMap.BilinMap.toQuadraticMap_smul π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Monoid S] [DistribMulAction S N] [SMulCommClass S R N] [SMulCommClass R S N] (a : S) (B : LinearMap.BilinMap R M N) : (a β’ B).toQuadraticMap = a β’ B.toQuadraticMap - LinearMap.BilinMap.toQuadraticMapLinearMap π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) (R : Type u_3) (M : Type u_4) {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Semiring S] [Module S N] [SMulCommClass S R N] [SMulCommClass R S N] : LinearMap.BilinMap R M N ββ[S] QuadraticMap R M N - LinearMap.compQuadraticMap_polar π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {N' : Type u_8} [AddCommGroup N'] [CommSemiring S] [Algebra S R] [Module S N] [Module S N'] [IsScalarTower S R N] [Module S M] [IsScalarTower S R M] (f : N ββ[S] N') (Q : QuadraticMap R M N) (x y : M) : QuadraticMap.polar (β(f.compQuadraticMap' Q)) x y = f (QuadraticMap.polar (βQ) x y) - QuadraticMap.associated' π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [Invertible 2] : QuadraticMap R M N ββ[β€] LinearMap.BilinMap R M N - QuadraticMap.polar_smul_left_of_tower π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) [CommSemiring S] [Algebra S R] [Module S M] [IsScalarTower S R M] [Module S N] [IsScalarTower S R N] (a : S) (x y : M) : QuadraticMap.polar (βQ) (a β’ x) y = a β’ QuadraticMap.polar (βQ) x y - QuadraticMap.polar_smul_right_of_tower π Mathlib.LinearAlgebra.QuadraticForm.Basic
{S : Type u_1} {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) [CommSemiring S] [Algebra S R] [Module S M] [IsScalarTower S R M] [Module S N] [IsScalarTower S R N] (a : S) (x y : M) : QuadraticMap.polar (βQ) x (a β’ y) = a β’ QuadraticMap.polar (βQ) x y - QuadraticMap.choose_exists_companion π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) : β―.choose = Q.polarBilin - LinearEquiv.congrQuadraticMap_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} {P : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] (e : N ββ[R] P) (Q : QuadraticMap R M N) : e.congrQuadraticMap Q = (βe).compQuadraticMap Q - LinearMap.BilinMap.polar_toQuadraticMap π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {B : LinearMap.BilinMap R M N} (x y : M) : QuadraticMap.polar (βB.toQuadraticMap) x y = (B x) y + (B y) x - QuadraticMap.associated π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [Invertible 2] : QuadraticMap R M N ββ[R] LinearMap.BilinMap R M N - QuadraticMap.associatedHom π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] : QuadraticMap R M N ββ[S] LinearMap.BilinMap R M N - LinearMap.BilinMap.toQuadraticMapLinearMap_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) (R : Type u_3) (M : Type u_4) {N : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Semiring S] [Module S N] [SMulCommClass S R N] [SMulCommClass R S N] (B : LinearMap.BilinMap R M N) : (LinearMap.BilinMap.toQuadraticMapLinearMap S R M) B = B.toQuadraticMap - QuadraticMap.exists_quadraticMap_ne_zero π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [Invertible 2] {Q : QuadraticMap R M N} (hBβ : QuadraticMap.associated' Q β 0) : β x, Q x β 0 - QuadraticMap.separatingLeft_of_anisotropic π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} [CommRing R] [AddCommGroup M] [Module R M] [Invertible 2] (Q : QuadraticMap R M R) (hB : Q.Anisotropic) : LinearMap.SeparatingLeft (QuadraticMap.associated' Q) - QuadraticMap.associated_rightInverse π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] : Function.RightInverse (β(QuadraticMap.associatedHom S)) LinearMap.BilinMap.toQuadraticMap - QuadraticMap.toQuadraticMap_associated π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] (Q : QuadraticMap R M N) : ((QuadraticMap.associatedHom S) Q).toQuadraticMap = Q - QuadraticMap.associated_isOrtho π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] {Q : QuadraticMap R M N} [Invertible 2] {x y : M} : ((QuadraticMap.associated Q) x) y = 0 β Q.IsOrtho x y - QuadraticMap.two_nsmul_associated π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] (Q : QuadraticMap R M N) : 2 β’ (QuadraticMap.associatedHom S) Q = Q.polarBilin - QuadraticMap.associated_eq_self_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] (Q : QuadraticMap R M N) (x : M) : (((QuadraticMap.associatedHom S) Q) x) x = Q x - QuadraticMap.associated_left_inverse' π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] {Bβ : LinearMap.BilinMap R M N} (hBβ : LinearMap.flip Bβ = Bβ) : (QuadraticMap.associatedHom S) Bβ.toQuadraticMap = Bβ - QuadraticMap.canLift' π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [Invertible 2] : CanLift (LinearMap.BilinMap R M N) (QuadraticMap R M N) β(QuadraticMap.associatedHom β) fun B => LinearMap.flip B = B - QuadraticForm.associated_isSymm π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} [CommRing R] [AddCommGroup M] [Module R M] [CommSemiring S] [Algebra S R] (Q : QuadraticForm R M) [Invertible 2] : LinearMap.IsSymm ((QuadraticMap.associatedHom S) Q) - QuadraticMap.associated_left_inverse π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] {Bβ : LinearMap.BilinMap R M N} (h : β (x y : M), (Bβ x) y = (Bβ y) x) : (QuadraticMap.associatedHom S) Bβ.toQuadraticMap = Bβ - QuadraticMap.canLift π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} [CommRing R] [AddCommGroup M] [Module R M] [Invertible 2] : CanLift (LinearMap.BilinMap R M R) (QuadraticForm R M) (β(QuadraticMap.associatedHom β)) LinearMap.IsSymm - QuadraticMap.associated_apply π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] (Q : QuadraticMap R M N) (x y : M) : (((QuadraticMap.associatedHom S) Q) x) y = β 2 β’ (Q (x + y) - Q x - Q y) - QuadraticMap.basisRepr_eq_of_iIsOrtho π Mathlib.LinearAlgebra.QuadraticForm.Basic
{ΞΉ : Type u_8} [Fintype ΞΉ] {R : Type u_9} {M : Type u_10} [CommRing R] [AddCommGroup M] [Module R M] [Invertible 2] (Q : QuadraticForm R M) (v : Module.Basis ΞΉ R M) (hvβ : LinearMap.IsOrthoα΅’ (QuadraticMap.associated Q) βv) : QuadraticMap.basisRepr Q v = QuadraticMap.weightedSumSquares R fun i => Q (v i) - QuadraticMap.associated_sq π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} [CommRing R] [Invertible 2] : QuadraticMap.associated QuadraticMap.sq = LinearMap.mul R R - QuadraticMap.associated_toQuadraticMap π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] (B : LinearMap.BilinMap R M N) (x y : M) : (((QuadraticMap.associatedHom S) B.toQuadraticMap) x) y = β 2 β’ ((B x) y + (B y) x) - QuadraticMap.associated_comp π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] (Q : QuadraticMap R M N) {N' : Type u_8} [AddCommGroup N'] [Module R N'] (f : N' ββ[R] M) : (QuadraticMap.associatedHom S) (Q.comp f) = LinearMap.complββ ((QuadraticMap.associatedHom S) Q) f f - QuadraticMap.coe_associatedHom π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring S] [CommRing R] [AddCommGroup M] [Algebra S R] [Module R M] [AddCommGroup N] [Module R N] [Module S N] [IsScalarTower S R N] [Invertible 2] : β(QuadraticMap.associatedHom S) = βQuadraticMap.associated - QuadraticMap.associated_flip π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] (Q : QuadraticMap R M N) : LinearMap.flip ((QuadraticMap.associatedHom S) Q) = (QuadraticMap.associatedHom S) Q - QuadraticMap.associated_isSymm π Mathlib.LinearAlgebra.QuadraticForm.Basic
(S : Type u_1) {R : Type u_3} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] [CommSemiring S] [Algebra S R] [Module S N] [IsScalarTower S R N] [Invertible 2] (Q : QuadraticMap R M N) (x y : M) : (((QuadraticMap.associatedHom S) Q) x) y = (((QuadraticMap.associatedHom S) Q) y) x - QuadraticMap.associated_linMulLin π Mathlib.LinearAlgebra.QuadraticForm.Basic
{R : Type u_3} {M : Type u_4} [CommRing R] [AddCommGroup M] [Module R M] [Invertible 2] (f g : M ββ[R] R) : QuadraticMap.associated (QuadraticMap.linMulLin f g) = β 2 β’ ((LinearMap.mul R R).complββ f g + (LinearMap.mul R R).complββ g f) - QuadraticMap.Isometry.id π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {M : Type u_2} {N : Type u_7} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (Q : QuadraticMap R M N) : Q βqα΅’ Q - QuadraticMap.Isometry π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] (Qβ : QuadraticMap R Mβ N) (Qβ : QuadraticMap R Mβ N) : Type (max u_3 u_4) - QuadraticMap.Isometry.ofEq π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R N] {Qβ Qβ : QuadraticMap R Mβ N} (h : Qβ = Qβ) : Qβ βqα΅’ Qβ - QuadraticMap.Isometry.Simps.apply π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (f : Qβ βqα΅’ Qβ) : Mβ β Mβ - QuadraticMap.Isometry.hasZeroOfSubsingleton π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} [Subsingleton Mβ] : Zero (Qβ βqα΅’ Qβ) - QuadraticMap.Isometry.instFunLike π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} : FunLike (Qβ βqα΅’ Qβ) Mβ Mβ - QuadraticMap.Isometry.instSubsingleton π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} [Subsingleton Mβ] : Subsingleton (Qβ βqα΅’ Qβ) - QuadraticMap.Isometry.id_apply π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {M : Type u_2} {N : Type u_7} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (x : M) : (QuadraticMap.Isometry.id Q) x = x - QuadraticMap.Isometry.ofEq_rfl π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R N] {Q : QuadraticMap R Mβ N} : QuadraticMap.Isometry.ofEq β― = QuadraticMap.Isometry.id Q - QuadraticMap.Isometry.instZeroOfNat π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} : Zero (0 βqα΅’ Qβ) - QuadraticMap.Isometry.toLinearMap π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (self : Qβ βqα΅’ Qβ) : Mβ ββ[R] Mβ - QuadraticMap.Isometry.instLinearMapClass π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} : LinearMapClass (Qβ βqα΅’ Qβ) R Mβ Mβ - QuadraticMap.Isometry.ofEq_apply π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R N] {Qβ Qβ : QuadraticMap R Mβ N} (h : Qβ = Qβ) (x : Mβ) : (QuadraticMap.Isometry.ofEq h) x = x - QuadraticMap.Isometry.toLinearMap_injective π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} : Function.Injective QuadraticMap.Isometry.toLinearMap - QuadraticMap.Isometry.comp_id π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (f : Qβ βqα΅’ Qβ) : f.comp (QuadraticMap.Isometry.id Qβ) = f - QuadraticMap.Isometry.id_comp π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (f : Qβ βqα΅’ Qβ) : (QuadraticMap.Isometry.id Qβ).comp f = f - QuadraticMap.Isometry.comp π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {Mβ : Type u_5} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (g : Qβ βqα΅’ Qβ) (f : Qβ βqα΅’ Qβ) : Qβ βqα΅’ Qβ - QuadraticMap.Isometry.map_app π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (f : Qβ βqα΅’ Qβ) (m : Mβ) : Qβ (f m) = Qβ m - QuadraticMap.Isometry.coe_toLinearMap π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (f : Qβ βqα΅’ Qβ) : βf.toLinearMap = βf - QuadraticMap.Isometry.ext π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} β¦f g : Qβ βqα΅’ Qββ¦ (h : β (x : Mβ), f x = g x) : f = g - QuadraticMap.Isometry.ext_iff π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} {f g : Qβ βqα΅’ Qβ} : f = g β β (x : Mβ), f x = g x - QuadraticMap.Isometry.map_app' π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (self : Qβ βqα΅’ Qβ) (m : Mβ) : Qβ (self.toFun m) = Qβ m - QuadraticMap.Isometry.mk π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (toLinearMap : Mβ ββ[R] Mβ) (map_app' : β (m : Mβ), Qβ (toLinearMap.toFun m) = Qβ m) : Qβ βqα΅’ Qβ - QuadraticMap.Isometry.comp_apply π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {Mβ : Type u_5} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (g : Qβ βqα΅’ Qβ) (f : Qβ βqα΅’ Qβ) (x : Mβ) : (g.comp f) x = g (f x) - QuadraticMap.Isometry.comp_assoc π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (h : Qβ βqα΅’ Qβ) (g : Qβ βqα΅’ Qβ) (f : Qβ βqα΅’ Qβ) : (h.comp g).comp f = h.comp (g.comp f) - QuadraticMap.Isometry.toLinearMap_comp π Mathlib.LinearAlgebra.QuadraticForm.Isometry
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {Mβ : Type u_5} {N : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (g : Qβ βqα΅’ Qβ) (f : Qβ βqα΅’ Qβ) : (g.comp f).toLinearMap = g.toLinearMap ββ f.toLinearMap - QuadraticMap.Equivalent.refl π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {M : Type u_4} {N : Type u_9} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (Q : QuadraticMap R M N) : Q.Equivalent Q - QuadraticMap.IsometryEquiv.refl π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {M : Type u_4} {N : Type u_9} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (Q : QuadraticMap R M N) : Q.IsometryEquiv Q - QuadraticMap.Equivalent π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] (Qβ : QuadraticMap R Mβ N) (Qβ : QuadraticMap R Mβ N) : Prop - QuadraticMap.IsometryEquiv π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] (Qβ : QuadraticMap R Mβ N) (Qβ : QuadraticMap R Mβ N) : Type (max u_5 u_6) - QuadraticMap.IsometryEquiv.instEquivLike π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} : EquivLike (Qβ.IsometryEquiv Qβ) Mβ Mβ - QuadraticMap.Equivalent.symm π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (h : Qβ.Equivalent Qβ) : Qβ.Equivalent Qβ - QuadraticMap.IsometryEquiv.symm π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (f : Qβ.IsometryEquiv Qβ) : Qβ.IsometryEquiv Qβ - QuadraticMap.IsometryEquiv.toIsometry π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (g : Qβ.IsometryEquiv Qβ) : Qβ βqα΅’ Qβ - QuadraticMap.IsometryEquiv.instLinearEquivClass π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} : LinearEquivClass (Qβ.IsometryEquiv Qβ) R Mβ Mβ - QuadraticMap.isometryEquivBasisRepr π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_4} {N : Type u_9} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Finite ΞΉ] (Q : QuadraticMap R M N) (v : Module.Basis ΞΉ R M) : Q.IsometryEquiv (Q.basisRepr v) - QuadraticMap.IsometryEquiv.toLinearEquiv π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (self : Qβ.IsometryEquiv Qβ) : Mβ ββ[R] Mβ - QuadraticMap.IsometryEquiv.instCoeOutLinearEquivId π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} : CoeOut (Qβ.IsometryEquiv Qβ) (Mβ ββ[R] Mβ) - QuadraticMap.Equivalent.trans π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {Mβ : Type u_7} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (h : Qβ.Equivalent Qβ) (h' : Qβ.Equivalent Qβ) : Qβ.Equivalent Qβ - QuadraticMap.IsometryEquiv.trans π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {Mβ : Type u_7} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (f : Qβ.IsometryEquiv Qβ) (g : Qβ.IsometryEquiv Qβ) : Qβ.IsometryEquiv Qβ - QuadraticMap.isometryEquivOfCompLinearEquiv π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {M : Type u_4} {Mβ : Type u_5} {N : Type u_9} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R M] [Module R Mβ] [Module R N] (Q : QuadraticMap R M N) (f : Mβ ββ[R] M) : Q.IsometryEquiv (Q.comp βf) - QuadraticMap.IsometryEquiv.map_app π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (f : Qβ.IsometryEquiv Qβ) (m : Mβ) : Qβ (f m) = Qβ m - QuadraticMap.IsometryEquiv.toIsometry_apply π Mathlib.LinearAlgebra.QuadraticForm.IsometryEquiv
{R : Type u_2} {Mβ : Type u_5} {Mβ : Type u_6} {N : Type u_9} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [AddCommMonoid N] [Module R Mβ] [Module R Mβ] [Module R N] {Qβ : QuadraticMap R Mβ N} {Qβ : QuadraticMap R Mβ N} (g : Qβ.IsometryEquiv Qβ) (x : Mβ) : g.toIsometry x = g x
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