Documentation
Mathlib
.
Algebra
.
Group
.
FiniteSupport
Search
return to top
source
Imports
Init
Mathlib.Algebra.Group.Support
Mathlib.Data.Set.Finite.Basic
Imported by
Function
.
mulSupport_along_fiber_finite_of_finite
Function
.
support_along_fiber_finite_of_finite
Finiteness of support
#
source
@[simp]
theorem
Function
.
mulSupport_along_fiber_finite_of_finite
{α :
Type
u_1}
{β :
Type
u_2}
{γ :
Type
u_3}
[
One
γ
]
(f :
α
×
β
→
γ
)
(a :
α
)
(h :
(
mulSupport
f
)
.Finite
)
:
(
mulSupport
fun (
b
:
β
) =>
f
(
a
,
b
)
)
.Finite
source
@[simp]
theorem
Function
.
support_along_fiber_finite_of_finite
{α :
Type
u_1}
{β :
Type
u_2}
{γ :
Type
u_3}
[
Zero
γ
]
(f :
α
×
β
→
γ
)
(a :
α
)
(h :
(
support
f
)
.Finite
)
:
(
support
fun (
b
:
β
) =>
f
(
a
,
b
)
)
.Finite