Theorems · Theorem · commutative algebra
Subalgebra.LinearDisjoint.norm_algebraMap
∀ {R : Type u} {S : Type v} [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S] {A B : Subalgebra R S},
A.LinearDisjoint B →
A ⊔ B = ⊤ →
∀ [Module.Free R ↥B] [Module.Finite R ↥B] (x : ↥B),
(Algebra.norm ↥A) ((algebraMap (↥B) S) x) = (algebraMap R ↥A) ((Algebra.norm R) x)If A and B are subalgebras in a commutative algebra S over R, and if they are
linearly disjoint and such that A ⊔ B = S, then norm and algebraMap commutes.
- Defined in
- Mathlib.RingTheory.LinearDisjoint
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 131 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- Top.topstatement and proof · cited by 9,680
- Algebra.algebraMapstatement and proof · cited by 4,706
- MonoidHomstatement · cited by 3,629
- Subalgebrastatement and proof · cited by 1,353
- Module.Finitestatement and proof · cited by 1,032
- Matrix.detproof · cited by 665
- Module.Freestatement and proof · cited by 597
- Algebra.normstatement and proof · cited by 155
Cited by1
Results whose statement or proof uses this declaration.
- IntermediateField.LinearDisjoint.norm_algebraMapproof · cited by 0