Mathlib Map

Theorems · Definition · linear algebra

LinearMap.BilinForm.orthogonal

{R : Type u_1} →
  {M : Type u_2} →
    [inst : CommSemiring R] →
      [inst_1 : AddCommMonoid M] → [inst_2 : Module R M] → LinearMap.BilinForm R M → Submodule R M → Submodule R M

The orthogonal complement of a submodule N with respect to some bilinear form is the set of elements x which are orthogonal to all elements of N; i.e., for all y in N, B y x = 0. Note that for general (neither symmetric nor antisymmetric) bilinear forms this definition has a chirality; in addition to this "right" orthogonal complement one could define a "left" orthogonal complement for which, for all y in N, B x y = 0. This variant definition is not currently provided in mathlib.

Defined in
Mathlib.LinearAlgebra.BilinearForm.Orthogonal
Cited by
36 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringAddCommMonoidModule

Around this declaration

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

LieAlgebra.InvariantForm.orthogonal · cited by 10InvariantForm.orthogonalLinearMap.BilinForm.isCompl_orthogonal_of_restrict_nondegenerate · cited by 3BilinForm.isCompl_orthogo…LinearMap.BilinForm.orthogonal_top_eq_ker · cited by 3BilinForm.orthogonal_top_…LinearMap.BilinForm.finrank_add_finrank_orthogonal · cited by 2BilinForm.finrank_add_fin…LinearMap.BilinForm.finrank_add_finrank_orthogonal' · cited by 2BilinForm.finrank_add_fin…LinearMap.BilinForm.isCompl_orthogonal_iff_disjoint · cited by 2BilinForm.isCompl_orthogo…LinearMap.BilinForm.orthogonal_bot · cited by 2BilinForm.orthogonal_botLinearMap.BilinForm.restrict_nondegenerate_iff_isCompl_orthogonal · cited by 2BilinForm.restrict_nondeg…LieDerivation.IsKilling.rangeAdOrthogonal · cited by 2IsKilling.rangeAdOrthogon…LinearMap.BilinForm.eq_top_of_restrict_nondegenerate_of_orthogonal_eq_bot · cited by 2BilinForm.eq_top_of_restr…LieAlgebra.IsKilling.orthogonal_span_coroot_eq_ker · cited by 2IsKilling.orthogonal_span…LinearMap.BilinForm.finrank_orthogonal · cited by 1BilinForm.finrank_orthogo…LinearMap.BilinForm.toLin_restrict_range_dualCoannihilator_eq_orthogonal · cited by 1BilinForm.toLin_restrict_…RootPairing.orthogonal_rootSpan_eq · cited by 1RootPairing.orthogonal_ro…LinearMap.BilinForm.inf_orthogonal_self_le_ker_restrict · cited by 1BilinForm.inf_orthogonal_…Module · cited by 20661ModuleAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringSubmodule · cited by 7192SubmoduleLinearMap.BilinForm · cited by 501LinearMap.BilinFormSubmodule.orthogonalBilin · cited by 10Submodule.orthogonalBilinBilinForm.orthogonalCITED BYCITES

Cites6

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

Cited by38

Results whose statement or proof uses this declaration.