Documentation
Mathlib
.
Algebra
.
Group
.
TypeTags
.
Pointwise
Search
return to top
source
Imports
Init
Mathlib.Algebra.Group.TypeTags.Basic
Mathlib.Algebra.Group.Pointwise.Set.Basic
Imported by
Multiplicative
.
ofAdd_image_setAdd
Multiplicative
.
ofAdd_image_nsmul
Multiplicative
.
toAdd_image_setMul
Multiplicative
.
toAdd_image_nsmul
Lemmas about pointwise operations in the presence of
Multiplicative
and
Additive
.
#
source
@[simp]
theorem
Multiplicative
.
ofAdd_image_setAdd
{
M
:
Type
u_1}
[
AddMonoid
M
]
(
s
t
:
Set
M
)
:
⇑
ofAdd
''
(
s
+
t
)
=
⇑
ofAdd
''
s
*
⇑
ofAdd
''
t
source
@[simp]
theorem
Multiplicative
.
ofAdd_image_nsmul
{
M
:
Type
u_1}
[
AddMonoid
M
]
(
n
:
ℕ
)
(
s
:
Set
M
)
:
⇑
ofAdd
''
(
n
•
s
)
=
(
⇑
ofAdd
''
s
)
^
n
source
@[simp]
theorem
Multiplicative
.
toAdd_image_setMul
{
M
:
Type
u_1}
[
AddMonoid
M
]
(
s
t
:
Set
(
Multiplicative
M
)
)
:
⇑
toAdd
''
(
s
*
t
)
=
⇑
toAdd
''
s
+
⇑
toAdd
''
t
source
@[simp]
theorem
Multiplicative
.
toAdd_image_nsmul
{
M
:
Type
u_1}
[
AddMonoid
M
]
(
n
:
ℕ
)
(
s
:
Set
(
Multiplicative
M
)
)
:
⇑
toAdd
''
s
^
n
=
n
•
⇑
toAdd
''
s