Complete lattice structure of subalgebras #
In this file we define Algebra.adjoin
and the complete lattice structure on subalgebras.
More lemmas about adjoin
can be found in Mathlib/RingTheory/Adjoin/Basic.lean
.
The minimal subalgebra that includes s
.
Equations
Instances For
Galois insertion between adjoin
and coe
.
Equations
Instances For
Equations
A dependent version of Subalgebra.iSup_induction
.
Equations
TODO: change proof to rfl
when fixing https://github.com/leanprover-community/mathlib4/issues/18110.
Alias of AlgHom.range_eq_top
.
The bottom subalgebra is isomorphic to the base ring.
Equations
Instances For
The top subalgebra is isomorphic to the algebra.
This is the algebra version of Submodule.topEquiv
.
Equations
Instances For
Equations
Induction principle for the algebra generated by a set s
: show that p x y
holds for any
x y ∈ adjoin R s
given that it holds for x y ∈ s
and that it satisfies a number of
natural properties.
If all elements of s : Set A
commute pairwise, then adjoin s
is a commutative semiring.
Equations
Instances For
The ℕ
-algebra equivalence between Subsemiring.closure s
and Algebra.adjoin ℕ s
given
by the identity map.
Equations
Instances For
The ℤ
-algebra equivalence between Subring.closure s
and Algebra.adjoin ℤ s
given by
the identity map.
Equations
Instances For
If K / E / F
is a ring extension tower, L
is a submonoid of K / F
which is generated by
S
as an F
-module, then E[L]
is generated by S
as an E
-module.
If K / E / F
is a ring extension tower, L
is a subalgebra of K / F
which is generated by
S
as an F
-module, then E[L]
is generated by S
as an E
-module.