Theorems · Definition · linear algebra
Submodule.orthogonalBilin
{R : Type u_1} →
{R₁ : Type u_2} →
{R₂ : Type u_3} →
{M : Type u_4} →
{M₁ : Type u_5} →
{M₂ : Type u_6} →
[inst : CommSemiring R] →
[inst_1 : CommSemiring R₁] →
[inst_2 : CommSemiring R₂] →
[inst_3 : AddCommMonoid M] →
[inst_4 : Module R M] →
[inst_5 : AddCommMonoid M₁] →
[inst_6 : Module R₁ M₁] →
[inst_7 : AddCommMonoid M₂] →
[inst_8 : Module R₂ M₂] →
{I₁ : R₁ →+* R} →
{I₂ : R₂ →+* R} → (M₁ →ₛₗ[I₁] M₂ →ₛₗ[I₂] M) → Submodule R₁ M₁ → Submodule R₂ M₂The orthogonal complement of a submodule N with respect to some bilinear map is the set of
elements x which are orthogonal to all elements of N; i.e., for all y in N, B x y = 0.
Note that for general (neither symmetric nor antisymmetric) bilinear maps this definition has a
chirality; in addition to this "left" orthogonal complement one could define a "right" orthogonal
complement for which, for all y in N, B y x = 0. This variant definition is not currently
provided in mathlib.
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Submodulestatement and proof · cited by 7,192
- Set.ofPredproof · cited by 6,101
Cited by11
Results whose statement or proof uses this declaration.
- LinearMap.BilinForm.orthogonalproof · cited by 36
- LinearMap.isCompl_span_singleton_orthogonalstatement · cited by 2
- LinearMap.orthogonal_span_singleton_eq_to_lin_kerstatement · cited by 2
- LinearMap.span_singleton_inf_orthogonal_eq_botstatement and proof · cited by 2
- LinearMap.span_singleton_sup_orthogonal_eq_topstatement · cited by 2
- LinearMap.BilinForm.exists_orthogonal_basisproof · cited by 2
- LinearMap.nondegenerate_restrict_of_disjoint_orthogonalstatement and proof · cited by 1
- Submodule.orthogonalBilin_lestatement and proof · cited by 0
- Submodule.le_orthogonalBilin_orthogonalBilinstatement and proof · cited by 0
- orthogonalBilin_innerₗstatement · cited by 0
- Submodule.mem_orthogonalBilin_iffstatement · cited by 0