Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.span_singleton_inf_orthogonal_eq_bot

∀ {K : Type u_7} {K₁ : Type u_8} {V₁ : Type u_10} {V₂ : Type u_11} [inst : Field K] [inst_1 : Field K₁]
  [inst_2 : AddCommGroup V₁] [inst_3 : Module K₁ V₁] [inst_4 : AddCommGroup V₂] [inst_5 : Module K V₂]
  {J₁ J₁' : K₁ →+* K} (B : V₁ →ₛₗ[J₁] V₁ →ₛₗ[J₁'] V₂) (x : V₁),
  (B x) x ≠ 0 → K₁ ∙ x ⊓ Submodule.orthogonalBilin B (K₁ ∙ x) = ⊥
Defined in
Mathlib.LinearAlgebra.SesquilinearForm.Orthogonal
Cited by
2 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldAddCommGroupModuleAddCommGroupModule

Around this declaration

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

Cites22

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

  • DFunLike.coestatement and proof · cited by 62,936
  • Setstatement and proof · cited by 53,352
  • Modulestatement and proof · cited by 20,661
  • AddCommGroupstatement and proof · cited by 12,871
  • LinearMapstatement and proof · cited by 10,215
  • RingHomstatement and proof · cited by 10,189
  • SetLike.coeproof · cited by 8,199
  • Fieldstatement and proof · cited by 7,404
  • Submodulestatement and proof · cited by 7,192
  • Finset.sumproof · cited by 5,195
  • Bot.botstatement and proof · cited by 4,720
  • Submodule.spanstatement and proof · cited by 1,504

Cited by2

Results whose statement or proof uses this declaration.