Documentation
Mathlib
.
RingTheory
.
NormTrace
Search
return to top
source
Imports
Init
Mathlib.RingTheory.Norm.Defs
Mathlib.RingTheory.Trace.Defs
Imported by
Algebra
.
norm_one_add_smul
Relation between Norms and Traces
#
source
theorem
Algebra
.
norm_one_add_smul
{A :
Type
u_1}
{B :
Type
u_2}
[
CommRing
A
]
[
CommRing
B
]
[
Algebra
A
B
]
[
Module.Free
A
B
]
[
Module.Finite
A
B
]
(a :
A
)
(x :
B
)
:
∃ (
r
:
A
),
(
norm
A
)
(
1
+
a
•
x
)
=
1
+
(
trace
A
B
)
x
*
a
+
r
*
a
^
2