Mathlib Map

Theorems · Inductive type · linear algebra

LinearMap.IsNonneg

{R : Type u_1} →
  {M : Type u_5} →
    [inst : CommSemiring R] →
      [inst_1 : AddCommMonoid M] → [inst_2 : Module R M] → {I₁ I₂ : R →+* R} → [LE R] → (M →ₛₗ[I₁] M →ₛₗ[I₂] R) → Prop

A sesquilinear form B is nonnegative if for any x we have 0 ≤ B x x.

Defined in
Mathlib.LinearAlgebra.SesquilinearForm.Basic
Cited by
12 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleLE

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by16

Results whose statement or proof uses this declaration.