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 MThe 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.
- Cited by
- 36 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Submodulestatement and proof · cited by 7,192
- LinearMap.BilinFormstatement and proof · cited by 501
- Submodule.orthogonalBilinproof · cited by 10
Cited by38
Results whose statement or proof uses this declaration.
- LieAlgebra.InvariantForm.orthogonalproof · cited by 10
- LinearMap.BilinForm.isCompl_orthogonal_of_restrict_nondegeneratestatement and proof · cited by 3
- LinearMap.BilinForm.orthogonal_top_eq_kerstatement · cited by 3
- LinearMap.BilinForm.finrank_add_finrank_orthogonalstatement and proof · cited by 2
- LinearMap.BilinForm.finrank_add_finrank_orthogonal'statement and proof · cited by 2
- LinearMap.BilinForm.isCompl_orthogonal_iff_disjointstatement and proof · cited by 2
- LinearMap.BilinForm.orthogonal_botstatement · cited by 2
- LinearMap.BilinForm.restrict_nondegenerate_iff_isCompl_orthogonalstatement and proof · cited by 2
- LieDerivation.IsKilling.rangeAdOrthogonalproof · cited by 2
- LinearMap.BilinForm.eq_top_of_restrict_nondegenerate_of_orthogonal_eq_botstatement and proof · cited by 2
- LieAlgebra.IsKilling.orthogonal_span_coroot_eq_kerstatement and proof · cited by 2
- LinearMap.BilinForm.finrank_orthogonalstatement and proof · cited by 1