Orthogonal complements of submodules #
In this file, the orthogonal
complement of a submodule K
is defined, and basic API established.
Some of the more subtle results about the orthogonal complement are delayed to
Analysis.InnerProductSpace.Projection
.
See also BilinForm.orthogonal
for orthogonality with respect to a general bilinear form.
Notation #
The orthogonal complement of a submodule K
is denoted by Kแฎ
.
The proposition that two submodules are orthogonal, Submodule.IsOrtho
, is denoted by U โ V
.
Note this is not the same unicode symbol as โฅ
(Bot
).
The subspace of vectors orthogonal to a given subspace.
Equations
Instances For
When a vector is in Kแฎ
.
When a vector is in Kแฎ
, with the inner product the
other way round.
A vector in K
is orthogonal to one in Kแฎ
.
A vector in Kแฎ
is orthogonal to one in K
.
A vector is in (๐ โ u)แฎ
iff it is orthogonal to u
.
A vector in (๐ โ u)แฎ
is orthogonal to u
.
K
and Kแฎ
have trivial intersection.
K
and Kแฎ
have trivial intersection.
Kแฎ
can be characterized as the intersection of the kernels of the operations of
inner product with each of the elements of K
.
The orthogonal complement of any submodule K
is closed.
In a complete space, the orthogonal complement of any submodule K
is complete.
Equations
- โฏ = โฏ
orthogonal
gives a GaloisConnection
between
Submodule ๐ E
and its OrderDual
.
orthogonal
reverses the โค
ordering of two
subspaces.
orthogonal.orthogonal
preserves the โค
ordering of two
subspaces.
K
is contained in Kแฎแฎ
.
The inf of two orthogonal subspaces equals the subspace orthogonal to the sup.
The inf of an indexed family of orthogonal subspaces equals the subspace orthogonal to the sup.
The inf of a set of orthogonal subspaces equals the subspace orthogonal to the sup.
Orthogonality of submodules #
In this section we define Submodule.IsOrtho U V
, with notation U โ V
.
The API roughly matches that of Disjoint
.
The proposition that two submodules are orthogonal. Has notation U โ V
.
Instances For
Orthogonal submodules are disjoint.
Alias of the reverse direction of orthogonalFamily_iff_pairwise
.
Alias of the forward direction of orthogonalFamily_iff_pairwise
.
Two submodules in an orthogonal family with different indices are orthogonal.