A module over a division ring is noetherian if and only if it is finite. #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
A module over a division ring is noetherian if and only if
its dimension (as a cardinal) is strictly less than the first infinite cardinal ℵ₀
.
The dimension of a noetherian module over a division ring, as a cardinal,
is strictly less than the first infinite cardinal ℵ₀
.
In a noetherian module over a division ring, all bases are indexed by a finite type.
Equations
In a noetherian module over a division ring,
basis.of_vector_space
is indexed by a finite type.
In a noetherian module over a division ring, if a basis is indexed by a set, that set is finite.
In a noetherian module over a division ring,
there exists a finite basis. This is the indexing finset
.
Equations
In a noetherian module over a division ring, there exists a finite basis.
This is indexed by the finset
finite_dimensional.finset_basis_index
.
This is in contrast to the result finite_basis_index (basis.of_vector_space K V)
,
which provides a set and a set.finite
.
Equations
- is_noetherian.finset_basis K V = (basis.of_vector_space K V).reindex (_.mpr (equiv.refl ↥(basis.of_vector_space_index K V)))
A module over a division ring is noetherian if and only if it is finitely generated.